body {
	font-size:0.8em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
}
td {
	font-size:1em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}ç
form{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0;
}
a:link , a:active, a:visited, a:hover{
	font-family:tahoma,arial,verdana, sans-serif;
	color: #CC0000;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}


#contenedor{
	width: 780px;
	margin: auto;
	padding:0;
	border:0px solid;
}
/* Cabecera */
#cabecera{
	width: 100%;
	border:0px solid #000;
}
/* Menu dentro de la cabecera */
#menu_over{
	width:100%;height:27px;
	background-color:#7AAFF0;
}
#menu{
	float: left;
	width: 60%; height: 27px;
	background-color: #7AAFF0;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin:0; padding:0;
}
#menu ul{
	padding: 0; margin: 0;
	list-style: none;
	font-size: 1.2em;
}
#menu ul li{
	float: left;
	padding: 0;	margin: 0;
}
#menu ul li a:link, 
#menu ul li a:visited {
	display: block;
	width: 70px;
	padding: 8px 0px 2px 7px;
	color: #000;
	background-color: #7AAFF0;
	text-decoration: none;
	text-align:center;
	font-weight: normal;
}
#menu ul li a:hover{
	font-weight: normal;
	color: #fff;
	background-color: #003373;
	height:17px;
}
#underMenu{
	width: 100%;
	background: url('/config/imagenes/fondo_cab_01.gif') top left no-repeat;
	height:136px;
}
/* Fomulario de login */
#contLogin{
	background-color: #7AAFF0;
	color: #000;
	width: 40%; height: 27px;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	
}
#contLogin label{
	font-size: 1em;
}
#contLogin input.borde{
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0; padding:0;
	margin-bottom: 3px;
	
}
#accesoReg{
	border: 1px solid #fff;
	background-color: #ccc;
	color: #000;
	width: 90%;
	margin: auto;
	padding: 2px;
	font-size: 1.2em;
	text-align:center;
}

/* Fin de la cabecera */
#botones_index{

	float:right;
	border:0px solid;
	width:100%;
	background: url('/config/imagenes/fondo_botones.gif') top left no-repeat;
}
#botones{

	float:right;
	border:0px solid;
	width:auto;
}
/* Zona de contenidos */
#contenidos{
	width: 100%;
	/*background-color: #E6EBF1;*/
}
#contenidos h2{
	font-size:1.7em;
	color: #003373;
	font-weight: normal;
	margin: 10px 0px 10px 40px;
	padding: 3px;
}
#contenidos h3{
	font-size:1.7em;
	color: #003373;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#noticias{
	width: 315px;
	float: left;
	color: #000;
	background: #E6EBF1 url('/config/imagenes/fondo_cabe_noticias.gif') top left no-repeat;
	padding-top:0px;
}
#ofertas{
	width: 465px;
	float: right;
	color: #000;
	background: #fff url('/config/imagenes/fondo_cabe_ofertas.gif') top left no-repeat;
	padding-top:0px;
}

/* Fin de los contenidos */

/* Pie */
#pie{
	margin: 20px 0px 0px 10px;
}





#contBotones{
	width: 150px;
	height: 47px;
	background: transparent url('/config/imagenes/indexn_11.jpg') top right no-repeat;
	float: right;
	margin: 15px 5px 0px 0px;
}

#ladoIzq{ 
	border: 1px solid #ccc;
	width: 152px; min-height: 300px;
	background-color: #00A6EB;
	color: #000;
	text-align: center;
	vertical-align: top;
}
#ladoDer{
	width: 628px;
	min-height: 300px;
	vertical-align: top;
}
#ladoDer h2{
	font-size:1.7em;
	color: #000;
	font-family: Verdana, Arial;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 3px;
}
#irTienda{
	width:120px;
	height: 120px;
	float: right;
	text-align:center;
	margin: 0;
}
#contPrecios{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 0px 10px;
	width: 300px;
	float: left;
}
#cajaCanti{
	margin: 10px 0px 0px 20px;
	width: 150px; height: 60px;
	float: right;
	vertical-align: bottom;
	text-align: right;
}
.cajaMarcoBlanco{
	/*background-color: #EDF5E4;*/
	background-color: #fff;
	border-right: 2px solid #ccc;
}

/* Estilos del carrito */
.textoRojo{
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
}
.cabeceraCarrito{
	background-color: #E6E6E6;
	font-weight: bold;
	font-size: 1.1em;
	height: 20px;
	border: 1px solid #ccc;
}
.totalCarrito{
	font-family: Georgia, Lucinda Sans Console, Arial;
	font-size: 1.7em;
	color: #cc0000;
	background-color: #FFFFE3;
}
#cuadroError{
	background-color: #FFFFE3;
	border: 1px dashed #ccc;
	font-size:1.2em;
	margin:10px;
	text-align:left;
}
#tablaDatos td{
	border-bottom: 1px solid #ccc;
}
/* Estilos generales */
.tituloRojo{
	color: #000;
	font-size: 1.8em;
	border-bottom: 2px solid #42557B;
	padding:3px;
}
.tituloRojoSin{
	color: #000;
	font-size: 1.8em;
	margin: 5px;
}
.lineaCatego{
	text-align: right;
	margin: 0;
	padding: 0;
	background: transparent url('/imagenes/tienda/fondo_nivel.jpg') top right repeat-y;
}
.lineaCategoFin{
	text-align: right;
	margin: 0;
	padding: 0;
	background: transparent url('/imagenes/tienda/linea_nivel_ultima.jpg') top right no-repeat;
}
.texto_ampliar{
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	font-weight: normal;
}
.titulo_ampliar{	
	font-size:12px;
	color:#CC0000;
}
a.tit_categoria:link , a.tit_categoria:visited, a.tit_categoria:hover, a.tit_categoria:active{
	font-size:12px;
	color: #CC0000;
	font-weight:bold;
	text-decoration: underline;
	font-style:normal;
}
.boton{
	font-family: Lucinda, Verdana;
	font-size: 1.1em;
	border: 1px solid #000;
	background-color: #7AAFF0;
}
.limpiar{
	clear: both;
}
.fondoNoti{
	height: 131;
	background: transparent url('/config/imagenes/fondo_noticias.jpg') top right repeat-x;'
}
