@charset "utf-8";
/* CSS Document */


.fondo {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat:  repeat-y;
	background-position: bottom;
	width: 100%;
	background-size: 100%;
}

.fondoweb {
	background-image: url(../imagenes/fondoweb.jpg);
	background-repeat: no-repeat;

	
}

.fondoaviso {
		background-color:#868279;

	
}


a.menuinferior:link, a.menuinferior:visited {
	font-family: Arial;
	color: #BFBCB5;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.menuinferior:hover {
	text-decoration: underline;
}

a.mapa:link, a.mapa:visited {
	font-family: Arial;
	color: #7e7a71;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}

a.mapa:hover {
	text-decoration: underline;
}

.sep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFBCB5;	
}

.direccion-portada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
}

.aviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 10px;
}

.aviso2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.menu_encabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;	
}

.texto_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

.campo {
	background-color: #787469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CFCCC7;
	border: 1px none #C1BEB5;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6b6863;
	text-decoration: none

}

.menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #6b6863;
	text-decoration: none

}


a.menu2:link, a.menu2:visited {
	font-family: Arial;
	color: #EBEBEB;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

a.menu2:hover {
	text-decoration: underline;
}

a.arrow:link, a.arrow:visited {
	font-family: Arial;
	color: #EBEBEB;
	font-size: 50px;
		text-decoration: none;

}

a.arrow:hover {
	font-size: 60px;
	

}

.borde {
	border: 1px solid ccc9c2;

}

.marcagrande {
	border: 1px solid #bdbab1;
	padding:10px;
	background-image: url(../imagenes/fondomarcas.png);
	background-repeat:   repeat-x;
}

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:40px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
}

.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30%;
}

.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}