@charset "utf-8";
body{
	background-color:#EBEBF5;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
}

.index {  
    position:absolute;  
    top:50%;  
    width:100%;
	min-width:800px;
    height:400px;  
    margin-top: -200px;
}
.left {
	background-color:#0b0079;
	width:35%;
    height:400px;
	float:left;
	background-image:url(../imagenes/i_left.png);
	background-position:right;
	background-repeat:no-repeat;
}
.logo {
	width:100%;
	height:100%;
	background-image:url(../imagenes/i_logo.png);
	background-repeat:no-repeat;
	background-position: 85% center;
}
.right {
	background-color:#81c4f7;
	width:65%;
    height:400px;
	float:left;
	background-image:url(../imagenes/i_right.png);
	background-position:left;
	background-repeat:no-repeat;
}
.main {
	margin-left:40px;
	height:100%;
	width:550px;
	background-image:url(../imagenes/i_center.png);
}
.tituloPrincipal {
	background-image:url(../imagenes/i_titulo.png);
	width:550px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu{width:550px;height:27px; padding-top:8px; overflow:hidden}

.contenido {
	margin-top:15px;
	width:540px;
	height:310px;
}

.contTitulo {
	height:30px;
	width:530px;
	line-height:30px;
	padding-left:10px;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	color:#0B0079;
}
.contMain {
	height:245px;
	width:540px;
	border-bottom:1px solid #FFF;
	margin-bottom:5px;
	background-image:url(../imagenes/i_logoBack.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.contFooter{
	text-align:left;
	font-size:12px;
	color:#000;
	height:30px;
	width:540px;
}
.news{
	margin-left:10px;
	width:290px;
	height:243px;
	overflow-y: scroll;
	border-top:1px solid #FFF;
	float:left;
}
.newsTitle{
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
}
.news a{
	font-weight:bold;
	letter-spacing:1px;
	color:#0b0079;
	text-decoration:none;
}
.news a:hover{color:#ff6600;}

.newsItem{ line-height:15px; margin-left:8px;}
.newsDesc{}

.galeria{
	width:240px;
	height:210px;
	float:left;
	margin-top:35px;
}

.galeriaImg{
	width:210px;
	height:158px;
	margin-top:5px;
	margin-left:14px;
}
#galeria{
	width:210px;
	height:158px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
}
.not-sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
}
.not-v {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B0079;
	line-height: 15px;	
	letter-spacing: 1px;
	font-weight: bold;
}
.not-v:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height: 15px;	
	letter-spacing: 1px;
	font-weight: bold;
}
.not-v2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B0079;
	line-height: 15px;	
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration:none;
}
.not-v2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height: 15px;	
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration:none;
}


