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

@media screen and (min-width:768px) and (max-width:1023px) {
	
#container {
	height:auto;
	box-shadow: none;
	width: 100%;
}


#inicialTablet{
	display: block;
	margin-top: 0px;
	width:100%;
	max-width: 1023px;
	height:auto;
	float:none;}
	
	
#inicialMobile{
	display:none;}
		



#primera {
	display:none;
	
}



#segunda {
	display:none;
}

	
		

#tercera {
	display:none;
}


#terceraTablet{
	display:block;
	height:30px;
	width:100%;
	background:#FAD3A3;
	}
	
#terceraTablet a{
	text-align:center;
	padding:3px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bolder;
	display:block;
	
	color:#000;}	
	
	
	
	
	


#cuarta {
	margin: 0px auto;
	display: block;
	width: 100%;
	height: 600px;
	
	background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 37%, rgba(191,191,191,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(255,255,255,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 37%,rgba(191,191,191,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 37%,rgba(191,191,191,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 37%,rgba(191,191,191,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 37%,rgba(191,191,191,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */


	
	
}





#contact_form_2 {
	padding:80px 0 0 0;
	margin:0px auto;
	display: block;
	width: 60%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	text-align:center;
	
}

#contact_form_2 h1 {
	margin-top:0px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	font-family: "Verdana", Segoe, Segoe UI, DejaVu Sans, Trebuchet MS;
	font-size: 16px;
}


input, textarea {
	border: 2px solid #CCC;
	
}

#submit {
	margin: 10px 0 0 0px;
}




}
