body {
	background-image: url(../img/estructura/fondo_general.jpg);
	background-repeat: repeat-x;
	background-color: #FF9934;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#898989;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

hr {

	color: #999999;

	clear: both;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: dotted;

	border-right-style: dotted;

	border-bottom-style: dotted;

	border-left-style: dotted;

	margin-bottom: 0px;
}
h2 {
	font-size: 1.4em;
}


a:link, a:visited{

	text-decoration:none;

	color:#333333;
}

a:hover, a:active{

	text-decoration:none;

	color:#FF6600;
}

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

#contenedor {
	width:1040px;
	height:auto;
	margin:auto;
	text-align:left;
	background-image: url(../img/estructura/contenedor.png);
	background-repeat:  repeat-y;
	padding-right: 20px;
	padding-left: 20px;

}

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

#cabecera {
	width:1000px;
	height:100px;
	clear:both;
	background-image:url(../img/estructura/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position: relative;

}

#menu_superior {
	float: right;
	width: 400px;
	margin-top: 62px;
}

ul.menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border-left-color: #99FF00;
	list-style-type: none;
}
ul.menu li {
	display: inline;
	float: left;
}

ul.menu li a:link, ul.menu li a:visited {
	padding: 0.9em;
	text-decoration:none;
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

ul.menu li a:hover, ul.menu li a:active {
	padding: 0.9em;
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	background-color: #0099CC;
	font-size: 12px;
}


#flash {
	height: 200px;
	width: 1000px;
}
#cuerpo {
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 30px;
}


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

#menu {
	float: left;
	width:250px;
	font-size: 1em;
	line-height: 1.3em;
	color: #999999;

}

#menu .titulos_izquierda {
	background-image: url(../img/estructura/calendario.jpg);
	background-repeat:  repeat-x;
	display: block;
	height: 60px;
	text-indent: 6px;
	width: 250px;
}

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


#menu .contenedor_evento {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 0.8em;
}



#menu .contenedor_evento .fecha {
	font-weight: bold;
	color: #006699;
}

#menu .contenedor_evento a.titulo_evento:link, 
#menu .contenedor_evento a.titulo_evento:visited{
	
	text-decoration: none;
	
	color: #666666;
	
	font-size: 0.8em;

}

#menu .contenedor_evento a.titulo_evento:hover, 
#menu .contenedor_evento a.titulo_evento:active{
	
	text-decoration: none;
	
	color: #000000;
	
	font-size: 0.8em;

}

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

#contenido {

	float:left;
	
}

#contenido #principal{
	float:left;
	width:460px;
	margin-right: 14px;
	margin-left: 10px;
	margin-bottom: 4px;
	color: #333333;

}

#contenido #principal a:link, #contenido #principal a:visited {
	text-decoration:none;
	color:#333333;
}

#contenido #principal a:hover, #contenido #principal a:active {
	
	text-decoration:none;
	
	color:#666666;

}

#contenido #principal .titulo{
	color: #FF6600;
	display: block;
	font-size: 1.6em;
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	

}

#contenido #principal .titulo_peq {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/estructura/titulo_principal.jpg);
	background-repeat:  repeat-x;
	display: block;
	height: 28px;
	line-height: 24px;
	text-indent: 6px;
	font-size: 0.80em;
	

}

#contenido #principal .titulo_01{
	
	font-weight: bold;
	
	color: #333333;
	
	background-image: url(../img/estructura/titulo_secundario.jpg);
	
	background-repeat:  repeat-x;
	
	display: block;
	
	height: 28px;
	
	line-height: 24px;
	
	text-indent: 6px;
	
	font-size: 1em;
}

#contenido #principal .contenido {
	font-size:0.8em;
	line-height: 1.5em;
	padding: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

#contenido #principal .inscripcion {
	line-height: 1.5em;
	padding: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
}


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

#contenido #principal div {
	
	margin-top: 6px;
	
	margin-bottom: 4px;
}

#contenido #principal legend{
	
	color:#333333;
	
	font-weight: bold;
	
	padding-left: 4px;
	
	padding-right: 6px;
}


#contenido #principal label{
	width: 160px;
	float: left;

}

#contenido #principal  form {
	
	margin-top: 6px;
	
	margin-bottom: 0px;
}

#contenido #principal .formulario {
	
	color:#FFFF00;
	
	background-color: #333333;
	
	width: 200px;
}

#contenido #principal .formulario2 {
	color:#FFFF00;
	background-color: #333333;
	width: 90%;
}
#contenido #principal .advertencia {
	font-size: 0.8em;
	color: #FF0000;
}


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

#contenido #principal .nombre {
	
	font-size: 1.2em;
	
	line-height: 24px;
	
	font-weight: bold;
	
	display: block;
}

#contenido #principal .color1 {

	background-color: #F7F7F7;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	padding-bottom: 6px;
}

#contenido #principal .color2 {

	background-color: #FFFFFF;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	padding-bottom: 6px;
}

#contenido #principal .fecha_contenedor{
	margin-top: 0px;
	height: 100%;
	clear: both;
	border: 1px solid #999999;
	padding: 6px;
	
}

#contenido #principal .fecha_contenedor .tituloevento{
	font-size: 0.9em;
	font-weight: bold;
	color: #006699;
	text-transform: uppercase;
	
}

#contenido #principal .fecha_contenedor .masinfo{
	
	float: right;
	
	clear:both;
}

#contenido #principal .fecha_lateral{
	
	width: 40px;
	
	float:left;
	
	padding-left: 0px;
	
	margin-top: 0px;
	
	margin-right: 0px;
	
	margin-left: 1px;
	
	position: relative;
	
	border-right-width: thin;
	
	border-right-style: solid;
	
	border-right-color: #999999;
	
	height: 100%;
}

#contenido #principal .fecha_contenedor .fecha_01 {
	
	color: #CCCCCC;
	
	font-weight: bold;
	
	font-size: 24px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	line-height: 22px;
	
}
#contenido #principal .fecha_contenedor .fecha_02{

	font-size: 30px;

	color: #999999;

	font-weight: bold;

	line-height: 24px;
}

#contenido #principal .fecha_contenedor .fecha_03{

	color: #999999;

	font-size: 14px;

	line-height: 12px;
}

#contenido #principal .fecha_contenedor .fecha_principal{
	margin-left: 40px;
	padding-top: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-right: 10px;
	margin-top: 0px;
}

#contenido #principal .contenido .mensaje {
	color: #016394;
	border: 1px solid #055F91;
	padding: 4px;
	font-weight: bold;
}


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

#contenido #publicidad{
	float:left;
	width:256px;
	color: #333333;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-top: 6px;

}

#contenido #publicidad a:link, #contenido #publicidad a:visited{

	color: #333333;

}

#contenido #publicidad a:hover, #contenido #publicidad  a:active{

	color:#FF6600;

}

#contenido #publicidad .titulo_derecha{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/estructura/titulo_derecha.jpg);
	background-repeat:  repeat-x;
	display: block;
	height: 28px;
	line-height: 24px;
	text-indent: 6px;
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
}
#contenido #publicidad .form_publicidad {
	background-color: #FFFFFF;
}


#contenido #publicidad .contenidos_publicidad {
	
	font-size: 0.85em;
	
	line-height: 1.3em;
	
	color: #333333;
	
	padding: 5px;
}

#contenido #publicidad .contenidos_publicidad form {
	
	margin-top: 3px;
	
	margin-right: 0px;
	
	margin-bottom: 6px;
	
	margin-left: 0px;
	
}
#contenido #publicidad .margin5 {
	
	margin-top: 5px;
	
	margin-right: 5px;
	
	margin-bottom: 5px;
}


#contenido #publicidad a.registro_recordar:link, #contenido #publicidad a.registro_recordar:visited{
	
	text-decoration: none;
	
	color: #333333;
	
	font-size: 0.8em;
	
	text-transform: uppercase;

}

#contenido #publicidad a.registro_recordar:hover, #contenido #publicidad a.registro_recordar:active{
	
	text-decoration: none;
	
	color: #FF6600;
	
	font-size: 0.8em;
	
	text-transform: uppercase;

}

#contenido #publicidad .contenidos_publicidad img {
	
	margin-bottom: 2px;	
}

#contenido #publicidad .instituciones ul {
	
	margin-left:0px;
	
	padding-left: 26px;
	
	list-style-image:url(../img/li_instituciones.jpg);
}

#contenido #publicidad .instituciones ul li {
	
	list-style-position: outside;

	padding-left: 6px;

	line-height: 12px;

	margin-bottom: 6px;
}

#contenido #publicidad .instituciones ul li a:link, #contenido #publicidad .instituciones ul li a:visited {
	
	text-decoration: none;
	
	color:#333333;
}

#contenido #publicidad .instituciones ul li a:hover, #contenido #publicidad .instituciones ul li a:active{

	text-decoration: underline;

	color:#FF6600;
}



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

#pie {
	clear:both;
	height: 100px;
	font-size: 9pt;

}

#pie .superior {
	line-height: 30px;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/estructura/pie.jpg);
	background-repeat:  repeat-x;
}

#pie .inferior {
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
}

#pie .superior a:link, 
#pie .superior a:visited{

	text-decoration:none;

	color:#FFFFFF;

	font-size: 9pt;	
}

#pie .superior a:hover, 
#pie .superiora:active{
	text-decoration:none;
	color:#FF9934;
	font-size: 9pt;
}

/*************************************************/

.img_float_right {

	float: right;

	margin-top: 5px;

	margin-bottom: 5px;

	margin-left: 10px;
}

.float_right {

	float: right;

	margin-bottom: 2px;
}

/********************************************/

.vinculos_navegacion {

	line-height: 13px;

	font-size: 0.9em;

	display: inline;

	vertical-align: middle;
}

a.vinculos_navegacion:link, a.vinculos_navegacion:visited {

	text-decoration:none;

	color:#333333;
}

a.vinculos_navegacion:hover, a.vinculos_navegacion:active {

	text-decoration:none;

	color:#FF6600;
}

.noticias_contenido {

	font-size: 0.9em;

	line-height: 1.5em;
}
.noticias_titulos {

	font-size: 1.1em;

	color: #999999;

	font-weight: bold;
}

.noticias_fuente {

	color: #FF6600;
}

/*********************************************/
.img_margin_10 {

	float: left;

	margin-right: 10px;
}

.letra_naranja {

	color: #FF6600;
}
#contenedor #contenido #principal .contenido .comentario_becas {

	background-color: #F4F4F4;

	border: 1px solid #FF6600;

	padding: 6px;
}
.encuesta {
	font-size: 0.9em;
	color: #333333;
	text-align: left;
}
.encuesta_res {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}
