body {
	margin: 0px; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#FFFFFF url(../imgTemplate/fondoCabecera.jpg) repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	position:relative;
	margin:auto;
	margin-top:0px;
	padding:0px;
	width: 999px;
	height:auto;
	background: url(../imgTemplate/fondoContainer.jpg) repeat-y;
	text-align:center;
	overflow:hidden;
}


/*CABECERA*/

#cabecera {
	position:relative;
	margin:auto;
    margin-top: 0;
    padding: 0;
	width: 999px;
	height:332px;
    z-index: 2;
	text-align: left;
}

#flashcabecera {
	position:relative;
	width: 999px;
	height:332px;
}

/*FIN DE CABECERA*/


/*CUERPO Y CONTENIDO*/

#cuerpo {
	position:relative;
	width:999px;
	padding:0px 0px 0px 0px;
	/*margin:auto;*/
	text-align:left;
}

#contenido {
	position:relative;
	width: 640px;
	margin-left:310px;
	text-align:left;
}

/*FIN DE CUERPO Y CONTENIDO*/


/*INICIO DE PIE*/

#pie {
	position:relative;
	margin:auto;	
	height: 186px;
	width: 999px;
	clear:both;
	background: url(../imgTemplate/fondoPie.jpg) no-repeat;
}

#pie div {
	position:absolute;
	bottom:54px;
	right:50px;
}

#pie a {
	padding:1px 2px 1px 2px;
	text-decoration:none;
	color:#003366;
}

#pie a:hover{
	text-decoration:underline;
	color:#003366;
}

#dusnic{
	position:absolute;	
	width:141px;
	height:25px;
	float:right;	
}


#legal{
	position:absolute;
	width:151px;
	height:25px;
	margin-right:300px;
	float:right;
}


#legal a {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left:16px;
	width:70px;
}

#legal a:hover{
	position:relative;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left:16px;
	width:70px;

}

#dusnic a {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	right:40px;
	width:70px;

}

#dusnic a:hover {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	top:15px;
	right:40px;
	width:70px;
}

#separador {
	clear: both;
}

/*FIN DE PIE*/


/*INICIO DE BOXES*/

#boxes {
	position:relative;
	float: right;
	width: 230px;
	margin-right:5px;
	background:#fff;
}

div.login {
	width: 200px;
	text-align: center;
}

.login div.etiqueta  {
	float: left;
	width: 90px;
	text-align: left;
}

.login input.campo {
	float: left;
	width: 100px;
	border: 0;
}

div.separador {
	clear: both;
}

#noticiaInicio{
	width: 230px;
	padding: 10px;
	text-align: center;
}

#headerBox{
	position:absolute;
	top:12px;
	left:35px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/*FIN DE PIE*/

/* DIV'S ESPECIALES */

#titprod{
	width:268px;
	float:left;
	left:29px;
	position:relative;
	margin:0px;
	padding:0px;
    z-index: 0;
}

#idiomabox{
	position:absolute;
    z-index: 2;
	width:150px;
	right:18px;
	top:291px;	
}

.td{
	background:no-repeat;
}
/* FIN DE DIV'S ESPECIALES */

/* ------------ ESTILOS DE LISTADO DE PRODUCTOS --------------------------*/

#listadoProductos{
	margin-top: 30px;
}

.contenedorProducto {
	position:relative; 
	float:left; 
	width:640px; 
	height:192px;
	margin-right:5px;
	margin-bottom:5px;	
	text-align:center;
	background:url('../images/cajaProducto.jpg');
}

.nombreProducto{
	position:absolute;
	top:10px;
	left:190px;
}

.nombreProducto a {
	text-decoration:none; 
	color:#333; 
	font-weight:bold;
	font-size:18px;
}

.nombreProducto a:hover {
	text-decoration:underline; 
}

.imagenProducto {
	position:absolute;
	bottom:8px;
	left:8px;
}

.imagenProducto img {
	border:0px;
}

.descripcionProducto {
	position:absolute;
	width: 420px;
	height:120px;
	top:40px;
	right:20px;	
	font-size:11px;
	text-align:left;
    overflow: hidden;
}

.numeroPaginas a {
	color:#333;
	text-decoration:none;
}

.numeroPaginas a:hover {
	text-decoration:underline;
}

.paginaActual {
	font-size:14px;
	font-weight:bold;
}

.botonIr {
	position:absolute;
	bottom:10px;
	right:25px;
}

/* ------------ FIN DE ESTILOS LISTADO DE PRODUCTOS -------------------*/

/* ------------ ESTILOS DE LISTADO DE SECCIONES --------------------------*/

.contenedorSeccion{
	position:relative; 
	float:left; 
	width:600px; 
	height:85px; 
	border:2px solid #eee; 
	margin:10px; 
	padding:5px; 
	text-align:left;
}

.nombreSeccion{
	margin:5px;
}

.nombreSeccion a {
	text-decoration:none; 
	color:#333; 
	font-weight:bold;
}

.nombreSeccion a:hover {
	text-decoration:underline; 
}

.resumenSeccion img {
	border:0px;
}

.resumenSeccion {
	margin-left:5px;
	font-size:10px;
}


/* ------------- Mapa Web -------------- */

.cuadroSubMenu_mapaweb {
	padding:0px 0px 0px 20px;	
}


/* ------------ FIN DE ESTILOS LISTADO DE SECCIONES -------------------*/

h1 {
	color:#be5a1c;
	font-family:Verdana;
	font-size:24px;
	padding:0px;
	margin:0px 0px 24px 0px;
}

h2 {
	color:#be5a1c;
	font-family:Verdana;
	font-size:16px;
	margin:15px 0px 2px 0px;
	padding:0px;
}


li {
  list-style-image: url(../imgTemplate/vineta.gif);
}

a {
	color:#9c3f05;
}

