/* Estilos generales*/
/**********************************/
body
{
	color: black;     	/*Color principal del texto*/
	font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

table {font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
h1 {padding-left: 10px}
h2 {padding-left: 20px}
h3 {margin-top: 0px; padding-left: 30px; height: 21px;}
h4 {margin-top: 0px; padding-left: 40px; height: 21px;}
p {margin-left: 35px; margin-right: 15px; text-align: justify;}

a {color: #006666;text-decoration: none;font-weight: none;}
a:hover {color: black;}

.a2 {font-size: 12px;font-weight: bold;}
.subcat{font-size: 9px;}

.titulo{font-size: 35px;font-weight: bold;color:white;}

/**********************************/

/* Definición de diversas propiedades del cuerpo de la web*/
#Cuerpo
{
	background-color: white; /* Color principal del interface*/
	border: 1px solid black;
}

/* Cabecera de la web */
#Cabecera{background:url(../images/fnd_cabecera.gif) repeat-x center left; margin: 0px;height: 79px;background-color: #71767C;}
#Lateral {background: url(../images/fondo_lateral.jpg) repeat-y center left;}

/* Menús de la parte superior */
#mnuTop {background-color: #71767C;border-bottom: 1px solid black;}
#mnuTop2{background:url(../images/fnd_mnu_buscar.gif) repeat-x center left; background-color: #71767C; height: 22px;border-bottom: 1px solid black;}

/* Menú de la izquierda */
#mnuIzda { background-color: #b8c0c4; height: 100%}
#mnuIzda p { text-align: left;}
#mnuIzda a {color: #006666;text-decoration: none;font-weight: bold;padding-left: 5px;padding-right: 5px;}
#mnuIzda a:hover{color: black;}
#sepIzda {background:url(../images/sep_mnu_izda.gif) repeat-y center left;}

/* Menú de la derecha */
#mnuDcha{background-color: #b8c0c4; height: 100%}
#mnuDcha p { text-align: left;}
#sepDcha {background:url(../images/sep_mnu_dcha.gif) repeat-y center left;}

/* Contenido central de la web */
#Contenido{height: 100%;background-color: white;}

/* Pie de Página */
#PiePagina {text-align: center;background-color: white;border-top: 1px solid black;}

#Boton{text-align: center;}

.boton_menu{border: 1px solid black; width: 110px; background-color: #dedede;}
.boton_menu:hover {background-color: red}

/* Recuadros, tablas, precios y listas*/
.recuadro{border: 1px solid grey; margin-left: 10px; margin-right: 10px; padding-top: 0px; background-color: #E9E9E9;}
.precio{background-color: white;color: #FF9900;letter-spacing: 1px;font-size: 12px;font-weight: bold;}
.titulo_producto {background:url(../images/fnd_mnu_buscar.gif) repeat-x center left;background-color: grey; padding-left: 5px;font-size: 11px;color:black;font-weight: bold;}
.caracteristicas_producto {margin: 15px; text-align: justify;}
.tabla_productos{background-color: #E9E9E9;}
.tabla_productos td {border: 0px solid grey;}
.tabla_buscador {border: 1px solid grey; background-color: #dedede}
 #navlist li{text-decoration: none;display: block;}
 #navlist{padding: 0 1px 1px;}

/* Formularios */
form{margin-left: 15px;}
.form_item{font-size: 9px;line-height: 18px;color: #6B7E93;text-decoration: none;background-color: #ffffff;border: 1px solid grey;}
