@charset "utf-8";
/* CSS Document */
body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color:#f8f8f8;
	font-family:Verdana, Geneva, sans-serif;
	color:#697474;
	font-size:14px;
}
.logo{
	width:100%;
	height:150px;
	background:url(../css/img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#FFF;
	
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.1);
}
.contenedor{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	width:80%;
	max-width:700px;
	background-color:#FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.33);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.33);
	
	border:solid 1px #E6E6E6;
	border-bottom:none;
}
.contenedor .titulo{
	width:100%;
	text-align:center;
	font-size:25px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color:#ffffff;
	box-sizing:border-box;
	padding:20px;
	padding-top:30px;
	padding-bottom:0px;

	position:relative;
}

.contenedor .titulo .idioma{
	position:absolute;
	top:30px;
	left:20px;
	width:110px;
}
.contenedor .titulo .idioma select{
	width:100%;
	height:30px;
	background-color:#3c8e00;
	line-height:30px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #295f01;
	padding-left:5px;
	
	outline-color:#fff;
	
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	
	cursor:pointer;
}

.contenedor .titulo .idioma select option{
	cursor:pointer;
}

.texto{
	text-align:center;
	box-sizing:border-box;
	padding:35px;
}

.texto input, .texto select{
	width:100%;
	max-width:480px;
	height:50px;
	background-color:#FFF;
	line-height:50px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #295f01;
	
	outline-color:#ffffff;
	
	background:url(../css/img/phone.png);
	background-position: left 10px center;
	background-repeat:no-repeat;
	text-align:center;
	
	box-sizing:border-box;
	padding-left:40px;
	padding-right:20px;
	font-size:14px;
	
	font-family:Verdana, Geneva, sans-serif;
	color:#697474;
	
}
.texto select{
	cursor:pointer;
}

.texto input[error="true"], .texto select[error="true"]{
	background-color:#fef4f4;
	border: 1px solid #bd0000;
	color:#bd0000;
}

.texto input[tipo="prefijo"], .texto select[tipo="prefijo"]{
	background: none;
	padding-left:5px;
	padding-right:0px;
	
}

.boton{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:100%;
	max-width:480px;
	height:40px;
	background-color:#FFF;
	line-height:40px;
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #4d4d4d;
	border-bottom: 3px solid #4d4d4d;
	cursor:pointer;
	
	outline-color:#ffffff;
	background:#697474;
	text-align:center;

	
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:18px;
	
	
	-webkit-transition: background 0.2s; /* Safari */
    transition: background 0.2s;
	-webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.boton:hover{
	background:#4e5454;
	border-bottom: 3px solid #000;
}

.boton:active{
	background:#4e5454;
	border-bottom:1px solid #000;
	border-top: 3px solid #000;
}

@media (max-width: 740px) {
	.logo{
		height:100px;
	}
	.contenedor .titulo .idioma{
		position:relative;
		top:0;
		left:0;
		width:100%;
		max-width:250px;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
	}
	
	.contenedor{

		margin-top:20px;
		margin-bottom:20px;
		width:90%;

	}
}

.texto_pie{
	width:100%;
	text-align:center;
	box-sizing:border-box;
	padding:25px;
	padding-top:20px;
	padding-bottom:20px;

	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	background-color:#3c8e00;
	color:#FFF;
}

.pie{
	color:#fff;
	text-align:center;
}


/*****CAPTCHA GOOGLE*******/
.g-recaptcha{
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	overflow:hidden !important;
	box-sizing:border-box !important;
	padding:10px !important;
	max-width:480px !important;
	border: 1px solid #295f01;
}

.g-recaptcha[error="true"]{
	border: 1px solid #bd0000;
	background-color: #fef4f4;
}


#id_baja_error{
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bd0000;
	background-color: #fef4f4;
	max-width:450px !important;
	padding:15px;
	margin-top:20px;
	color:#bd0000;
	display:none;
}

#id_baja_resultado_ko{
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bd0000;
	background-color: #fef4f4;
	max-width:450px !important;
	padding:15px;
	margin-top:20px;
	color:#bd0000;
	display:none;
	margin-top:45px;
}

#id_baja_resultado_ok{
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #64c100;
	background-color: #f6ffec;
	max-width:450px !important;
	padding:15px;
	margin-top:20px;
	color:#509b00;
	display:none;
	margin-top:45px;
}