body{
	background-color:#d9dadb;
}
#web{
	margin:auto;
	width:950px;
	height:725px;
}
#web #cabecera{
	height:105px;
	width:950px;
	background-color:#006;
	background-image:url(../img/general/cabecera_bckgr.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
}
#web #cabecera #logo{
	float:left;	
}
#web #cabecera #logo img{
	border:none;
}
#web #cabecera #idiomas{
	float:right;
	height:105px;
	margin-right:55px;
}
#web #cabecera #idiomas .item_idioma{
	margin-top:82px;
	float:left;
	margin-left:10px;
}
#web #cabecera #idiomas .item_idioma a{
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
#web #cabecera #idiomas .item_idioma_selec{
	margin-top:82px;
	float:left;
	margin-left:10px;
}
#web #cabecera #idiomas .item_idioma_selec a{
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
#web #central{
	height:182px;
	width:950px;
	background-color:#FFF;
	float:left;
}
#web #central #texto_central{
	margin-left:60px;
	margin-top:40px;
	width:330px;
	float:left;
}
#web #central #texto_central h1{
	font-family:Helvetica, sans-serif, Arial;
	text-transform:uppercase;
	font-size:28px;
	font-weight:lighter;
	color:#2a2a2a;
	margin-top:0px;
	margin-bottom:15px;
	line-height:30px;
}
#web #central #texto_central .catalogo{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#f87500;
	text-transform:uppercase;
	text-decoration:none;
}
#web #central #imagen_central{
	float:right;
}
#web #menu{
	width:890px;
	height:30px;
	background-image:url(../img/general/bck_menu.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	padding-left:60px;
	overflow:visible;
}
#web #menu .item_menu{
	margin-top:4px;
	float:left;
	margin-right:95px;

}
#web #menu .item_menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	text-decoration:none;
}
#web #contenido{
	width:950px;
	height:407px;
	float:left;
	background-color:#FFF;
}
#web #pie{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:10px;
	float:left;
	width:950px;
	margin-bottom:10px;
}
#web #pie a{
	color:inherit;
	text-decoration:none;
}
#web #pie #pie_left{
	float:left;
}
#web #pie #pie_right{
	float:right;

}