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

/*DISPOSITIVO - MOVIL - 400px*/

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

#container {
	height:auto;
}

.logo-marca {
	display: block;
	float: none;
	margin: 0 auto;
}

header{
	height:112px;
	width:100%;}
	
.logo-marca{
	float:none;
	}	
	

.header-text {
	display:none;

}

#redes-sociales{
	display:none;}
	
	
	
#botones{
	margin:0 auto;
	width:100%;
	height:70px;
	display:block;
	
	
	background: rgb(241,231,103); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */

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


	
	}

.llamar {
	width:45%;
	position: absolute;
	padding: 10px;
	display: block;
	margin: 5px 0 0 0px;
	

}
		

.dejar {
	width:45%;
	padding:10px;
	position: absolute;
	padding: 10px;
	display: block;
	margin:5px 48%;
	

}		
	
	
	

#inicialTablet{
	display: block;
	margin-top: 0px;
	width:100%;
	max-width: 1023px;
	height:auto;
	float:none;
	background:url(../images/html/backBody1.png) no-repeat;}
	
	
#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: 620px;
	
	
	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:60px 0 0 0;
	margin:0px auto;
	display: block;
	width: 80%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	text-align:center;
}

#contact_form_2 h1 {
	margin-top:20px;
	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;
}


#redesSociales2 {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 50px;
	text-align:left;
	margin: 10px 0px 0 0;
}
#redesSociales2 a {
	margin: 0px 0px 0 20px;
}



#direccion{
	display:inherit;
	width:100%;
	height:100px;
	
	
	}
	
	
.header-text-2{
	padding: 0px 0 0 20px;}
	
	
.header-text-2 h {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.header-text-2 a {
	font-size: 14px;
	font-weight: bold;
	color: #DE1307;
	text-decoration: none;
}


/*FIN-HEADER*/
footer {
	
	width: 100%;
	height: 133px;
	background: #FFFFFF;
}

.footer-text {
	margin: 10px 0 0 0px;
}
.logo-kasa {
	margin: 30px 5px 0;
	width: 120px;
	float: left;
}
.legales {
	padding: 10px 0 0 140px;
	width: 50%;
}





/*TOP*/


.gotop {
	position:absolute;
	right:10px;
	top:190px;
	opacity:.;
	padding:10px;
	color:#eee;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	z-index:999;

}

.gotop.hidden {
	display:none;
	opacity:0
}
a.gotop {
	text-decoration:none!important
}


/*FIN-TOP*/




	

#quinta{
	margin:0;
	z-index:900px;
	width:100%;
	height:290px;
	overflow:auto;
	float:none;}	


  
	table#miyazaki { 
	box-shadow: 0px 0px 6px #000;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100; 
  background: #333; color: #fff;
  text-rendering: optimizeLegibility;
  border-radius: 5px; 
}
table#miyazaki caption { 
  font-size: 16px;; color: #444;
  margin: 1%;
  background-image:none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right; 
}
table#miyazaki thead th { font-weight: 600; }
table#miyazaki thead th, table#miyazaki tbody td { 
  padding: .4rem; font-size:16px;
}
table#miyazaki tbody td { 
  padding: .4rem; font-size:16px;
  color: #444; background: #eee; 
}
table#miyazaki tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}





}




/*DISPOSITIVO - HORIZONTALES MOVIL - 767px*/

@media screen and (min-width:401px) and (max-width:767px) {
	
#container {
	height:auto;
}

.logo-marca {
	display: block;
	float: none;
	margin: 0 auto;
}

header{
	height:112px;
	width:100%;}
	
.logo-marca{
	float:none;
	}	
	

.header-text {
	display:none;

}

#redes-sociales{
	display:none;}




#botones{
	margin:0 auto;
	width:100%;
	height:80px;
	display:block;
	
	
	background: rgb(241,231,103); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */

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


	
	}
	
	
	
	.llamar {
	max-width:220px;
	height:45px;
	position: absolute;
	padding: 10px;
	display: block;
	margin: 5px 48% 0 0px;
	

}
		

.dejar {
max-width:220px;
	height:45px;
	padding:10px;
	position: absolute;
	padding: 10px;
	display: block;
	margin:5px 0 0 48%;
	

}	
	
	



#inicialTablet{
	display: block;
	margin-top: 0px;
	width:100%;
	max-width: 1023px;
	height:auto;
	float:none;
	background:url(../images/html/backBody1.png) no-repeat;}
	
	
#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:60px 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:20px;
	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;
}



#redesSociales2 {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 50px;
	text-align:left;
	margin: 10px 0px 0 0;
}
#redesSociales2 a {
	margin: 0px 0px 0 20px;
}



#direccion{
	display:inherit;
	width:100%;
	height:100px;
	
	
	}
	
	
.header-text-2{
	padding: 0px 0 0 20px;}
	
	
.header-text-2 h {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.header-text-2 a {
	font-size: 14px;
	font-weight: bold;
	color: #DE1307;
	text-decoration: none;
}


/*FIN-HEADER*/
footer {
	
	width: 100%;
	height: 133px;
	background: #FFFFFF;
}

.footer-text {
	margin: 10px 0 0 0px;
}
.logo-kasa {
	margin: 30px 5px 0;
	width: 120px;
	float: left;
}
.legales {
	padding: 10px 0 0 140px;
	width: 50%;
}




/*TOP*/


.gotop {
	position:absolute;
	right:10px;
	top:190px;
	opacity:.;
	padding:10px;
	color:#eee;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	z-index:999;

}

.gotop.hidden {
	display:none;
	opacity:0
}
a.gotop {
	text-decoration:none!important
}


/*FIN-TOP*/



#quinta{
	margin:0;
	z-index:900px;
	width:100%;
	height:290px;
	overflow:auto;
	float:none;}		

	

}

