@charset "utf-8";
.Backpic {
	background-color: #000;
	background-image: url(img/backfondo.JPG);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 182px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.backGalery {
	background-color: #000;
	background-image: url(img/backgalery.JPG);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	left: -0px;
	top: 182px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.backcontacto {
	background-color: #000;
	background-image: url(img/backcontact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	left: -0px;
	top: 190px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.backmenu {
	background-color: #000;
	background-image: url(img/backmenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	left: -0px;
	top: 190px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}



.Navegador {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.NavegadorVertical {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.NavegadorVerticalTextoInicio {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

.NavegadorVerticalBOLD {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.DonAndres {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}


.textDireccion {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.black {
	background-color: #000;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.errormsg {
	font-weight: bold;
	color: #F00;
}
.contenedorForm {
	width: 426px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.F_transparente {
	background-image: url(img/transparent.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.TextContacto {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}
.boton {
	background-image: url(img/enviar.png);
	background-position: center center;
	height: 28px;
	width: 71px;
	background-repeat: no-repeat;
}
