@import "home.css";
@import "interiores.css";

* {
	margin: 0px;
	padding: 0px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/fondo_pagina.jpg) repeat-x left top;
	background-color: #bc0a05;
}
.clear {
	clear: both;
}
ul li {
	list-style: none;	
}
img {
	border: 0px;
}
hr,
.texto_oculto {
	display: none;
}
.color {
	color: #e31d24;
}
.separador {
	border-top: 1px solid #3b3a3a;
	padding-bottom: 1px; 
}

/* ---------------------------- ESTILOS CONTENEDOR PÁGINA -------------------------- */

.contenedor_pagina_vertical {	
	background: url(../images/fondo_contenedor_vertical.jpg) repeat-y left top;
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;		
}
.contenedor_pagina_fijo {	
	background: url(../images/fondo_contenedor_fijo.jpg) no-repeat left top;
	width: 914px;	
	padding-left: 43px;
	padding-right: 43px;
	padding-top: 28px;
	padding-bottom: 45px;
	min-height: 824px;
}

.fondo_contenedor_superior {
	background: url(../images/fondo_contenedor_superior.gif) no-repeat left top;
	width: 914px;	
	height: 18px;
}
.fondo_contenedor_medio {
	background: url(../images/fondo_contenedor_medio.gif) repeat-y left top;
	width: 896px;		
	padding-left: 18px;
	min-height: 784px;
}
.fondo_contenedor_inferior {
	background: url(../images/fondo_contenedor_inferior.gif) no-repeat left top;
	width: 914px;	
	height: 18px;
}

/* ------------------------------- ESTILOS NAVEGACIÓN ------------------------------ */

/* INICIO NAVEGACIÓN */

.navegacion {
	width: 878px;
	height: 32px;
}

/* FIN NAVEGACIÓN */

/* INICIO MENÚ SUPERIOR */

.menu_superior {
	background: url(../images/fondo_navegacion.gif) no-repeat left top;
	width: 878px;
	height: 32px;
}
.menu_superior li {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	float: left;
}
.menu_superior_enlace,
.menu_superior_enlace_activo {
	display: block;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;	
	color: #000000;
	text-decoration: none;
}
.menu_superior_enlace:hover,
.menu_superior_enlace_activo {
	color: #FFFFFF;
}
.menu_superior_enlace_inicio {
	background: url(../images/ico_inicio_on.gif) no-repeat left top;	
	margin-left: 20px;
	margin-right: 65px;
	margin-top: 7px;
	display: inline;
}
.menu_superior_enlace_inicio a {
	background: url(../images/ico_inicio_off.gif) no-repeat left top;
	width: 19px;
	height: 18px;
	display: block;
}
.menu_superior_enlace_inicio a:hover {
	background: none;
}
.menu_superior_enlace_inicio span {
	display: none;
}

.menu_superior_enlace_inicio_vacio {
	width: 19px;
	height: 18px;
	display: block;
	margin-left: 20px;
	margin-right: 65px;
	display: inline;
}


/* FIN MENÚ SUPERIOR */

