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

#contenido{
	width:100%;
	clear:both;
	margin-bottom:8%; 
	text-align:center;  
	border-top: 1px solid #cccccc; 
	}
#titulocontacto{
	font-family: verdana;
	font-size:3em;
	margin-top:2%;
	}
#template_form{
	width:60%;
	clear:both;
	margin:0 auto;   		
	}




#hrline{
	width:56.5%;
	clear:both;
	position:relative;
	left:21%;
	top:0;	
	}
table{
	width:100%;
	text-align:left;   
	margin-top:5%;	
	}
table tr td{
	padding:3%;
	}
.txtform{
	 background-color: #FEFDFD;
	 border-top:transparent;
	 border-left:transparent;
	 border-right:transparent;
	 border-bottom:solid;
	}
textarea{
    background-color: #FEFDFD;
	border:solid;
	}
	
input, textarea{
	width:98%;	
	}	
	
	


#template_form #formulario .g-recaptcha{
	width:45%;
	margin-left:33.5%;		
	
	}
	
	@media (max-width: 800px) {
#template_form{
	width:100%;	  
		}
input, textarea{
	width:95%;	
	}
}
@media (max-width: 500px) {
	#template_form #formulario .g-recaptcha{
	margin-left:0;		
	
	}
}