/**  DIV contenedor que contiene el contenido de la web **/
#contenido{
	position:relative;
	margin-left:auto;
	margin-right:auto;

	margin-bottom:auto;
	width: 904px;
	height: 540px;
	background-image: URL('images/fondo_presentacion.jpg');
	
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}

/** DIV contenedor que contiene la informacion a mostrar sorteando el menu **/

#informacion{
	position: relative;

	margin-top: -340px;
	margin-left: 177px;
	height: 530px;
	width: 712px;
	padding-left: 15px;
}

#cont_presentacion{
	position:relative;
	background-color: #006699;
	width:400px;
	height: 490px;
	filter: alpha(opacity=54);
	opacity: 0.54;
}

#texto_presentacion{
	position: relative;
	width: 360px;
	margin-top: -489px;
	.padding-top: 9px;
	height: 500px;
	text-align: justify;
	font-style: normal;
	color: white;	
	margin-left: 20px;
	margin-right: 20px;
	border-top: 2px solid black;
	
}

