/* JavaScript Document*/

body {
	background-color: #383c40;
	text-align: center;
	margin : 20px 0px 20px 0px;
}

div#contenedor{
	
	position:absolute;
	top:10px;
	left: 31px;
	text-align: left;
	width: 678px;
	margin: auto;
	background-color: #E0D8B0;
	padding-bottom: 27px;
} 


div#Top {
	position:relative;
	width:678px;
	height:130px;
	overflow:hidden;
	background-color: #f1efe2;

}



.ImgLogo {
	position: absolute;
	left: 7px;
	top: 2px;
}

.ImgTitulo {
	position: absolute;
	top: 31px;
	right: 20px;

}




div#MenuNav {
	position:relative;
	width:678px;
	height:22px;
	overflow:hidden;
	background-color: #807860;
	text-align: left;

}


.MenuCelda{
	color: DEF3DE;
	background-color: 88A068;
	height: 20px;
	top: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 4px 10px;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	left: 170px;
}

a.MenuCelda:active{text-decoration: none}
a.MenuCelda:link{text-decoration: none}
a.MenuCelda:visited{text-decoration: none}

a.MenuCelda:hover{
	text-decoration: underline;
	color: #000000;
	background-color: abbc94;
}


.TopDer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.TopVin {
	text-align: right;
	margin-top: 2px;
	margin-right: 27px;
	margin-bottom: 15px;

}


a.TopVinMarca{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #0033CC;

}

a.TopVinMarca:active{text-decoration: underline}
a.TopVinMarca:link{text-decoration: underline}
a.TopVinMarca:visited{text-decoration: underline}

a.TopVinMarca:hover{
	text-decoration: underline;
	color: #330066;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	position: relative;
	left: 15px;
	top: 10px;
	bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: 009966;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	left: 15px;
	top: 2px;
	position: relative;
}


div#Encabezado {
	position:relative;
	width:678px;
	height:127px;
	overflow:hidden;

}


div#EncIzq {
	position:relative;
	overflow:hidden;
	float: left;
	height:127px;
	width: 350px;
}

div#EncDer{
	position:relative;
	overflow:hidden;
	float: right;
	height:127px;
	width: 328px;

}


div#Buscador {
	position: relative;
	background-color: #f1efe2;
	border: 2px solid #009966;
	height: 65px;
	width: 275px;
	overflow: hidden;
	left: 25px;
	display: block;
	
}

.BusCasilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-align: left;
	background-color: #F5F4EB;
	text-indent: 5pt;
	left: 5px;
	top: 10px;
	position: absolute;

}

.BusBoton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000099;
	text-align: center;
	background-color: #E3E1CA;
	top: 10px;
	position: absolute;
	right: 5px;

}


div#BusSeleccion {
	position: absolute;
	top: 40px;
	overflow: hidden;
	left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	display: block;

}



.FilaMenu {
	position: relative;
	top: 0px;
	overflow: hidden;
	left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #d6cb96;
	margin-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #383c40;
	height: 39px;
	width: 500px;
	text-align: left;
	vertical-align: top;
	padding: 4px 2px 2px 6px;
	background-position: left top;

}

.MenuCursiva {
	font-style: italic;
}


a{
	color: #000000;
	text-decoration: none;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: #383c40;}
