/*CSS específico para la página de inicio*/
@charset "utf-8";
body {
	background:#3E1400;
}
#cabeceraMainContent{
	position:relative;
	margin:0 auto;
	height:95px;
	width:1009px;
	background-image:url(../../images/CentroCabecera.png);
	background-repeat:no-repeat;
	color:#FFF;
}
#menuBox{
	position:absolute;
	left:0px;
	top:1px;
	width:260px;
	height:373px;
	background-image:url(../../images/BarraMenu.png);
	background-repeat:no-repeat;
}
#infoPage{
	position:absolute;
	height:95px;
	width:auto;
	left:288px;
}
#actualPage{
	position:relative;
	margin-top:22px;
	font-size:24px;
}
#pageMap{
	position:relative;
	margin-top:11px;
	font-size:12px;
}
#centerMainContent{
	position:relative;
	float:right;
	margin-top:40px;
	width:723px;
	height:auto;
	padding-bottom:132px;
	overflow:hidden;
	font-size:13px;
}
#firstInfo{
	position:relative;
	float:left;
	width:228px;
	height:228px;
	background-image:url(../../images/Mensaje01_cesion.png);
}
#firstImg{
	position:relative;
	left:244px;
	width:228px;
	height:228px;
	background-image:url(../../images/Imagen_maquina_cesion.png);
}
#secondInfo{
	position:relative;
	margin-top:15px;
	float:right;
	width:476px;
	height:228px;
	border:1px solid #663300;
	line-height:19px;
}