﻿body {
	border: 0px;
	text-align: center;
	margin: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x; 
	background-color:#FCFFE8;
}
/* Este DIV centra el contenido de toda la pagina */
#centerDiv {
	 /* corregimos el text-align:center del body para IE 6 */
	margin:0px auto 0px auto;
	width:752px;	
	background-image: url(/images/bg_y.jpg);
	background-repeat: repeat-y; 
	background-position:center;

}

#headerDiv {
	margin:0px;
	width:750px;
}

#leftDiv 
{
    width: 155px;
	top: 0px;
	float:left;
	position:relative;
	margin:0px;

}
#mainDiv {
	width: 585px;
	top: 0px;

	float:left;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	position:relative;
	text-align:left;

}

#mainDivAncho {
	width: 760px;
	top: 0px;

	float:left;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	position:relative;
	text-align:left;

}
#rightDiv 
{
    width: 155px;
	top: 0px;
	float:left;
	position:relative;
	margin:0px;

}

#footerDiv {
	clear: both;
	width: 750px;
	margin-left:1px;
	border:0px;
	height: 24px;background-color:inherit;
		
}

#bgDiv {
	background-color:white;
}



#rightDivPortada
{
    width: 255px;
	top: 0px;
	float:left;
	position:relative;
	margin:0px;
	background-color:inherit;
}

#mainDivPortada {

	top: 0px;
    width:485px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	position:relative;
	text-align:left;
	background-color:inherit;
}