body {
	margin:0px;
	font-family:"trebuchet MS";
	font-size:14px;
	}




/*******HEADER******/
#header {
	height:81px;
	background-image:url(image/header_bg.gif);
	
	}
#header #contenedor {
	margin:auto;
	display:block;
	width:960px;
	height:81px;
	clear:both;
	}

#header #contenedor #logo {
	width:293px;
	height:81px;
	background-image:url(image/logo.gif);
	float:left;
	}
#header #contenedor #buscador {
	float:right;
	width:300px;
	height:26px;
	margin-top:20px;
	padding:5px;;
	background-color:#7D7D7D;
	}





/******  MENU ******/	

#menu {
	background-color:#F2F3F5;
	}

#menu #opciones {
	height:30px;
	width:960px;
	margin:auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	font-weight:bold;
	}
#menu #raya {
	margin:0px 0px 0px 0px;
	height:2px;
	background-image:url(image/raya.gif);
	}
	
#menu #alfabeto {
	margin:auto;
	width:960px;
	height:30px;
	line-height:30px;
	font-family:"trebuchet MS";
	font-size:12px;
	}
	
#menu #alfabeto .alfa .letra {
	padding:2px 8px 2px 8px;
	background-color:#414141;
	font-family:"trebuchet MS";
	color:#FFFFFF;
	font-weight:bold;
	}
	
#menu #alfabeto .alfa a:link {
	background-color: #414141;
	text-decoration:none;
	}	
#menu #alfabeto .alfa a:hover {
	background-color:#FF0000;
	padding:2px 8px 2px 8px;
	text-decoration:none;
	}
	
#menu #alfabeto .busq_text {
	padding-right:75px;
	}
	
#menu #anuncios {
	padding-top:5px;
	margin:auto;
	width:960px;
	height:95px;
	clear:both;
	}
#menu #anuncios #vin_200_60 {
	float:left;
	}

#menu #anuncios #cont_768_90 {
	float:left;
	}	






/***  PRINCIPAL  ****/
#principal {

	}
	
#principal #contenedor {
	margin:auto;
	width:960px;
	background-color:#FFFFFF;
	padding-top:10px;
	clear:both;
	}
	





/****   FOOTER  *****/

#footer {
	clear:both;
	height:75px;
	background-color:#003300;
	background-image:url(image/footer_bg.gif);
	}
	
#footer #contenedor_f {
	color:#FFFFFF;
	font-size:14px;
	width:960px;
	text-align:center;
	line-height:75px;
	}
