@charset "utf-8";
/* CSS Document */


body {font-size:small; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0;}

.separador{clear:both; height:0}


/* links generales*/

a.naranja {
	color:#F30;
}

a.naranja:hover {
	text-decoration:none;
}

a.negro{
	color:#000;
	text-decoration:none;
}

a.negro:hover{
	text-decoration:underline;
}


.pdf {background:url(../images/icons/acrobat.png) no-repeat left;}



h1, h2, h3, h4, h5, h6{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;

}


.blanco {color:#fff;}



#header{
	width:950px;
	height:100px;
	margin:0 auto 10px;
	background:url(../images/fondos/bg-header.png) top left no-repeat;
}

h1 {
	width:250px;
	height:95px;
	background: url(../images/logoETCIberoamerica.png) no-repeat;
	margin:0;
	padding:0;
	float:left
}
h1 span{
	display:none;
}

.menusecundario{
	list-style:none;
	padding:5px 0 15px;
	margin:0;
	height:30px;
}

.menusecundario ul{
	margin:0;
	padding:0;

}

.menusecundario  li{
	float:left;
	display:block;
	padding:2px 30px 2px 0;
	font-size:85%;
}

.menusecundario  li a{
	text-decoration:underline;
	color:#FC0;
}

.menusecundario  li a:hover{
	text-decoration:none;
}


.mex { background:url(../images/icons/mx.gif) left no-repeat; padding-left:25px}


/*
.menuprincipal ul{
	margin:0;
	padding:0;

}

.menuprincipal  li{
	float:left;
	display:block;
	padding:3px 30px 3px 0;
}

.menuprincipal li a{
	color:#fff;
	text-decoration:none;
}

.menuprincipal  li a:hover{
	text-decoration:underline;
}

*/






/*------buscador general------------------*/

#buscar {
		float:right;
		margin-top:5px;
		padding-right:50px;
	background:url(../images/fondos/bgBuscador.png) no-repeat;
	width:171px;
	height:24px;
	
	}

.buscador {
	background:none;
	font-size:11px;
	color:#FFF;
	border:0;
	margin:0;
	margin-left:5px;
	width:130px;

}

.btnBuscador{
	background:url(../images/fondos/bgBotonBuscar.png) no-repeat;
	height:24px;
	width:24px;
	border:0;
	text-indent:-9999px;
}




/*---------footer-**/

#footer{
	width:960px;
	height:50px;
	margin:0 auto;
	color:#000;
	font-size:80%;
	padding-top:10px;


}


#social {float:right;
width:450px;
text-align:right;
}




/*-------------menu principal-----------------*/

.topnav{
	list-style:none;
	padding:20px 0 0;
	margin:0;
	font-size:85%;
	z-index:50000;
}


ul.topnav {
	list-style: none;
	padding: 0 ;	
	margin: 0;
	float: left;
/*	background: #222;
	background: url(../images/topnav_bg.gif) repeat-x;*/
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
		z-index:60000;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.png) no-repeat center bottom;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: url(../images/75K.png);
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 210px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*border: 1px solid #111;*/
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525; --Create bevel effect--*/
	/*border-bottom: 1px solid #444; --Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 165px;
	background: url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #000 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}

/*html ul.topnav li ul.subnav li ul li a{
	color:#990;}*/


.submenus{
	margin-left:-30px;
	list-style:none;
	}
	
.submenus li {
	width:150px;
}







/*------------*/

.BotonesTexto{
	background:url(../images/bgBotones.png) no-repeat top;
	color:#FFF;
	display:block;
	width:156px;
	height:22px;
	text-align:center;
	padding-top:8px;
}

.BotonesTexto:hover {
		background:url(../images/bgBotones.png) no-repeat bottom;
	text-decoration:none;
}



.amarillo {color:#FC0;}
