/*
******************************************************************
         CUERPO
******************************************************************
*/ 

BODY {
	color: #666;
	background-color: #FFFFFF;
	background-image: url('');
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 14px;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
}
* html BODY{
	/* Solo IE Barras de Desplazamiento */
	/*
	scrollbar-face-color: white;
	scrollbar-highlight-color: #E4E4E4; 
	scrollbar-shadow-color: #E4E4E4;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #E4E4E4;
	scrollbar-track-color: #E4E4E4;
	scrollbar-darkshadow-color: white;
	*/
} /* IE Min-Height Hack */ 

.mainText {
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}


/* 
******************************************************************
         ENLACES
******************************************************************
*/

A {
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: None;
}

A:hover {
	text-decoration: Underline;
}


/*
******************************************************************
         NOTICIAS
******************************************************************
*/

#noticias_div{
 border: 1px solid #000000;
 background-color: #EEEEEE;
} 

/*
******************************************************************
         CUADROS DE TEXTO
******************************************************************
*/

.campotexto{
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background:#DDDDDD;
	border-style: solid;
	border:1px;
	border-color: black;
	width:120px;
	height:16px;
}

.campotexto_mediano{
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background:#DDDDDD;
	border-style: solid;
	border:1px;
	border-color: black;
	width:200px;
	height:16px;
}

.campoCuadroTexto{
	color: #000000;
	overflow: auto;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background:#DDDDDD;
	border-style: solid;
	border:1px;
	border-color: black;
	width: 250px;
	height: 100px;
}

.campo_busqueda{
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	background: white;
	border-style: solid;
	border:0px;
	border-color: white;
	width:96px;
	height:16px;
}

.combo{
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background:#E5EEF9;
	border: 1px solid #799EE5;
    height:19px;
}

/*
******************************************************************
         TIPOS DE LETRA
******************************************************************
*/

.fuente_carrito_Titulo{
	color: black;
	text-align: center;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.fuente_blanca_carrito {
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	background-color: #840a02;
}

.fuente_carrito_articulos {
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	background-color: #840a02;
}

.fuente_carrito_articulos_texto{
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal
	text-transform: capitalize;
}

.fuente_familias {
	color: #000000;
    font-variant: small-caps;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.fuente_productos {
    color: #000000;
    font-variant: small-caps;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

.fuente_productos2{
    color: #000000;
    font-variant: small-caps;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

.fuente_productos2:hover {
    background-color: #BBBBBB;
}
.fuente_precios {
    color: #FF0000;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
}


/*
******************************************************************
         FORMULARIO LOGUIN
******************************************************************
*/

.textoLoguin {
	color: black;
	text-align: center;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.botonLoguin{
    cursor: pointer;
	text-transform:uppercase;
	background-color: #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px;
	border-style: solid;
	border-color: #564b47;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.botonLoguinRegistro{
    cursor: pointer;
	background-color: #7c0800;
	color: #CCCCCC;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.separadorRojo{ 
	size: 1px;
	width: 95%;
	text-align: center;
	color: #a10b01;
	background-color: #a10b01;
}

/*
******************************************************************
         POSICIONADOR DE PAGINACION
******************************************************************
*/

.PaginacionPosicionador{
 width: 100%;
 height: 20px;
 text-align: center;
}

/*
******************************************************************
         DIVS DE LOS ENLACES DEL PIE
******************************************************************
*/

#footer_1 { /* Parent Wrapper for inside boxes */
 /* border: 1px solid red; */
 margin-left: 20px;
 display:table-cell;
 vertical-align:middle;
 text-indent: 20px;
 display: inline; /* IE Hack */
 width: 100px;
 float: left;
 height: 18px;
 color: #AA8255;
 font-family: Arial, Trebuchet MS, Tahoma, Helvetica;
 font-size: 10px;
 font-weight: bold;
 cursor: pointer;
}

#footer_2 { /* Parent Wrapper for inside boxes */
 /* border: 1px solid red; */
 display: table-cell;
 vertical-align:middle;
 margin-right: 20px;
 display: inline; /* IE Hack */
 width: 100px;
 float: right;
 height: 18px;
 color: #AA8255;
 font-family: Arial, Trebuchet MS, Tahoma, Helvetica;
 font-size: 10px;
 font-weight: bold;
 cursor: pointer;
}

/* 
********************************************************
               CABECERAS DE LAS FAMILIAS Y SUBFAMILIAS
********************************************************
*/




