html{
	background-color: #d9dadb;
}

#contenedor{
	width: 942px;
	background-repeat: repeat-y;
	background-image: url(images/fondo.gif);
}

#contenedor_pie{
	width: 942px;
}

#gesconchip{
	position: relative;
	top: -31px;
}

.titulo{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #464646;
}

.cuerpo{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #616161;
	text-align: justify;
	width: 640px;
	margin-left: 15px;
	overflow: hidden; 
}

.cuerpo2{
	font-family: "Trebuchet MS";
	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{
	width: 417px;
	background-image: url(images/caja3.gif);
}	

.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: top right;
	background-repeat: no-repeat;
	font-size: 1px;
}

#cabecera_derecha{
	background-image: url(images/top2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
}