div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7 input.wpcf7-text { width: 100%; } 
.wpcf7 textarea.wpcf7-textarea { width: 100%; } 

.wpcf7-form-control-wrap textarea {
width: 100%;
}

.wpcf7-form-control-wrap input:not([type="checkbox"]){
width:48%;
background-color:#ebebeb !important;
padding:1%  !important;
border:none !important;
color:#000  !important;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/*estilos alicia*/
/*-----------ESTILO DEL LOS FORMULARIOS--------------*/

	/*BOTON ENVIAR DE LOS FORMULARIOS*/
	.wpcf7-form .wpcf7-submit {
	  /*  -webkit-appearance: none;
	    background-color: #0085cf;
	    border: 10px solid #0085cf;
	    border-radius: 60px;
	    font-size: 16px;
	    color: #fff;   
	    float: right;*/
		    bottom: -1px;
    color: #2ea3f2 !important;
    border: 3px solid #2ea3f2;
    margin: 5px;
    border-radius: 3px;
    background-color: #fff;
	 float: right;
	 padding:0.3em 1em;
	 line-height:1.7em !important;
	 font-size:16px;
	}
	
	.wpcf7-form .wpcf7-submit:hover {
		cursor: pointer; 
		background-color: #00c5b4;
		border: 10px solid #00c5b4;
	}

	/*ESTILO PERSONALIZADO FORMULARIOS*/
	.estilo-form2 {
		padding-left: 20px;
		padding-right: 20px;
		color: #2ea3f2;
	}
	.titulo-celeste-form {
		/*width: 80%;*/ 
		background-color: #00c5b4; 
		/*border-radius: 40px 40px 5px 5px;*/
	/*	border-radius: 10px;*/
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:40px;
	margin-top:40px;
	}
	.titulo-azul-form{
		/*width: 80%;*/ 	
		/*border-radius: 40px 40px 5px 5px;*/
		/*width: 80%;*/ 
		background-color: #0085cf; 
		/*border-radius: 40px 40px 5px 5px;*/
	/*	border-radius: 10px;*/
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	margin-top:20px;
	}
	.font-titulos-form {
		font-family: sans-serif; 
		font-size: 16px; 
		color: white; 
		font-weight: bold; 
		margin-left: 20px; 
		margin-right: 20px;
	}
	.font-titulos-form2{
	/*	font-family: sans-serif;*/
		font-size: 18px;
		color: #2ea3f2;
		/*font-weight: bold;
		margin-left: 20px;
		margin-right: 20px;*/
	}
	.font-texto-largo-form {
		/*font-family: sans-serif; 
		font-size: 16px; 
		text-align: justify;*/
	}
	.font-texto-largo-form2 {
	/*	font-family: sans-serif; 
		font-size: 12px; 
		text-align: justify;*/
	}
	.cuadrogris{
	background-color:#ebebeb;
	width:100%;
	padding:20px !important;
	}
	.cuadroblanco{
	background-color:#ebebeb;
	width:100%;
	padding:20px !important;
	}
.tickAzulForm{
color:#0085cf;font-weight:bold;
/*margin-left:40px;*/
margin-right:20px;
}

