/*
////////////////////CUERPO PAGINA//////////////////
*/

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	background-attachment: scroll;
}




#div_general {
	height: auto;
	width: 622px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
////////////////////CONTENEDORES//////////////////
*/

#div_menu {
	height: auto;
	width: 546px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 38px;
	padding-bottom: 0px;
	padding-left: 38px;
}
#div_caja {
	float: left;
	height: 549px;
	width: 622px;
	margin-bottom: 550px;
	.padding-bottom: 500px;	
}
* html #div_caja {
	float: left;
	height: 549px;
	width: 622px;
	margin-bottom: 550px;
	padding-bottom: 0px;	
}
#div_caja_multimedia {
	float: left;
	height: 549px;
	width: 622px;
	margin-bottom: 600px;
	.padding-bottom: 600px;	
}
* html #div_caja_multimedia {
	float: left;
	height: 549px;
	width: 622px;
	margin-bottom: 600px;
	padding-bottom: 0px;	
}

#div_caja_historia {
	float: left;
	height: 549px;
	width: 622px;
	margin-bottom: 980px;
	.padding-bottom: 400px;
	
}
* html #div_caja_historia {
	float: left;
	height: 549px;
	width: 622px;
	margin-bottom: 395px;
	padding-bottom: 0px;
}
#div_barra_emol_2 {
	width: 622px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#div_barra_emol {
	width: 100%;
	vertical-align: middle;
	background-image: url(images/bgbarra.jpg);
	height: 15px;
	background-repeat: repeat-x;
	background-position: top;
}

#div_certifica{
	visibility: hidden;
}



