/* Perfect Wide www.perfect.es */

body {
	margin: 0;
	background: #fff url("../images/fondo.gif") 0 0 repeat-x;
	text-align: justify;
	font-size: 75%;
	color: #2D2D2D;
	font-family: helvetica,arial,sans-serif;
	line-height: 145%;
}

img {
	border: 0;
}

p, td, li {
	font: 1em/145% helvetica,arial,sans-serif;
}

a {
	color: #5A6C8B;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	background: #F8F8F8;
	border: 1px solid #999;
}

input.enviar {
	background: #C2C8DA;
	border: 1px solid #A6ADC1;
}


/* --------------- ESTRUCTURA ----------------- */

#contenedor {	
	background: transparent url("../images/fondo_contenido.gif") 0 0 repeat-y;
	min-width: 990px; 
}

#cabecera {
	height: 118px;
	width: 277px;
	background: transparent url("../images/fondo_logo.gif") 0 0 no-repeat;
}

#flash {
	position: absolute;
	top: 0;
	left: 340px;
}

#centro {	
	/* width: 790px; */
	width: 990px;
	background: transparent url("../images/fondo_menu.gif") bottom left no-repeat;
	height: 350px;
}

html>body #centro {
	min-height: 350px;
	height: auto;
}

#contenido {
	float: right;
	width: 790px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}

#columna {
	width: 173px;
}

#search {
	background: transparent url("../images/search_fondo.gif") 0 0 no-repeat;
	height: 95px;
	color: #252525;
	font: bold 1.1em "Lucida Grande","Trebuchet MS", arial, helvetica,sans-serif;
}

#search form {
	padding: 26px 0 0 10px;
}

#search input {
	width: 135px;
	height: 17px;
}

#search input.submit {
	background: #5A6C8B;
	height: 17px;
	float: right;
	width: 40px;
	font: bold 0.8em verdana,sans-serif;
	color: #fff;
	padding: 0;
	margin: 2px 26px 0 0 ;
	border: 1px solid #2F3E57;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	width: 173px;
	height: 22px;
	text-decoration: none;
	color: #fff;
	font: 1.2em "Lucida Grande","Trebuchet MS",arial,helvetica,sans-serif;
	padding: 4px 0 0 15px;
}

#menu li.primero a {
	background: transparent url("../images/menu_primero.gif") 0 0 no-repeat;
}
#menu li.primero a:hover {
	background: transparent url("../images/menu_primero.gif") 0 -26px no-repeat;
	color: #000;	
}

#menu li.segundo a {
	background: transparent url("../images/menu_segundo.gif") 0 0 no-repeat;
}
#menu li.segundo a:hover {
	background: transparent url("../images/menu_segundo.gif") 0 -27px no-repeat;
	color: #000;
}

#menu li.tercero a {
	background: transparent url("../images/menu_tercero.gif") 0 0 no-repeat;
}
#menu li.tercero a:hover {
	background: transparent url("../images/menu_tercero.gif") 0 -27px no-repeat;
	color: #000;	
}

#menu li.par a {
	background: transparent url("../images/menu_par.gif") 0 0 no-repeat;
}
#menu li.par a:hover {
	background: transparent url("../images/menu_par.gif") 0 -27px no-repeat;
	color: #000;	
}

#menu li.impar a {
	background: transparent url("../images/menu_impar.gif") 0 0 no-repeat;
}

#menu li.impar a:hover {
	background: transparent url("../images/menu_impar.gif") 0 -27px no-repeat;
	color: #000;	
}



#pie {
	clear: both;
	background: #4064A1 url("../images/fondo_pie.gif") 0 0 repeat-x;
	color: #fff;
	text-align: center;
}

#pie p {
	margin: 0;
	font: 0.9em verdana,sans-serif;
	padding: 5px 0;
}

#pie a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

#pie a:hover {
	text-decoration: none;
}


/*  MENUS DEPLEGABLES ****************************** */

#aboutus, #products  {
	position: absolute; 
	left: 149px; 
	top: 242px;
	font: 1.2em "Lucida Grande","Trebuchet MS",arial,helvetica,sans-serif;
}

#products {
	top: 294px;
}
#aboutus a, #products a {
	display:block;
	padding: 3px;
	border-bottom: 1px solid #9FB1D0;
	background: #5A6C8B;
	text-decoration: none;
	color: #fff;
}
#aboutus a:hover, #products a:hover {
	color: #000;
	background: #D2D8E3;
}

/*  ********* FIN DESPLEGABLES *********************/


#vinotinto {
	margin: 0 auto 10px;
	width: 80%;
	background: #C7CEDA;
	border: 1px solid #5A6C8B;
	padding: 15px;
}

#vinotinto dt {
	float: left;
	margin-bottom: 5px;
}

#vinotinto dd {
	margin: 0 0 15px 30%;
}


#vinotinto .submit {
	margin-left: 150px;
	background: #152847;
	color: #fff;
}
#vinotinto h3 {
	margin: 0 0 10px;
}

#library dt {
	float: left;
	font-weight: bold;
}

#library dd {
	margin: 0 0 15px 20%;
}

#volver {
	text-align: center;
	list-style: none;
}

#volver li {
	display: inline;
}