
* {
margin:0px;
padding:0px;
}

/*	-------------------------------------------------------------
	Reset para cross-browsing
	-------------------------------------------------------------	*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 100%;
	background: blue;
	color: #01184C;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}
a{
	text-decoration: none;
	color: #A0D6FF;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, h7, h8{

	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p{
	line-height: 120%;
	color: blue;
}
table, tbody, tr, th, td{
	vertical-align: middle;
} 
/*	-------------------------------------------------------------
	Reset para cross-browsing
	-------------------------------------------------------------	*/
	
	/*#09406D azul fuerte*/
	/*#2A7EB6 azul claro*/
	
body{
	background: #E1F2FF url(images/fondo.jpg) top repeat-x; 
	font-family: Helvetica, Arial, sans-serif;
}

.fondoFooter{
	width: 100%;
	background: url(images/fondoFooter.jpg) bottom center repeat-x;
}
.wrapper{
	width: 870px;
	height: auto;
	background: #E1F2FF;
	margin: 0 auto;
	z-index: 100;
}

.header{
	height: 211px;
	//height: 213px;
	width: 100%;
	background: #C8E6FF url(images/header.jpg) no-repeat top center;
}


.middle{
	width:870px;
	height:auto;
	float: left;
	padding-bottom: 30px;
	
}



/*::::::::::::::::::LOS H y estilos de typo::::::::::::::::::.*/

h1{
	font-size: 20px;
	color: #fff;
	
}

h2{
	background: url(images/bulletNoticias.jpg) left top no-repeat;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;	
	
}

h3{
	font-size: 17px;
	color: #2A7EB6;
	
	
}

h4{
	font-size: 20px;
	color: #fff;
	text-align:center;
	
}


h5{
	font-size: 17px;
	color: #09406D;
	
	
}

h6{
	
	color: #fff;
	
	
}

p {
	font-size:.8em;
	color: #666;

}

/*::::::::::::::::::HEADER::::::::::::::::::.*/

a.logo-link{
	width: 435px;
	height: 135px;
	float: left;
	padding: 15px 0 0 35px;
}
a.logo-link img{
	
	width: 435px;
	height: 135px;
}
.objetosDerecha{
	width:300px;
	height: 160px;
	float:right;
	overflow: hidden;
}
.menu-contacto{
	width: 300px;
	float: right;
	padding: 10px 12px 0 0;
	*padding: 8px 12px 0 0;
	_padding: 8px 12px 0 0;
	text-align: right;
}
.menu-contacto h5{
	clear: both;
	padding-top: 5px;
	_padding-top: 0px;
}
.search{
	width: auto;
	float: right;
	padding: 15px 8px 0 0;
	text-align: right;
}
input.search-text{
	color: #09406D;
	background: url(images/fondoBuscar.jpg);
	border: 0 none;
	width: 150px;
	font: 12px "Times New Roman", Times, serif ;
	font-style:italic;
}
/*::::::::::::::::::MENU::::::::::::::::::.*/

.menu-box{
	background: url(images/fondoNav.jpg) repeat-x scroll 0 6px; 
	width: 870px;
	height: 48px;
	float:right;
	padding-bottom: 5px;
	_padding-bottom: 2px;
	
}
.menu-box ul li{
	display: inline;
	color: #000;
	padding: 0 3px;
}

.menu-box li a{
	color: #fff;
	
}

.menu-contacto img{
	
	vertical-align: middle;
}

/* style the outer div to give it width  padding: 0 0 0 210px; */
.menu {
	color:#FFFFFF;
	font-size:15px;
	height:47px;
	margin-top: 8px;
	padding-left:140px;
	width:730px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:3em;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:3em;line-height:3em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#FFF;padding:0 11px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#0B4A75; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul ul a.sub2, .menu ul ul a:visited.sub2 {display:block;background:#0B4A75 url(images/bulletMasNav.gif) right no-repeat; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative; text-decoration: none;color: #73C05D;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#09406D; font-size:12px; width:100px;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
/*.menu ul :hover a.sub1 {background:#73c05d;}*/
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#73C05D}

/* style the level hovers AQUI CAMBIA EN LA BARRA LOS PRIMERAS SECCIONES DEL MENU*/
/* first */
.menu a:hover {color:#FFF;}
.menu :hover > a {color:#73C15D;}
/* second */
.menu ul ul a:hover{color:#FFF;background:#73C05D; text-decoration: none;}
.menu ul ul :hover > a {color:#09406D;background:#73C05D;}
/* third */


.menu ul ul ul a:hover {background:#73C05D;}
.menu ul ul ul :hover > a {background:#73C05D;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/*::::::::::::::::::MENU::::::::::::::::::.*/




/*::::::::::::::::::MIDDLE::::::::::::::::::.*/

/*::::::::::::::::::NOTICIAS::::::::::::::::::.*/
.noticias {
	height:299px;
	width:870px;
	background:url(images/fondoNoticias.jpg) no-repeat;
	padding-bottom: 20px;
}


.noticiasFotoContenedor{
	float: left;
	padding: 20px 20px 5px 20px;
	height: 235px;
	
}
.noticiasFoto{
	height: 235px;
	width: 400px;
	border:#fff solid 5px;
	overflow: hidden;
}

.noticiasFoto a, .noticiasFoto img{
	float: left;
}
.noticiasFoto a{
	height: 235px;
	width: 400px;
	overflow: hidden;
}

.noticiasVerMas{
	width:auto;
	height:auto;
	padding: 20px 20px 0 20px;
	font-size: 15px ;
	float: right;
	clear: both;
	
	
}

.noticiasLista{
	height: 245px;
	width: 410px;
	float: right;
	padding: 20px 5px 5px 5px;
}



.tituloNoticias{
	padding-left:10px;
	font: 24px "Times New Roman", Times, serif ;
	font-style:italic;
	color:#fff;
	
}

.bullet{
	padding-top: 10px;
	padding-right:5px;
	background: url(images/bulletUltimasNoticias.gif) bottom no-repeat;
	float: left;
	width:10px;
	height:15px;
	
}

.noticiasNota{
	height:50px;
	color: #fff;
	width: 380px;
	border-bottom: 1px #fff dashed;
	padding: 5px;
	font-size:.8em;
	line-height: 1.5em;
	
}


.noticiasInfo{
	height:25px;
	color: #fff;
	width: 275px;
	float:left;
	padding:10px 0 10px 6px;
	overflow:hidden;
	
}

.noticiasInfoVer{
	height:auto;
	color: #fff;
	width: 73px;
	float:left;
	background-color: #73C15D;
	margin-top: 15px;
	font-size: 10px;
	text-align: right;
	padding-left: 5px;
	
	
}

.noticiasInfoVer a{

	color: #09406D;
	
}


/*::::::::::::::::::secciones::::::::::::::::::.*/



.seccionSecundaria{
	width:870px;
	height: 430px;
	
	
}

.seccionSecundariaInterna{
	width:590px;
	height: auto;
	float: left;
	
}

.columnaEventos{
	width: 280px;
	background: url(images/eventos.jpg) no-repeat;
	float:left;
	padding: 0 15px 0 0;
	
	
}

.fechaEventos{
	text-align: center;
	font-size: 20px;
	color: #666;
	float:left;
	
	
}

.columnaInfo{
	height:auto;
	background-color:#fff;
	padding:10px;
}


.columnaInfoInterna{
	height:auto;
	background-color:#fff;
	padding:10px 20px;
	clear:both;
	float: left;
	width: 535px;
	height: auto!important; /* para los browsers buenos */
	height: 500px; /* para IE5+ */
	min-height: 500px; /* para los browsers buenos */
	/*overflow:hidden;*/
}

.columnaInfoInterna table img{
	width: auto;
	padding: 10px 0;
}

.columnaInfoInterna p {
	font-size:.9em;
	color: #666;
	text-align:justify;
}

.columnaInfoInterna ul{
	font-size:.9em;
	color: #666;
	line-height: 1.4em;
}


.columnaInfo h2 a{
	color: #226DAA;
	padding-left:15px;
	
}

.columnaInfo a:hover{
	text-decoration:underline;
	
}

.columnaMas{
	height: 20px;
	background-color: #73C15D;
	text-align: right;
	padding:3px 7px 0 0;
}


.columnaMas2{
	height: 20px;
	background-color: #73C15D;
	font-size: 11px;
	text-align: right;
	padding:3px 7px 0 0;
	margin-top:10px;
}

.columnaMas a, .columnaMas a:link, .columnaMas2 a, .columnaMas2 a:link{
	font-size: 11px;
	color:#09406D;
}


.columnaMas a:hover, .columnaMas2 a:hover{
	text-decoration:underline;
	color:#09406D;
}

.columnaAvisos{
	width: 280px;
	
	background: url(images/avisos.jpg) no-repeat;
	float:left;
	padding: 0 15px 0 0;
	
}

.tituloColumna{
	padding:23px 0 31px 136px;
	font: 24px "Times New Roman", Times, serif ;
	line-height: 22px;
	color:#fff;	
}

.tituloColumna a, .tituloColumna a:hover{
	color:#fff;
	text-decoration:none;
}

.tituloSeccion{
	/*width: 250px;*/
	height:35px;
	float:left;
	
}




.botonesSeccion{
	width: auto;
	height:35px;
	float:right;
	padding-right: 20px;
	padding-top: 12px;
	
	
}

.botonesSeccion ul li{
	display:inline;
	padding-right:10px;
}

.botonesSeccion a{
	font-size: 13px;
	color:#09406D;
	

}

.botonesSeccion a:hover{
	text-decoration:underline;
	color:#418ad2;
}



.enviar_btn{
background:url(images/sobreEnviar.gif) no-repeat;
background-repeat:no-repeat;
border-right:1px solid #666;
color:#09406D;
font-size:13px;
float: left;
height: 15px;
width:auto;

padding: 2px 15px 0 26px ;
	
}


.imprimir_btn{
background:url(images/imprimir.gif) no-repeat;
background-repeat:no-repeat;

color:#09406D;
font-size:13px;
padding:2px 0 0 42px;
float: left;
height: 19px;
width: auto;
	
}



.tituloInterna1{
	width: 33px;
	height:35px;
	position: relative;
	left: -4px;
	background: url(images/bread_Izq.jpg) no-repeat;
	float:left;
}

.tituloInterna2{

	font: 19px "Times New Roman", Times, serif ;
	color:#fff;
	width: auto;
	background: url(images/bread_repetir.jpg) repeat-x;
	height: 35px;
	float:left;
	left: -4px;
	/*position: relative;*/
	padding: 4px 20px 0 5px;
	margin-left: -5px;
}


.date{
	float: left;
	width: auto;	
	font-size: 1em;
	color:#226DAA;	
	clear: left;
	padding: 10px 20px;
	font-family: "Times New Roman", Times, serif;
}

/*:::::::::::::::::I N T E R N A::::::::::::::::::.*/
/*::::::::::::::::::      AHORA!!       ::::::::::::::::.*/

.columnaIzquierda{
	width: 575px;
	height: auto;
	background: url(images/avisos.jpg) no-repeat;
	float:left;
	padding: 0 15px 0 0;
	
}

.columnaIzquierdaInterna{
	width: 575px;
	height: auto;
	background: url(images/internaArriba.jpg) no-repeat;
	float:left;
	padding: 0 15px 0 0;
	
}

.columnaIzquierdaAbajo{
	width: 575px;
	height: 20px;
	background: #000 url(images/internaRedondoAbajo.jpg) no-repeat;
	float:left;
	margin-bottom:20px;
	
}

.breadcrumb{
	width:400px;
	font: 14px "Times New Roman", Times, serif ;
	padding: 10px 13px;
	
}

.breadcrumb ul {
	color:#09406D;
	
}

.breadcrumb a {
	color:#09406D;
	
}

.breadcrumb a:hover {
	color:#424242;
	text-decoration:underline;
	
}

.breadcrumb ul li {
	display:inline;
	
}


/*:::::::::::::::::: L I S T A D O S ::::::::::::::::::.*/



.notaInternaInfo{
	height: auto;
	width: 400px;
	float:left;
	padding-left:25px;
	
	
}


.notaFecha{
	width: auto;	
	font-size:.8em;
	color:#226DAA;	
	
}

.notaInternaContenido{
	font: .9em "Times New Roman", Times, serif ;
	width:auto;
	height: 135px;
	border-bottom: 1px solid #666;
	padding-top:15px;
	float:left;
}

.notaInternaTitulo{
	font: 1.5em "Times New Roman", Times, serif ;
	width:420px;
}

.notaInternaTitulo a{
	color: #01184C;
}

.notaInternaImagen{
	float:left;
	width: 110px;
	
	height:110px;
}
.notaInternaImagen img{
	border: 5px solid #09406D;
	width: auto;
}


.notaTexto{
	float:left;
	width: 400px;
	height:55px;
	text-align:justify;
	color:#666;
	overflow:hidden;
}


.noticiasInfoVerInterna{
	height:auto;
	color: #fff;
	width: 73px;
	float:right;
	background-color: #73C15D;
	
	text-align: right;
	padding: 1px 5px;
	
	
}

.noticiasInfoVerInterna a{
	font: 10px Arial, Helvetica, sans-serif;
	color: #09406D;
	
}

.noticiasInfoVerInterna a:hover{
	color: #fff;
	text-decoration: none;
}

.siguienteAtras{
	width: 250px;
	height: auto;
	padding-top:30px;
	padding-left:155px;
	float:left;
	
}
.noticiasSiguiente{
	height:14px;
	width: 80px;
	float:left;
	padding-right: 5px;
	border: 1px solid #73C15D;
	background: url(images/bulletListado.gif) right no-repeat;
	text-align: center;
}

.noticiasSiguiente a{

	color:#09406D;
	font-size: 12px;
	text-align: center;
}


.noticiasSiguiente a:hover{

	color:#73C15D;
	text-decoration:none;
}


.noticiasAtras{
	
	height:14px;
	width: 80px;
	float:left;
	padding-left: 15px;
	text-align: center;
	border: 1px solid #73C15D;
	background: url(images/bulletListadoAtras.gif) left no-repeat;
}

.noticiasAtras a{

	color:#09406D;
	font-size: 12px;
	text-align: center;
}

.noticiasAtras a:hover{

	color:#73C15D;
	text-decoration:none;
}


.espacio{
	
	width:25px;
	height:14px;
	background-color: #fff;
	float:left;
	background: url(images/rayita.gif) center no-repeat;
}


/*::::::::::::::::::Seccion derecha::::::::::::::::::.*/

.seccionDerecha{
	width: 280px;
	height:400px;
	float:right;
}

.seccionGaleria, .attachments{
	width: 280px;
	height:auto;
	float:right;
	margin-bottom:10px;
	padding: 0 0 10px 0;
	background: #fff url(images/internaArriba.jpg) no-repeat 0 0;
}

.seccionGaleria h3, .attachments h3{
	background: #3281BC;
	width: 96%;
	padding: 2%;
	border-bottom: 3px solid #C4AB8D;
	color: #fff;
	font-size:20px;
	margin-bottom: 10px;
}

.attachments li{
	background: url(images/bulletNoticias.jpg) 0 -3px no-repeat;
	padding: 0 0 0 20px;
	font-size: 13px;
}

.attachments li a{
	color: #09406D;
}
.attachments li a:hover{
	color: #73C15B;
}
.attachments ul{
	float: left;
	padding: 10px;
}


.seccionMiniVerMas{
	width:150px;
	height:auto;
	padding: 20px 0 0 20px;
	font-size: 15px ;
	
	
}

.seccionMiniTitulo{
	padding: 10px 0 0 20px;
	font: 20px "Times New Roman", Times, serif ;;
	color: #fff;
	
	
}
.seccionMiniTitulo a{
	color: #fff;
}
.seccionMini1{
	width: 280px;
	height:125px;
	padding-top:12px;
	background: url(images/inscripcion.jpg) no-repeat;
	
}

.seccionMini1 .seccionMiniTitulo{
	width: 150px;
}

.seccionMini2{
	width: 280px;
	height:125px;
	padding-top:12px;
	background:url(images/tiempoCompleto.jpg) no-repeat;
	
}

.seccionMini3{
	width: 280px;
	height:125px;
	padding-top:12px;
	background: url(images/mensajeDirector.jpg) no-repeat;
	
}




/*:::::::::::::::::: F O R M U L A R I O  ::::::::::::::::::.*/


.contact-area {
	float: left;
	margin-top: 25px;
	padding-left: 20px;
	width:515px;
	height: auto;
}



.form-fila{
	height: auto;
	width: 449px;
	padding-bottom:10px;
	float:left;
}


.form-fila input, .form-fila textarea{
	padding: 5px;
	width: 320px;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	float: left;
}


.form-fila textarea {
	height: 200px;
	float: left;
	overflow-x:hidden;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
.form-fila textarea:focus, .form-fila input:focus {
	border: 1px solid #900;
}

.form-fila input.submit-button {
	width: 75px;
	float: right;
	cursor: pointer;
}



.form-fila label{
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 8px;
	font-size: .8em;
	color:#666;
	height: auto;
	
}




.form-fila label span{
	color:#D8234C;
	font-size:1em;
}


.submit-button {
	background-color: #73C15D;
	color:#09406D;
	
}


.submit-button:hover{
	border-color: #73C15D;
	background-color: #fff;
	color:#09406D;
	
}


.form-fila2{
	height: auto;
	width: 500px;
	padding-bottom:10px;
	float:left;
}
.form-fila2 label{
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 140px;
	
	font-size: .8em;
	color:#666;
	height: auto;
	
}



.radio_button{
	float: right;
	width: 330px;
	height: auto;
}
.radio_button input, input.checkbox{
	width: 15px;
	height:15px;
	float: left;
	
}
.radio_button label{
	float: left;
	text-align: left;
	padding: 0 0 10px 10px;
	width:200px;
}



/*::::::::::::::::::MIDDLE::::::::::::::::::.*/
/* - - - - - menu  nuevo - - - - -  */


.tool-tip {
                color: #fff;
                width: auto;
                z-index: 10;
                background-color: #3180BB;
                overflow: hidden;
                cursor: pointer;
                border-bottom: 2px solid #73C15D;
                border-right: 2px solid #73C15D;
                border-left: 1px solid #73C15D;
                border-top: 1px solid #73C15D;
                padding: 3px;
}
 
.tool-title {
                text-align: center;
                font-weight: bold;
                font-size: 11px;
                color: #fff;
                width: auto;
                padding: 2px 0px;
}
 
.tool-text {
                text-align: center;
                font-size: 11px;
                width: auto;
                color: #fff;
}
/*---termina estilos tip---*/


/*::::::::::::::::::footer::::::::::::::::::.*/

.footer{
	width: 100%;
	margin-top:20px;
	height: 213px;
	background:url(images/fondoFooter.jpg) repeat-x;
	/*float:left;*/
	clear:both;
}

.footerContenedor{
	width:870px;
	margin: 0 auto;
	height:auto;
	

}

.footerTitulo{
	padding: 20px 0;
	
}
.columnasFooter{
	font-size: .8em;
	width: 210px;
	height:125px;
	float:left;
	line-height: 1.3;
	padding: 10px 90px 0 0;
	
}
.columnasFooter2{
	font-size: .8em;
	width: 210px;
	height:130px;
	float:left;
	line-height: 1.3;
	padding: 10px 0px 0 0;
	
}


.columnasFooter2, .columnasFooter a{
	color:#09406D;
	
}


iframe.mapa{
	padding: 30px 0;
}


a.extranet-btn{
	float: right;
	background: transparent url(images/fondoNav.jpg) repeat-x top;
	font-size: 10px;
	height: 20px;
	border: 1px solid #68ACEF;
	border-bottom: 1px solid #11548F;
	border-right: 1px solid #11548F;
	line-height: 20px;
	padding: 0 9px;
	margin-bottom: 5px;
}

a.extranet-btn:hover{
	color: #73C15D;
	text-decoration: none;
}

table.MsoNormalTable{
	width: 530px;
	border: 1px solid #555;
}


.sidebar{
	float: right;
	width: 280px;
}




