/* --- Etiquetas contenedoras generales --- */

html	/* IE */
{
	overflow: auto;
}

body
{
	background-color: #9bcd66;
	background-image: url( ../img/fondo.jpg ) ;
	background-position: top ;
	background-repeat: repeat-x;
	font-size: 11px;
}

body, div, form, h2, h3, h4, input, li, textarea, ul
{
	color: #004fa2;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* --- Etiquetas generales --- */

a
{
	color: white;
}

/* --- Contenedores generales --- */

#doc
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	left: 50%;
	margin-left: -380px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	width: 760px;
}

#cabecera
{
	background-repeat: no-repeat;
	background-color: white;
	height: 33px;
	padding-top: 100px;
}

#migas
{
	background-color: #004fa2;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid black;
	color: white;
	height: 18px;
	overflow: hidden;	/* IE */
	padding-left: 10px;
	padding-top: 2px;
	text-align: left;
}

#migas, #contenido h3
{
	background-image: url( ../img/dec/titulo.gif );
	background-position: right;
	background-repeat: no-repeat;
}

#cuerpo
{
	background-color: white;
	background-image: url( ../img/menu.gif );
	background-position: right;
	background-repeat: repeat-y;
	min-height: 300px; 	/* Mozilla */
	text-align: left;
}

*html #cuerpo				/* IE */
{
	height: 300px;
}

#pie
{
	background-image: url( ../img/pie.gif );
	background-repeat: repeta-x;
	border-top: 1px solid #004fa2;
	color: #013364;
	height: 17px;
	padding-top: 3px;
}

/* --- Contenedores internos ( cabecera )  */

#cabecera #logo
{
	border: none;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

#indice
{
	-moz-opacity: 0.75; 		/* Mozilla */
	background-image: url( ../img/indice.gif );
	background-position: right;
	background-repeat: no-repeat;
	filter: alpha( opacity=75 );	/* IE */
	height: 20px;
	padding: 2px 5px 0 200px;
	text-align: left;
}

*html #indice
{
	padding-top: 0;
}


/* --- Elementos internos ( cabecera - indice )  */

#indice a
{
	background-color: #004fa2;
	border-color: #9bcd66;
	border-style: solid;
	border-width: 0 4px;
	font-weight: bold;
	height: 20px;
	margin-left: 5px;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: 98px;
}

#indice a:hover
{
	background-image: url( ../img/dec/indice.gif ) ;
	background-position: bottom;
	background-repeat: no-repeat;
	border-color: white;
}

/* --- Contenedores internos ( cabecera - subindice )  */

#subindice
{
	-moz-opacity: 0.5; 		/* Mozilla */
	background-color: white;
	display: none;
	filter: alpha( opacity=50 );	/* IE */
	left: 175px;
	position: absolute;
	top: 10px;
	width: 350px;
}

#subindice div
{
	background-color: black;
	display: none;
	text-align: left;
}

/* --- Elementos internos ( cabecera - subindice )  */

#subindice a
{
	border: 1px solid white;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}

#subindice a:hover
{
	background-color: white;
	color: black;
	font-weight: bold;
	border-color: black;
}

/* --- Contenedores internos ( cuerpo )  */

#cuerpo .fin
{
	clear: both; 	/* Necesario en Mozilla */
	text-align: right;
}

#cuerpo .fin a
{
	background-color: #004fa2;
	color: white;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}

#contenido
{
	float: left;	/* IE */
	padding: 10px;	/* ¡OJO! padding y width cuentan para el cómputo total de anchura, modificar con cuidado */
	width: 551px;	/* ( si se quita padding añadir a width el padding quitado por 2 ) */
}

#menu
{
	float: right;
	text-align: center;	/* centrado para IE */
	width: 188px;
}

.submenu
{
	margin: auto; 		/* centrado para Mozilla */
	margin-top: 10px;
	width: 177px;
}

/* --- Contenedores internos ( cuerpo - menu - submenu )  --- */

.submenu div
{
	background-color: white;
	border: 1px solid #004fa2;
	border-bottom: 6px solid #004fa2;
	padding-left: 2px;
}

.submenu div div
{
	background-image: none;
	border: 1px solid #036;
	margin: 0 2px;	/* IE */
	padding: 0 2px;
	width: 162px;
}

/* --- Elementos internos ( cuerpo - menu - submenu )  --- */

.submenu a
{
	background-color: #004fa2;
	background-image: url( ../img/submenu/cuadrado/off.gif );
	background-repeat: no-repeat;
	border: 2px solid white;
	display: block;
	/*font-size: 9px;*/
	height: 12px;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	width: 148px;
}

.submenu a:hover, .submenu a.seleccionado
{
	background-image: url( ../img/submenu/cuadrado/on.gif );
}

.submenu div div a
{
	background-color: #9bcd66;
	background-image: url( ../img/submenu/rectangulo/off.gif );
	background-position: left bottom;
	border: 1px solid #004fa2;
	color: #004fa2;
	height: 12px;
	margin: 2px 1px;
	overflow: hidden;
	width: 138px;
}

.submenu div div a:hover, .submenu div div a.seleccionado
{
	background-image: url( ../img/submenu/rectangulo/on.gif );
}

.submenu h2
{
	background-color: #004fa2;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.submenu h3
{
	background-color: #004fa2;
}

/* --- Elementos internos ( cuerpo - contenido ) --- */

#contenido a
{
	color: #004fa2;
}

#contenido h2
{
	background-image: url( ../img/flecha.gif );
	background-repeat: no-repeat;
	color: #004fa2;
	font-size: 15px;
	margin-bottom: 4px;
	padding-left: 15px;
}

#contenido h3
{
	background-color: #004fa2;
	clear: left;
	color: white;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding-left: 10px;
}

#contenido td a h3
{
	background-image: none;
	margin-bottom: 0;
}

#contenido h3 a
{
	color: white;
	text-decoration: none;
}

#contenido .categoria, #contenido .noticia, #contenido .producto
{
	border: 1px solid #00679a;
	margin: 5px;
}

#contenido .categoria .contenido, #contenido .noticia .contenido, #contenido .producto .contenido
{
	margin: 10px;
}

#contenido ul.producto
{
	padding-left: 30px;
}

#contenido ul.producto
{
	padding-left: 30px;
}

#contenido .producto .contenido ul
{
	margin-left: 20px;
}

.categoria img, .categoria p, .noticia p, .producto p
{
	margin: 5px;
}

.miniatura
{
	background-color: #9bcd66;
	border: 1px solid #004fa2;
	clear: left;
	/*height: 65px;*/
	margin: 10px 10px 0 10px;
	padding: 1px;
	width: 100px;
}

table .miniatura
{
	width: 80px;
}

.miniatura:hover
{
	background-image: url( ../img/dec/miniatura.gif ) ;
}

.mini
{
	background-color: #9bcd66;
	border: 1px solid #004fa2;
	/*height: 65px;*/
	margin: 10px;
	padding: 1px;
	width: 100px;
}

.mini:hover
{
	background-image: url( ../img/dec/miniatura.gif ) ;
}

.separador
{
	background-image: url( ../img/separador.gif );
	font-size: 1px;	/* IE */
	height: 2px;
	margin-bottom: 10px;
}

.listado td
{
	border: 1px solid #004fa2;
}

/* --- Elementos internos ( cuerpo - contenido - contactar ) --- */

#contacto
{
	border: 1px solid #004fa2;
	margin: auto;
	padding: 10px;
	width: 300px;
}

input, textarea
{
	border: 1px solid #004fa2;
}

#contacto input, #contacto textarea
{
	float: right;
}

textarea
{
	overflow: auto;
}

#contacto p
{
	clear: right;
}

.botonera
{
	padding: 4px;
	text-align: center;
}

#contacto input.boton
{
	color: white;
	float: none;
}

input.boton
{
	background-color: #004fa2;
	border-color: #9bcd66;
	border-style: solid;
	border-width: 0 4px;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	height: 20px;
	margin-left: 5px;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: 98px;
}

.mensaje
{
	font-weight: bold;
}

/* --- Elementos internos ( pie )  --- */

#pie a
{
	color: #00679a;
}

/* --- Elementos especiales ( marquesina ) --- */

.marquesina
{
	position: relative;
}

.submenu div.marquesina
{
	height: 75px;
}

.marquesina .texto
{
	border: none;
	left: 0;
	position: absolute;
	text-align: left;
}

.submenu .marquesina a, .submenu .marquesina a:hover
{
	background-color: transparent;
	background-image: none;
	border: none;
	display: inline;
}

.submenu .marquesina a:hover
{
	text-decoration: underline;
}

#subindice .marquesina
{
	height: 80px;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-track-color: black;
	overflow: auto;
}