<!--


body
{
	/*background:#000 url(../images/fondoweb.jpg) fixed top center repeat;*/
	background-color:#fff; 
	width:100%;
	font-family:Corbel,Arial,Tahoma,Helvetica,FreeSans,sans-serif;
	font-size:14px;
	color:#fff;
    margin: 0;
    padding: 0;
}

a {
	color:#fff;
	text-decoration:none;
}
a:hover {

	text-decoration:underline;
}
h1 {
	text-indent:-15000px;
	height: 0px;
    margin: 0;
}
.g-recaptcha {
	float: left;
    width: 44%;
    margin: 0 2%;
}
#contenedor {
	width:100%;
	height:auto;
	min-height:calc(100% - 400px);
	float:left;
	left:0%;
	top:400px;
	margin-left:0px;
	position:absolute;
	background:transparent url(../images/bg2.png) scroll top left repeat;	
	border-top:4px solid #fff;
}

#subcontenedor {
	width:750px;
	max-width:750px;
	float:left;
	left:50%;
	top:0;
	margin-left:-375px;
	text-align:center;
	position:relative;
	
}

#logo {
	width:300px;
	float:left;
	position:relative;
	left:50%;
	margin:-40px 0px 0px -150px;	
	z-index:1;
	/*text-align:center;*/
}
#logo img{
	width:300px;
}


.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0px;
	margin:0px;
}

img {
	border:0px;
}

.eslogan {
	float:left;
	width:100%;
	margin:20px 0px;
	font-size:1.5em;
}	
.verde {
	color:#bfd43b;
}
.iconos {
	float:left;
	width:70%;	
	margin:0px 15% 20px;
}

.iconos a:hover{
	filter:alpha(opacity=65);
	-moz-opacity:		.65;
	opacity:			.65;
}

.iconos div{
	float:left;
	width:21%;	
	margin:0px 2% 20px;
}
.iconos img{
	width:100%;	
	float:left;
}
.pieicono {
	font-size:1.2em;
	color:#bfd43b;
}
.nota {
	font-size:1.2em;
	margin-bottom:20px;
}
input[type=text], input[type=tel], input[type=email], select  {
	float: left;
    width: 44%;
    margin: 0px 2%;
    border: 1px solid #ccc;
    padding: 4px;
    font-family: Corbel, Calibri, Arial;
    font-size: 1.1em;
    margin-bottom: 20px;
}
select  {

    width: 45.5%;
}
#fondo {
	position: fixed;
    width: 100%;
}

input[type=submit]  {
	float:right;
	width:100px;
	background-color:transparent;
	color:#fff;
	border:2px solid #fff;
	font-family: Corbel, Calibri, Arial;
	padding: 4px;
	font-size: 0.9em;
	cursor:pointer;
	margin-bottom:15px;
}
input[type=submit]:hover  {
	background-color:#fff;
	color:#222;

}
form {
	text-align:right;
	margin-bottom:20px;
	float:left;
	width: 70%;
    margin-left: 15%;
}

#politica {
	display:none;
	text-align:left;
}
#politica h3{
	float:left;
	width:100%;
}

#volver {
	float:right;
	margin:20px 0px;
	font-weight:bold;
}

@media only screen and (max-width : 1000px) { 
#subcontenedor {
	width:92%;
	max-width:100%;
	left:0%;
	top:0;
	margin-left:4%;
}
}
@media only screen and (max-width : 768px) { 


#contenedor {
	top:185px;
	min-height:calc(100% - 185px);
}
input[type=text], input[type=tel], input[type=email], select  , input[type=submit]  {
	float:left;
	width:100%;
	margin:10px 0px;
	padding: 4px 0px;
}
form {
	text-align:right;
	margin-bottom:50px;
	width:90%;
	margin-left:5%;
	
}

}
@media only screen and (max-width : 640px) {  
.iconos div{
	float:left;
	width:44%;	
	margin:0px 3% 20px;
	height: 250px;
}
}

@media only screen and (max-width : 480px) {  
.iconos div{
	float:left;
	width:70%;	
	margin:0px 15% 20px;
	height: auto;
}


}

@media only screen and (max-width : 320px) {  


}
//-->
