html{
	background-color: #193a78;
	font-family: "Trebuchet MS";	
}

#contenedor{
	width: 942px;
	background-repeat: repeat-y;
	background-image: url(images/fondo.gif);
}

#contenedor_pie{
	width: 942px;
	background-color: #ffffff;	
}

#gesconchip{
	position: relative;
	top: -31px;
}

.titulo{
	font-size: 18px;
	color: white;
	background-color: #1a3a77;
	text-align: left;
}

.cuerpo{
	font-size: 14px;
	color: #616161;
	text-align: justify;
	margin-left: 0px;
	margin-right: 10px;
	overflow: hidden; 
}

.cuerpo2{
	font-size: 14px;
	color: #616161;
	text-align: justify;
}



a{
	color: #e80005;
	text-decoration: none;
	font-weight: bold;
}	

a:hover{
	color: gray;
}	

.organizador {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	position: relative;
	top: -3px;
	//top: -7px;
}

.organizador a:hover{
	color: white;
}

.cuadro{

}	

.cuadro_texto{
	color: #293f0f;
	margin-left: 15px;
	margin-right: 15px;
	font-family: verdana;
	font-size: 12px;	

} 

input, textarea{
	background-color: #ebebeb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#cabecera_izquierda{
	background-image: url(images/top1.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 900px;
	font-size: 1px;
}

#cabecera_derecha{
	background-image: url(images/top2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	height: 900px;
	font-size: 1px;
}

#pie{
	width: 942px;
}

#noticias{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eeeeee;
	border: 1px solid #a6a6a6;
	color: #727272;
	text-align: justify;

	padding: 0 5px;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 10px;
	
}
