* {
	margin:0px;
	padding:0px;
}
	html{
	height: 100%;
}
body {
	font-family:  Verdana, Arial,  Helvetica, sans-serif;
	margin:0px;
	height:100%;
	background:url(img/content_fondo.jpg) repeat-x 0 0;
    background-color:#F60100;
}
	h1{
	font-size:18px;
	color:#660000;
	font-weight:bold;
	text-decoration:none;
	margin: 0px 0px 10px 0px;
	padding-top:5px;
}
	h2{
	font-size:16px;
	font-weight:bold;
	color:black;
	margin: 0px 0px 10px 0px;
	padding:0px;
}
	h3{
	font-size:14px;
	font-weight:bold;
	color:#601C01;
	margin:0px;
	padding:0px;
}
	p{
	font-size:10px;
	color:#601C01;
	margin-bottom:5px;
}
	p#noticia{
	font-size:10px;
	color:#F60100;
	margin-bottom:5px;
}

   strong{
   font-weight:bold;
}
/* ************************************ ESTRUCTURA GENERAL ************************************ */
#general{
	width:100%;
	margin:0px auto 0px auto;
    background-color: white;
}
/* ************************************ CABECERA ************************************ */
#cabecera{
	width:100%;
	height:65px;
	display:block;
	background:url(img/cabecera.jpg) #F60100 50% 0% no-repeat;
	clear:both;
}
#logo{
    background:url(img/logo.jpg) no-repeat 100% 100% ;
    width:100%;
    height:69px;
    padding:5px 0px 5px 0px;
    display:block;
    background-color:white;
}
#logo #logohome{
    width:316px;
    height:69px;
    float:right;
    text-decoration:none;
    padding:0px;
    cursor:pointer;
}
#intro{
  margin:10px 0px 0px 0px;
  padding:10px 10px 10px 10px;
  width:550px;
}
p#noticia a{
	font-weight:bold;
    color:#F60100;
    text-decoration:none;
}
p#noticia a:hover{
    text-decoration:underline;
}
/* ************************************ IDIOMAS ************************************ */
#idiomas{
	display:block;
	padding:3px 4px 0px 0px;
	float:right;
	width:110px;
}
#idiomas li{
	display:inline;
}
/* ************************************ ESTRUCTURA CONTENIDO ************************************ */
#contenido{
	width:900px;
	min-height:300px;
	height: auto !important;
	height:100%;
	display:block;
	background-color:white;
	clear:both;
    margin:0px auto 0px auto;
}
#interior{
	padding:10px 0px;
    display:block;
    min-height:200px;
    height:auto !important;
    height:100%;
    background-color:white;
}
/* ************************************ PIE / FOOTER ************************************ */
#pie{
	width:100%;
    height:50px;
	display:block;
    background-color:#F60100;
	margin:0px auto 0px auto;
	font-size:10px;
	color:white;
}
#infoPie{
	width:900px;
    height:50px;
    display:block;
    margin:0px auto 0px auto;
}
#pie #infoPie a{
	font-size:10px;
	color:white;
	text-decoration:none;
}
#pie #infoPie a:hover{
	text-decoration:underline;
}
#pie #infoPie #lazul{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#pie #infoPie #powered{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
/* ************************************ Productos Home************************************ */
table#listaProductos{
width:900px;
font-size:10px;
color:#601C01;
}
table#listaProductos td#titulo{
background-color:orange;
text-align:left;
padding:2px 10px 2px 10px;
}
table#listaProductos{
width:884px;
margin:0px 8px 0px 8px;
}
table#listaProductos tr td{
padding:0px 10px 0px 10px;
}
table#listaProductos tr td.texto{
padding:0px;
margin:0px;
}
table#listaProductos tr.colorLinea{
background-color: #FEFAE3;
}
table#listaProductos tr td.imgLista{
width:320px;
height:235px;
}
table#listaProductos tr td.nombreImgLista{
height:30px;
}
table#listaProductos td.separador{
background-color:#FEDFAA;
height:1px;
padding:0px;
margin:0px;
}
table#listaProductos td img{
padding:0px;
margin:0px;
border:0px;
}
/* -----------------------------------------------------------------------*/
table.tablaInterior{
width:100%;
background-color: #FEFAE3;
height:23px;
}
table.tablaInterior td.imgVarias{
padding:9px 0px 9px 10px;
margin:0px;
border:0px;
background-color:#FEE09E;
height:62px;
width:100%;
}
table.tablaInterior td.imgVarias a.flash{
float:right;
}
table#listaProductos td img{
padding:5px;
margin:0px;
border:0px;
background-color:#FEE09E;
}
table.tablaInterior td.imgVarias img{
padding:0px 12px 0px 0px;
margin:0px;
float:left; 
}
table.tablaInterior td.precioProducto{
width:30%;
padding:5px 10px 5px 10px;
}
table.tablaInterior td.precioProducto span.precio{
width:80px;
font-size:16px;
font-weight:bold;
float:right;
padding:5px 20px 0px 0px;
}
table.tablaInterior td.descripcion{
padding:10px 10px 0px 0px;
height:45px;
}
table.tablaInterior td.medidas{
text-align:left;
padding:0px;
height:79px;
}
table.tablaInterior td.nombreLista{
font-size:16px;
height:20px;
border-bottom: solid;
border-color: orange;
border-width: 1px;
}