body {
margin:0;
background-image:url(../images/f_web.jpg);
background-repeat:repeat-x;
background-color:#fff;
}

/* estilos generales */

#tcontenedora {
width:783px;
background-color:#bfbfbf;
}


#cabecera {
height:234px;
}

#contenido {
vertical-align:top;
}

#contenido #capacontenido {
background-color:white;
margin:0 6px;
height:100%;
background-image:url(../images/f_capacontenido.jpg);
background-repeat:repeat-x;
padding:5px;
padding-top:1px;
}


#pie {
vertical-align:top;
font:10px "trebuchet ms";
color:#333;
letter-spacing:1px;
border-bottom:5px solid #bfbfbf;

}

#pie #capapie {
height:30px;
background-color:white;
border-top:3px solid #5184AF;
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 16px "trebuchet ms";
color:#19388A;
padding-left:20px;
background-image:url(../images/f_h1.gif);
background-repeat:no-repeat;
background-position:0 5px;
}

.normal {
font:12px "trebuchet ms";
color:#333;
}

/* tabla destacados */
#tdestacados {
background-color:white;
width:740px;
}

#tdestacados tr {
background-image:url(../images/f_destacados.jpg);
background-repeat:repeat-x;
}

#tdestacados td {
color:white;
font:12px "trebuchet ms";
text-align:center;
padding:2px;
padding-bottom:5px;
}

#tdestacados img {
width:100px;
border:2px solid #173281;
}

/* migas de pan */
h2 {
background-color:#4F84BA;
font:14px "trebuchet ms";
color:white;
padding:3px;
padding-left:10px;
margin-top:0;
}

h2 a {
color:white;
padding:0 2px;

}

h2 a:hover {
text-decoration:none;
background-color:#759FC9;
}

/* 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:white;
padding-left:8px;
}

.familia_texto {
font:10px "trebuchet ms";
color:white;
padding-left:8px;
}

.familia_img {
vertical-align:middle;
text-align:center;
}

.familia_img img {
width:50px;
height:50px;
}

/* estilos productos */

#tproductos {
width:740px;
} 

#tproductos td {
color:#3A6997;
font:12px "trebuchet ms";
text-align:center;
padding:2px;
padding-bottom:5px;
}

#tproductos img {
width:100px;
height:100px;
border:2px solid #173281;
}

/* estilos ficha */
.ficha_titular {
font:16px "trebuchet ms";
color:#4F84BA;
}

.ficha_referencia {
font:12px "trebuchet ms";
color:#396591;
}

/* estilos formulario*/
input, textarea {
background-color:whitesmoke;
border:1px solid gainsboro;
font:11px tahoma;
