/* CSS Document */

a:link {
	color: #BB1B00;
}
a:visited {
	color: #BB1B00;
}
a:hover {
	color: #336600;
}
a:active {
	color: #BB1B00;
}

h1 {
	size: 10pt;
	color:#999933;
	margin-left:20px;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	}
	
h2 {
	font:"Trebuchet MS", Times, serif;
	size: 150%;
	color:#CC0000;
	 margin-left:30px;
	 margin-top:20px;
	}


#texto_presentacion
{
	font-size:11.5px;
	font:"Trebuchet MS";
	text-align:left;
	color:#336600;
	margin-left:30px;
	width: 85%;
 }
 
#texto_vinos
{
	font-size:11.5px;
	font:"Trebuchet MS";
	text-align:left;
	color:#336600;
	margin-left:30px;
	width: 95%;
 }
 
#texto_productos
{
	font-size:11px;
	font:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	color:#990000;
	margin-left:20px;
	width: 90%;
 }
 
#direccion
{
	font-size:11px;
	text-align:left;
	color:#336600;
	margin-left:20px;
	width: 90%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
 }
 
#fondoproductos {
background-image:url(../imagenes/fondo_productos.gif);
background-position:right;
background-repeat:no-repeat;
}

#fondo1 {
background-image:url(../imagenes/fondo1.gif);
background-position:right;
background-repeat:no-repeat;
}

#fondo2 {
background-image:url(../imagenes/cab_index.jpg);
background-position:right;
background-repeat:no-repeat;
}

#fondo3 {
background-image:url(../imagenes/cab_interior.jpg);
background-position:left;
background-repeat:no-repeat;
}
