/************** body **************/
body{
	background-color: #CFC7B5;
}

/************** pie de pgina **************/
.pie{
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #9C1F2E;
	text-align: center;
}

.pie_enlace{
	color: #9C1F2E;
	text-decoration: underline;
}

a.pie_enlace:hover{
	text-decoration: none;
}

/************** botn idioma **************/
.idioma{
	padding-top: 5px;

}

/************** ttulos / ruta **************/
.titulo{	
	font-family: "Trebuchet MS";
	padding-left: 40px;
}

.titulo_actual{
	font-size: 20px;
	color: #9C1F2E;
}

.subtitulo_actual{
	font-size: 13px;
	font-weight:bold;
	color: #9C1F2E;
}
.titulo_superior{
	font-size: 16px;
	color: #8F8070;
}


/******* enlaces *******/
a.enlace{
	color: #9C1F2E;
	text-decoration: underline;
}

a.enlace:hover{
	text-decoration: none;
}


/************** texto normal **************/
.texto_normal{
	font-size: 13px;
	font-family: "Trebuchet MS";
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	color: #8F8070;
	}

/************** formulario **************/


.texto_normal_formulario{
	padding-left: 40px;
	padding-top: 15px;
}
	
.encabezados{
background-image:url(img/ancabezado_form.jpg);
background-position:left;
background-repeat:no-repeat;
height:25px;
padding-left:15px;
vertical-align:middle;
font-size: 13px;
font-family: "Trebuchet MS";
color:#FFFFFF;
}

.campos{
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #8F8070;
	list-style-position: inside;
	list-style-image: url(img/vin_form.gif);
	clip: rect(10px,auto,auto,auto);
	list-style-position: outside;
	margin-left: -18px;
	vertical-align:middle;	
}

.textos_intro{
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #333333;
	border:solid 1px #8F8070;
	

}

.bot_enviar{
	/*background-image:url(img/ancabezado_form.jpg);*/
	background-position:left;
	background-repeat:no-repeat;
	background-color:#9C1F2E;
	height:25px;
	width:63px;
	vertical-align:middle;
	font-size: 13px;
	font-family: "Trebuchet MS";
	color:#FFFFFF;
	font-weight:bold;
	
	
}


/************** men lateral **************/
.zona_izquierda{
	padding-bottom: 60px;
}



/************** tabla men lateral **************/
.menu_lateral{
	font-size: 14px;
	font-family: "Trebuchet MS";
	padding-left: 35px;
	background-image: url(img/fondo_boton.jpg);
	height: 54px;
	vertical-align: middle;
	font-weight: normal;
	color: #8F8070;
}

.menu_lateral_no_enlace{
	color: #9C1F2E;
	font-weight: bold;
}

a.menu_lateral_enlace{
	color: #8F8070;
	text-decoration: none;
}

a.menu_lateral_enlace:hover{
	color: #9C1F2E;
	font-weight: bold;
}
/************** submenú lateral **************/
.submenu_lateral{
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding-left: 52px;
	background-image: url(img/fondo_submenu.jpg);
	color: #8F8070;
	height: 24px;
	vertical-align: middle;
}

.submenu_lateral_no_enlace{
	color: #9C1F2E;	
}

a.submenu_lateral_enlace{
	color: #8F8070;
	text-decoration: none;
	
}

a.submenu_lateral_enlace:hover{
	color: #9C1F2E;	
	text-decoration: none;
}


/************** sección fotos **************/
.foto_enlace{
	display: inline-block;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

a.foto_enlace:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

a.foto_enlace:visited{
	filter: alpha(opacity=100);
	opacity: 1;
}

