#medio {
	background-color: #E5E5E5;
	width: 755px;
	height: 351px;
	margin-top: 11px;
	margin-left: 11px;
}

#contenido {
	margin: 0px;
	padding: 0px;
	height: 352px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url('../imagenes/inicio/fondo.jpg');
	background-repeat: repeat-y;
}

#logo_contenido {
	position: absolute;
	width: 231px;
	height: 352px;
	background-image: url('../imagenes/inicio/logo.jpg');
	background-repeat: no-repeat;
}

#titulo_contenido {
	position: relative;
	left: 231px;
	top: 84px;
	width: 523px;
	height: 113px;
	background-image: url('../imagenes/inicio/titulo.jpg');
	background-repeat: no-repeat;
}

#siglas_contenido {
	position: relative;
	left: 392px;
	top: 84px;
	/*top: 197px;*/
	width: 362px;
	height: 155px;
	background-image: url('../imagenes/inicio/siglas.jpg');
	background-repeat: no-repeat;
}

