/*FORM CSS*/
#slider #carta0 {
	height: 143px;
	width: 77px;
	display: block;
	float: left;
	background-image: url(../img/cartas/backCard2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #FFF;
	margin: 15px 10px 15px 0px;
}
#slider #carta1 {
	height: 143px;
	width: 77px;
	display: block;
	float: left;
	background-image: url(../img/cartas/backCard2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #FFF;
	margin: 15px 10px 15px 0px;
}
#slider #carta2 {
	float: left;
	height: 143px;
	width: 77px;
	display: block;
	background-image: url(../img/cartas/backCard2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #FFF;
	margin: 15px 0px 15px 0px;
}
#slider #erreur {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-family: "Segoe UI", sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
#slider .etiquetaCampo {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#slider .inputCampo {
	width: 168px;
	font-size: 11px;
	color: #666;
}
#slider .selectCampo {
	width: 175px;
	font-size: 11px;
	color:#666;
	padding: 3px;
}

#slider .textAreaInput {
	width: 280px;
	height: 45px;
	font-size: 12px;
}
#slider .buttonCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../img/botonSend.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #1C1010;
	color: #002859;
}
#slider .buttonCampo2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../img/botonSend2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #1C1010;
	color: #FFF;
}
a {
	color: #64612d;
	font-weight: bold;
}
a:hover {
	color: #476f94;
}
/* CSS PARA LANZAR EL VALIDADOR DE EMAIL */ 
.superCapa {
	visibility:hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#cajaRevalidate {
	background-color: #DB9637;
	width: 370px;
	height: 120px;
	margin-left: -185px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	border: 1px solid #FFF;
	color: #261415;
}
.buttonRevalidate {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
}
/* ELEMENTO DE FORMULARIO*/
.etiquetaForm {
	background-color: #666;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 4px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.etiquetaCampo {
	font-family: "Segoe UI", sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #302F69;
}
.inputCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 170px;
	color: #555;
	border: solid 1px #534E48;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px;
	margin: 3px 0px;
}
.selectCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 176px;
	color: #555;
	border: solid 1px #534E48;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px;
	margin: 3px 0px;
}
.selectCampo.dateBirth {
	width:auto;
}
.textareaCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: 40px;
	padding: 5px;
	color: #555;
	border: solid 1px #534E48;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px;
	margin: 3px 0px;
	width: 288px;
}
.btnSend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}
.errorForm {
	color: #FF0000;
	background-color: #FFCC00;
	border: dotted 1px #FF0000;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
}
/* CSS PARA LANZAR EL VALIDADOR DE EMAIL */ 
.superCapa {
	visibility:hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#cajaRevalidate {
	width: 370px;
	height: 120px;
	margin-left: -185px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	border: 1px solid #FFF;
	background-color: #97d3f2;
}
.buttonRevalidate {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}