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

#container {
	position:relative;
	margin:auto;
	margin-top:0px;
	padding:0px;
	width: 958px;
	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: 958px;
	height:191px;
	background: url(../imgTemplate/fondoCabecera.jpg) repeat-y;
	z-index:10;
	text-align: left;
}
/*FIN DE CABECERA*/


/*CUERPO Y CONTENIDO*/

#cuerpo {
	position:relative;
	width:958px;
	padding:0px 0px 0px 0px;
	text-align:left;
	overflow: hidden;
	margin:-10px 0px 0px 0px;
}

#contenido {
	position:relative;
	width: 645px;
	margin-left:295px;
	text-align:justify;
}

#lateralIzq{
	width:266px;	
	float:left;
	position:relative;
	top:0px;
	
}

/*FIN DE CUERPO Y CONTENIDO*/


/*INICIO DE PIE*/

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

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

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

#dusnic{
	position:absolute;
	width:141px;
	height:25px;
	top:37px;
	right: 95px;
	background:url(../imgTemplate/nuevo/transp.gif) no-repeat;
	text-align: right;
}


#legal{
	position:absolute;
	left:25px;
	top:30px;
	text-align: left;
}


#legal a {
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#ca6702;
}

#legal a:hover{
	text-decoration:underline;
}

#dusnic a {
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#646464;
}

#dusnic a:hover{
	text-decoration:underline;
}

#separador {
	clear: both;
}

/*FIN DE PIE*/


/*INICIO DE BOXES*/

.noticiaBox{
	width:230px;
}

#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;
}

#lateralIzq .box{
	position:relative;
	width:230px;
	margin-left:40px;
}

.boxTitle {
	position:relative;
	font-family:Arial,Verdana;
	font-size:12pt;	
	color:#666666;
	padding:0px;
	margin:0px 0px 0px 0px;	
	width:266px;
	height:48px;
	background:url(../imgTemplate/fondoTitular.jpg);
}

.boxTitleText {
	position:absolute;
	top:15px;
	left:10px;
	color:#BE5A1C;
}

.boxLat2{
	margin:0px 0px 0px 0px; 
	width:266px;	
}

.boxLat3{
	padding:0px 0px 10px 10px;
	
}

.boxLat2 h2{
	padding:0px 0px 0px 10px;
}

.boxLat{
	margin:10px 0px 0px 0px; 
	width:266px;	
	
}

.boxLat h2 {
  padding:0px 0px 0px 10px;
}

.boxContent{
	padding:10px 0px 0px 0px;
	text-align:center;
}

.tituloNoticiaBox {
  margin-bottom: 15px;
}

.resumenNoticiaBox {
  text-align: left;
  padding: 0 10px;
}

#boxLatLoginForm{
  width: 205px;
}

#boxLatBusqueda {
  width: 245px;
  
}

.lupa {
	position:relative;
	background: url(../imgTemplate/buscar.jpg) center;
	width:103px;
	height:28px;
	border:0px;
	margin:10px 0px 0px 140px;
	padding:0px 0px;
	cursor:pointer;
}

/*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: 100;
	right:12px;
	top:66px;	
    text-align: right;
}

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

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

#listadoProductos{
	margin-top: 30px;
  width: 640px;
}

.contenedorProducto {
	position:relative; 
	float:left; 
	width:212px; 
	height:292px;
	margin-right:1px;
	margin-bottom:10px;		
	background:url(../imgTemplate/cajaProd.jpg);
}

.nombreProducto{
	position:absolute;
	width:200px;
	height:50px;
	top:168px;
	left:8px;
	text-align:left;	
}


.nombreProducto a {
	text-decoration:none; 
	color:#f47e03;	
	font-size:14px;
}

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

.precioProducto{
	position:absolute;
	width:180px;
	height:20px;
	top:230px;
	left:18px;
	text-align:right;	
	color:#999999;
	font-size:14px;
}

.imagenProducto {
	position:absolute;
	top:1px;
	left:1px;
}

.imagenProducto img {
	border:0px;
}

.descripcionProducto {
	position:absolute;
	padding-right: 10px;
	top:40px;
	left: 190px;	
	font-size:11px;
	text-align:justify;
  overflow: hidden;
}

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

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

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

.botonIr {
  text-align: right;
  padding-right: 0px;
  position: absolute;
  right: 13px;
  bottom: 10px;
  text-decoration:none; 
  color:#f47e03;	
  font-size:14px;
}
/* ------------ 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 -------------------*/

.tituloNoticiaBox a{
	color:#3882CE;
}

.tituloNoticiaBox a:hover{
	color:#1D5792;
}

.leerMasNoticaBox a{
	color:#3882CE;
}

.leerMasNoticaBox a:hover{
	color:#1D5792;
}
