body {
margin:0;
background-image:url(../images/f_web.jpg);
background-repeat:repeat-x;
background-color:#EAE8D3;
}

/* estilos generales */

#tcontenedora {
width:783px;
background-color:white;
}


#cabecera {
height:234px;
}

#contenido {
vertical-align:top;
}

#contenido #capacontenido {
background-color:white;
margin:0 6px;
height:100%;
padding:5px;
padding-top:1px;
}


#pie {
vertical-align:top;
font:10px "trebuchet ms";
color:#333;
letter-spacing:1px;
}

#pie #capapie {
height:30px;
background-color:white;
border-top:1px solid #9e010a;
margin:0 6px;
padding-top:10px;
}

#pie a {
text-decoration:none;
padding:0 2px;
color:black;
}

#pie a:hover {
color:white;
background-color:#666;
}

/* estilos de texto */

h1 {
font:bold 15px "trebuchet ms";
color:#9e010a;
}

.normal {
font:12px "trebuchet ms";
color:#555;
}

/* tabla destacados */
#tdestacados {
background-color:white;
width:740px;
}

#tdestacados tr {

}

#tdestacados td {
color:black;
font:12px "trebuchet ms";
text-align:center;
padding:2px;
padding-bottom:5px;
border-top:1px solid #333;
}

#tdestacados img {
width:100px;
border:2px solid #9e010a;
}

/* migas de pan */
h2 {
background-color:white;
font:14px "trebuchet ms";
color:#9e010a;
padding:3px;
padding-left:10px;
margin-top:0;
}

h2 a {
color:#9e010a;
padding:0 2px;

}

h2 a:hover {
text-decoration:none;
background-color:#ffffcc;
}

/* familias */
#tfamilias {
background-color:white;
width:740px;
}

.tfamilia {
width:218px;
height:69px;
background-image:url(../images/f_familia.jpg);
background-repeat:no-repeat;
margin-bottom:20px;
}

.familia_titular {
font:bold 11px "trebuchet ms";
color:#996600;
padding-left:12px;
text-align:center;
}

.familia_texto {
font:10px "trebuchet ms";
color:black;
padding-left:12px;
text-align:center;
vertical-align:top;
}

.familia_img {
vertical-align:middle;
text-align:center;
}

.familia_img img {
width:50px;
height:50px;
}

/* estilos productos */

#tproductos {
width:740px;
} 

#tproductos td {
color:#9e010a;
font:12px "trebuchet ms";
text-align:center;
padding:2px;
padding-bottom:5px;
}

#tproductos img {
width:100px;
height:100px;
border:2px solid #9e010a;
}

/* estilos ficha */
.ficha_titular {
font:16px "trebuchet ms";
color:#9e010a;
}

.ficha_referencia {
font:12px "trebuchet ms";
color:#9e010a;
}

/* estilos formulario*/
input, textarea {
background-color:whitesmoke;
border:1px solid gainsboro;
font:11px tahoma;
