/** home **/

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}

.producto_destacado {
	background-color: #DAE6F7;
}

a:hover {
	color: #FF9900;
	font-size: 12px;
	text-decoration: underline;
}

.linea {
	border-right: 1px solid #CCCCCC;
}

.logos {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.titulos_home {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.titulos_barraizq {
	font-size: 14px;
	font-weight: bold;
	color:#f18000;
}

.titulos_azules{
	font-size: 14px;
	font-weight: bold;
	color: #4B83C6;
}

.titulos_naranjas{
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}

.titulos_naranjas:link {
	color: #FF9900;
	font-size: 13px;
	text-decoration: underline;
}

.titulos_naranjas:hover {
	color: #4B83C6;
	font-size: 13px;
	text-decoration: underline;
}

.linea_abajo {
	border-bottom: 1px solid #CCCCCC;
}

.linea_abajo_azul {
	border-bottom: 1px solid #5389CC;
}

.bg_productos {
	background-image:url(../imagenes/productos/bg_productos.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.texto_productos {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.texto_productos2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	}
.texto_productos2:hover {
	color: #FF6347;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;
	}	
