.prod {

	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
.inicio {

	font-size: 11px;
	font-weight: bold;
	color: #808080;
}
.general {

	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
}
.subtitulos {

	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: none;
	font-style: normal;
}
.subtitulos2 {

	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.submenu {

	font-size: 10px;
	font-weight: normal;
	color: #FFB119;
}
.cajas {

	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	height: auto;
	width: auto;
	border: 1px solid #666666;
}
.legales {

	font-size: 10px;
	font-weight: normal;
	color: #333;
}
/*textogral*/
.texto{
	font-size:11px;
	color:#CCCCCC;
	padding_left:10px;
	
	}
.pregunta{
	font-size:11px;
	color:#FF9900;
padding-left:30px;
background-image:url('../imagenes/fondo_pregunta.gif');
background-position:top-left;
background-repeat:no-repeat;
border-bottom:1px solid #333;
	}
.respuesta{
	font-size:11px;
	color:#CCC;
padding-left:30px;
border-bottom:1px solid #666;
	}
.naranja{
	font-size:11px;
	color:#FF9900;
	font-weight: bold;
}
	
/*ligas*/
.catalogo:link{
font-size:11px;
color:#FF9900;
text-decoration:none;
}
.catalogo:hover{
font-size:11px;
color:#FF9900;
text-decoration:none;
}
.catalogo:active{
font-size:11px;
color:#999999;
text-decoration:none;
}
.catalogo:visited{
font-size:11px;
color:#999999;
text-decoration:none;
}
.leg:link{
font-size:11px;
color:#999;
text-decoration:none;
}

.leg:hover{
font-size:11px;
color:#CCC;
text-decoration:none;
}
.leg:active{
font-size:11px;
color:#999;
text-decoration:none;
}

.leg:visited{
font-size:11px;
color:#999;
text-decoration:none;
}
/*estilos tablas*/
.titabla{
font-size:12px;
text-align:right;
margin-right:20;
color:#999;
font-weight:bold;
background-image:url(../imagenes/fondo_celda.gif);
display:block;
width:187px;
height:21px;
}
.titbus{
font-size:11px;
text-align:left;
color:#999;
font-weight:bold;
background-image:url(../imagenes/fondo_bus.gif);
display:block;
width:187px;
height:20px;
}
.subtabla{
font-size:13px;
color:#CCC;
font-weight:bold;
background-image:url(../imagenes/fondo_sub.gif);
height:41px;
}
.detalle{
font-size:11px;
color:#CCC;
font-weight:bold;
background-image:url(../imagenes/fondo_detalle.gif);
background-position:top;
background-repeat:no-repeat;
	border-bottom:1px solid #666;

}
.productos1{
font-size:10px;
background-image:url(../imagenes/fondo_prod.gif);
display:block;
width:100px;
}
.productos2{
font-size:10px;
background-image:url(../imagenes/fondo_prod0.gif);
display:block;
width:100px;
}

/*imagenes*/
.borde {
border-width:1px;
border-color:#666;
border-style:solid;
}
/*formulario*/
.campo{
	color:#FFFFFF;
	font-size:11px;
	background-color:#999999;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	}
.boton{
background-color:#666666;
font-size:13px;
color:#CCCCCC;
border-width:2px;
border-color:#CCCCCC;
border-style:solid;
}