body{
	font: 12px Arial, Verdana;
	background-image: url('../img/bg_gral.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color:#8fbdff;
	padding-top:20px;
}

.noMostrar{
	clear:both;
	display:none;
	}


div.contenedor{
	width:814px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	}

/* HEADER */
div.header{height:135px;}

div.header h1{
	background-image: url('../img/logo.png');
	width:247px;
	height:109px;
	}

div.header h1 a{
	display:inline-block; 
	width:100%; 
	height:100%;
	}

div.header ul{
	width:545px;
	height:45px;
	background-color:#a9cdff;
	-moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
	position:absolute;
	top:45px;
	right:7px;
	}
	
div.header ul li{
	display:block;
	float:left;
	width:108px;
	text-align: center;
	border-right: solid 1px #c6dbfa;
	height:100%;
	}
	
div.header ul li.ultimoLi{border: none;}

div.header ul li a{
	display:inline-block;
	width:100%;
	padding-top:15px;
	height:30px;
	color:#181d43;
}


/* CONTENT */

div.mainTop{
	background-image: url('../img/content_top.png');
	background-repeat: repeat-x;
	padding-top:22px;
	}
	
div.mainTop div.content{
	background-image: url('../img/content_center.png');
	background-repeat: repeat-y;
	padding: 25px 20px;
	position:relative;
	}

div.mainTop div.content div.leftcol{
	width:470px;
	float:left;
	}

div.content p,li {color:#434343;}

div.leftcol img {display:block; margin-left:5px; margin-bottom:20px;}
div.leftcol img.foto {margin-left:20px;}
	
div.content hr{
	border:solid 1px #e5e5e5;
	margin-bottom:17px;
	}
	
div.content h2, div.content h3 {color:#181d43;font-weight:bold;}


div.leftcol h2{
	margin-left: 15px;
	font-size:24px;
	margin-top: 25px;
	}

div.content ul{
	list-style-image:url('../img/icon_lista.png');
	margin: 20px 0px 20px 30px;
	width:85%
}

div.content ul#objetivos{height:50px;}

div.content ul li{margin-bottom: 10px;}

div.leftcol h3, div.leftcol p{
	margin-left:15px;
	margin-top:10px;
}

div.content h3{font-size: 16px;}

div.rightcol{
	width: 268px;
	/*position: absolute;
	top:35px;
	right:30px;*/
    float:left;
	margin-left:35px;
	}

/* alineacion de la lista */
div.rightcol ul{margin-left:15px  ;}

div.rightcol li a, div.rightcol a{color:#0668e3;}

div.rightcol li a{font-weight: bold;}

div.rightcol a{
	display:block;
	text-decoration: underline;
	margin-top:5px;
	margin-bottom:5px;
	}

div.rightcol span, div.rightcol p{font-size: 11px;}

div.rightcol span{
	padding-left: 12px;
	background-image:url('../img/icon_lista.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display:inline-block;
	color:#a1a1a1;
	margin-bottom:5px;
	}

div.rightcol h3 a{color:#181D43 ! important; text-decoration:none;}
div.rightcol h3 a:hover{text-decoration:underline;}
	
div.rightcol h4{
	font-size: 14px;
	color:#247ae1;
	margin-bottom:5px;
	}
	
div.rightcol p{width:210px; margin-bottom:5px;}
	

/* FOOTER */

div.footer{
	height:112px;
	background-image: url('../img/footer.png');
	background-repeat: repeat-x;
	color:#3d3d3d;
	}
	
div.foot{
	width:814px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}
	
div.news{
	width:290px;
	padding-top:8px;
	height:75px;
	border-right: solid 1px #aeaeae;
	position: absolute;
	top: 13px;
	left: 15px;
	}
	
div.news a{
	margin-top:5px;
	color:#282828;
	text-align: center;
	display:inline-block;
	font-size:20px;
	background-image: url('../img/sus_news.png');
	width:239px;
	padding-top:3px;
	height:26px;
	border: solid 1px #919191;
	}

div.tw{
	width:160px;
	padding-top:17px;
	height:66px;
	border-right: solid 1px #aeaeae;
	border-left: solid 1px #828282;
	position: absolute;
	top: 13px;
	left: 306px;
	}

div.tw span{
	display:inline-block;
	width:41px;
	height:41px;
	float:left;
	margin-left:15px;
	background-image: url('../img/logo_tw.png');
	}
	
div.tw p{
	float:left;
	margin-left: 10px;
	margin-top:5px;
	font-size: 14px;
	width: 80px;
	}

div.tw p a{color:#3D3D3D}
	
div.foot div.links{
	height:83px;
	padding-left: 20px;
	border-left: solid 1px #828282;
	position: absolute;
	top:13px;
	left: 468px;
	}
	
div.links ul{
	float: left;
	margin-top: 8px;
	margin-right:25px;
	}

div.links ul li{margin-bottom:5px}

div.links ul li a{
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
	color:#3d3d3d;
	}

/* INSTITUTO */

div.instituto > a{
	display: inline-block;
	margin: 10px 20px 10px 15px;
	padding: 10px 15px 0 15px;
	height:30px;
	-moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
	color:#ff8601;
	font-size:16px;
	font-weight:bold;
	}
	
div.instituto > a:hover{background-color: #ffeba2;}
div.instituto a.seleccionada{background-color: #ffeba2;}
/* aca cambiar depende el estilo de lista que quieran */
div.instituto ul li {list-style-image:url('../img/icon_lista.png');text-decoration: underline; font-size: 14px;}

/* NOVEDADES */

div.novedades img{display:block; border: solid 1px #9f9f9f; margin-top:10px; margin-left:0px;}
div.nBig img{ margin-bottom:10px; margin-left:15px; }
div.novedades h3{font-size:13px; font-weight:bold; color:#4c4c4c; margin-left:0px;}
div.nBig h3{font-size: 14px;color:#1a1a1a; margin-left:15px}
div.novedades p{margin-left:0px;}
div.nBig p{width: 428px; margin-left:15px;}

div.novedades a{
	display:inline-block;
	margin-top:5px;
	float:right;
	text-decoration: underline;
	color:blue;
	margin-right:18px;
	}
	
div.nBig a{margin-right:30px;}
div.nBig {padding-bottom:35px;}
div.nSmall{
	margin-left:15px;
	width:201px;
	border-top: solid 1px #e3e3e3;
	padding-bottom:35px;
	padding-top:10px;
	}

div.novedades div.otras{position:relative;}

div.nColderecha {
	position:absolute;
	right: 32px;
	top: 0px;
	}

div.der{
	border-left:solid 1px #e3e3e3;
	padding-left: 20px;
	width:181;
	}
/* agregado */
div.bannerPeron{height:220px;}

div.bannerPeron img{
    display: none;
}

#map{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	}

h2.tituloP{margin-top:-5px ! important;}

/**** THUMB GALERIA ****/

div.galThumb a{
	display:block; 
	float:left;
	margin: 0px 10px 0px 0px;
	padding:0px;
	}

img.gal{
	border:solid 1px #dddddd; 
	display:inline-block;
	margin: 5px 10px 10px 0px;
	}
	
/**** PROGRAMAS ****/
div.programas h3, div.calendario h3{color:#247AE1; font-size: 14px;}

div.programas dl{color:#434343; margin-top: 15px; margin-left:15px;}
div.programas dt{font-weight:bold; font-style: italic;}
div.programas dd{margin-bottom: 15px; }

/**** CONTACTO ****/

div.contacto > p{margin-left: 17px; font-weight:bold;}

div form{
	position:relative;
	-moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius:10px;
	background-color:#d0e4ff;
	padding-top:30px;
	margin-top:15px;
	margin-left:15px;
	width:380px;
	padding-bottom:15px;
	}

div form label, div form a{
	font-weight:bold;
	color:#016ae7;
	display:inline-block;
	width:90px;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
	}

div form input[type="text"]{
	display:inline-block;
	width:210px;
	height:21px;
	margin-bottom:7px;
	}

div form label.comentario{padding-top:5px; vertical-align: top;}

div form input[type="submit"]{
	color:#1f284f;
	width:78px;
	height:33px;
	border: solid 3px #b1d2ff;
	background-color:#71abfd;
	-moz-border-radius:8px;
    border-radius:8px;
    -webkit-border-radius:8px;
	cursor:pointer;
	}

div form textarea{width:210px; height:70px;}

div.contacto input.contacto{
	position:absolute;
	bottom: -40px;
	right:0px;
	}
	
/**** GALERIA ****/

div.galeria h2{margin-bottom:15px;clear:both;}

div.galeria img.gal{
	display:block;
	float:left;
	margin-bottom:15px;
	margin-left:15px;
	cursor: pointer;
	}
	
/**** NEWSLETTER // MENSAJE DE QUE SALIO BIEN   ****/

div.newsletter p, div.ok p{
	color:#434343;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom:20px;
	}
	
div.newsletter form input[type="submit"]{
	margin-top: 15px;
	float:right;
	margin-right:55px;
}

div.newsletter form a, div.ok form a{
	position: absolute;
	right: 3px;
	top:5px;
	}

div.ok p{margin-left: 0px ! important; text-align:center;}

/****  CALENDARIO   ****/

div.calendario span{
	margin-top:10px;
	margin-left:16px;
	display:inline-block;
	color:#a1a1a1;
	}

div.calendario h3{margin-top:0px;}

div.calendario img{
	border: solid 1px #cccccc;
	margin-left:15px;
	margin-top:10px;
	}

div.calendario hr{margin-top: 20px; margin-bottom:10px;}

.almedio{
	z-index: 1000;
	position:fixed;
	left:30%;
	top:30%;
	}
	
/**** BANNERH  ****/

div.bannerh{
	height:120px;
	text-align:center; 
	margin-top:-10px; 
	margin-bottom:10px;
	}

        h4{
            color:#1A1A1A;
font-size:14px;
margin-left:15px;
}

div.novedades ul li a{
    float: none;
}