@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/tramado_fondo.png);
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:0; padding:0;
}

img{
	border:0px;
}

p, img{
	margin:0;
	padding:0;
}
.cuerpo_central{
	width:1000px;
	border-left:#000 1px solid; border-right:#000 1px solid;
	margin:auto;
	background-color:#000;
}
.cabecera{
	width:1000px;
	height:151px;
	background-image:url(../images/img_cabecera.png);
	background-repeat:no-repeat;
}
.cabecera_admin{
	width:1000px;
	height:151px;
	background-image:url(../images/img_cabecera_admin.png);
	background-repeat:no-repeat;
}
.menu{
	width:1000px;
	height:46px;
	background-image:url(../images/fondo_menu.png);
	background-repeat:no-repeat;
}
.espacio_publicidad{
	width:1000px;
	height:100px;
	background-color:#e3001a;
}
.pestana_titulo-publicidad{
	width:25px;
	height:100px;
	border-right:2px solid #000;
	text-align:center;
}
.pestana_titulo-publicidad img{
	margin-top:14px;
}
.espacio_novedades{
	width:1000px;
	height:250px;
	background-color:#e3001a;
	margin-top:2px;
}
.pestana_titulo-novedades{
	width:25px;
	height:250px;
	border-right:2px solid #000;
	text-align:center;
}
.pestana_titulo-novedades img{
	margin-top:80px;
}
.contenido_principal{
	width:1000px;
	height:530px;
	background-color:#d9d9d9;}
.pie{
	width:1000px;
	height:50px;
	background-color:#e3001a;
	margin:auto;
	text-align:center;
	margin-top:2px;
}
.clear{
	clear:both;
}
