/** ENCABEZADO SITIO **/
.ENC_Campo_Buscador {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #404040;
	background-color: #e7e7e7;
	border: none;
	height: 30px;
	width:340px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
.ENC_Boton_Buscar {
	background: transparent url(/images/bots/back_buscador.png) no-repeat top;
	width:65px;
	height:30px;
	color:#FFF;
	font-size:16px;
}
.ENC_Boton_Buscar:hover {
	cursor:pointer;
}
.ENC_Idiomas_tab ul{
	list-style-type: none;
}
.ENC_Idiomas {
	position:absolute;
	top: 0;
	z-index:100;
	background:#e7e7e7;
	margin:0px;
	padding:5px;
	width:75px;
	visibility: hidden;
	text-align: left;
}

.ENC_Idiomas a:hover{ /*THEME CHANGE HERE*/
	background:#e7e7e7;
}

