/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.meta {
	color: #FFFFFF;
	font-size: 0px;
	height: 1px;
	width: 1px;
	margin-top:-20px;
	
}
#meta {
	color: #FFFFFF;
	font-size: 0px;
	height: 1px;
	width: 1px;
	margin-top:-20px;
}








body {
	color: #767676;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	font-size:15px;
	font-family: 'Merriweather', serif;	
	max-width:100%;
	overflow-x:hidden;
}


/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
.top-margin {
	margin-top: 96px;
}
.bottom-margin {
	margin-bottom: 96px;
}
img{max-width:100%;}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
  
}

.form-control {
	border-style: solid;
	border-weight: thin;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	color:black !important;
	font-size: 16px;
    font-family: 'Merriweather', serif;
	border-color:#006633;
}
.perfil{
	background-color: rgba(255, 255, 255, 0.8);
	border: thin solid #006633;
	border-weight: thin;
	margin-bottom:15px;	
	padding-left:15px;
}
	
.form-control:focus {
	border-color: #f9ce12;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:black;
}
.contacto{
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color:#006633;
	
}

@media (max-width:1000px){
	.perfil{
	background-color:rgba(255, 255, 255, 0.5);
	
}
	.form-control {
	border-style: solid;
	border-color:#006633;
	border: thin;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.75);
	color:black !important;
	font-size: 30px;
    font-family: 'Merriweather', serif;
	height:80px;
}


	
.form-control:focus {
	border-color: #f9ce12;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:black;
}
.contacto{
	text-align: left;
	font-family: 'Merriweather', serif;
	font-size: 30px;
	color: #006633;
}
	
}




p {
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
	font-family: 'Droid Sans', sans-serif;
	color: black;
}

h2,h3,h4,h5 { color: #767676;}



h2 {
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	margin: 0;
}

h3 {
	font-size: 40px;
	line-height: 32px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	margin: 0;
	
}


h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	color:white;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

a:hover{
	text-decoration:none;
}
.btn {
	border: 0px solid #3c3c3c;
	display: inline-block;
	min-width: 100px;
	padding: .9em;
	height: 60px;
	text-align: center;
	color: white;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom:0px;
	font-size: 19px;
	font-weight: 300;
	margin-top:10px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	font-family: 'Merriweather', serif;
	margin-left:30px;
	margin-right:10px;
	padding-left:auto;
	padding-right: auto;
	align-content:center;
	float:left;
	border-radius:30px 0px;
	
}
.btn:hover {
	background-color: rgba(0, 0, 0, 0.3) !important;
	color: #000;
	text-decoration: none;
}

.btn2 {
	border: 0px solid #3c3c3c;
	display: inline-block;
	width: 90px;
	padding: 5px;
	height: 45px;
	text-align: center;
	color: white;
	font-style: normal;
	letter-spacing: 0px;
	margin-bottom:0px;
	font-size: 12px;
	font-weight: 300;
	border-radius:25px 0px;
	margin-top:20px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'Merriweather', serif;
	margin-left:10px;
	margin-right:10px;
	padding-left:auto;
	padding-right: auto;
	align-content:center;
	float:left;
	
}
.btn2:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #000;
	text-decoration: none;
}

@media (max-width:1000px){
	
.btn {
	line-height:10px;
	min-width: 100px;
	padding: .9em;
	height: 80px;
	
	font-size: 40px;
	font-weight: 300;
	
	
	border-radius:30px 0px;
	
}
.btn:hover {
	background-color: rgba(0, 0, 0, 0.3) !important;
	color: #000;
	text-decoration: none;
}

.btn2 {
	
	
	width: 150px;
	padding: 5px;
	height: 80px;
	font-size: 24px;
	font-weight: 300;
	border-radius:25px 0px;
	margin-top:10px;
	
	margin-left:10px;
	margin-right:10px;
	padding-left:auto;
	padding-right: auto;
	align-content:center;
	float:left;
	
}
.btn2:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #000;
	text-decoration: none;
}	
	
	
}


.pink-btn {
	background: #e0356e;
	border: none;
	margin-left: 10px;
}

.pink-btn:hover {

	background-color: #f79b23;
	color: #fff;
	text-decoration: none;
}
.sections {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
	
}
.separetor{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/afrumex2.png);
	overflow: hidden;
	padding: 50px 0px 30px 0px;
	margin:auto;
	width: 250px;
	height:100px;
	background-size: 250px auto;
}


.separetor2a{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/afrumex3.jpg);
	float: left;
	width: 150px;
	height: 100px;
	background-size: 150px auto;
	position: fixed;
	z-index: 300;
	background-color: #FFFFFF;    
	
    
	
}
.scrolldown {
	padding-top: 0px;
}

.banner .scroll_btn {
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 45px;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	position:absolute;
	left:50%;
	bottom:0;
}

.banner .scroll_btn:hover {
	background: url(../images/scroll.gif) 50% 50% no-repeat #006633;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



/* navbar section */
.menu-scroll {
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-color: white;
	background-image: url(../images/afrumex4.jpg);
	background-size: auto 90px;
	background-repeat: no-repeat;
	height:90px;
	
}
.main_menu_bg{

}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
	transition:.6s;
}
.container-fluid {
    margin-top: 20px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#3c3c3c;
}
.main_menu_bg .navbar {
	margin-bottom: 0px;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a{
	
}
.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: white;
	background-color: rgba(0, 102, 51, 1);
	text-transform: uppercase;
	border-radius: 20px 0px 20px 0px;
}

.main_menu_bg .navbar-nav>li>a{
	padding-top:10px;
	padding-bottom:10px;
}

@media (max-width:1000px){
	.menu-scroll {
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-color: white;
	background-image: url(../images/afrumex4.jpg);
	background-size: auto 150px;
	background-repeat: no-repeat;
	height:150px;
	
}
}

/* Banner section */

.banner{
	background-repeat: no-repeat;
	background-image: url(../images/inicio.jpg);
	background-size: cover;
	background-position: center top;
}

.main_banner_area{
	padding:300px 0px;
	overflow:hidden;
}

.single_banner_text p{
	font-size: 50px;
	color: #006633;
	font-family: 'Rum Raisin', sans-serif;
	font-weight: normal;
	
	
}
@media (max-width:1000px){
	.banner{
	background-repeat: no-repeat;
	background-image: url(../images/inicio.jpg);
	background-size: cover;
	background-position: center top;
}
}



/* features section */
.features{
	background:#006633;
}

.sinle_features{
	margin:0px 0px;
	margin-bottom:50px;
}
.sinle_features2{
	margin:0px 20px;
	margin-bottom:-50px;
}
.sinle_features img{
	margin-bottom:10px;
	margin-top:20px;
	width:100px;
}
.sinle_features h5{
	color:white;
	
	margin-bottom:0px;
	font-weight:600;
	font-size:18px;
	font-family: 'Droid Sans', sans-serif;
}
.sinle_features p{
	color:white;
	font-weight:0;
	font-size:16px;
	font-family: 'Droid Sans', sans-serif;
}
@media (max-width:1000px){
.sinle_features img{
	width:200px;
	max-width:100%;
}
.sinle_features p{
	color:white;
	font-weight:0;
	font-size:36px;
	font-family: 'Droid Sans', sans-serif;
	max-width: 100%;
	line-height:36px;
}	
.sinle_features h5{
	font-weight: 600;
	font-size: 40px;
	font-family: 'Droid Sans', sans-serif;
	height: 40px;
	line-height: 40px;
}
}


/* Special Section */
.special{}

.main_special{
    padding-bottom: 100px;
    overflow: hidden;	
}

.single_special{
	padding:0;
	
}
.single_special_img{
	position:relative;
}
.single_special_img:hover .single_special_overlay{
	opacity:1;
}

.single_special_overlay{
	background:rgba(221, 221, 221, 0.8);
	padding:20px 10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:.6s;
	opacity:0;
}

.overlay_separetor {
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
    width: 50%;
    margin: 0 auto;
}
.single_special_overlay h3{
	color: #006633;
	font-size: 24px;
	font-family: 'Rum Raisin', sans-serif;
	font-weight: normal;
	padding-top:20px;
}
.single_special_overlay p{
	color:#666;
	font-size:16px;
	font-weight:300;
	margin-top:20px;
	font-family: 'Droid Sans', sans-serif;
}
.textopodemos{
	font-size:18px;
	text-align: left;
	color: #006633;
}
@media (max-width:1000px){
.textopodemos{
	font-size: 36px;
	text-align: left;
	color: #006633;
}	
}

/* Abouts Section */
.head_title{
	padding-bottom:20px;
}
.kau{
	font-family: 'Rum Raisin', sans-serif;
	font-weight: normal;
	color: #006633;
	}
	.kau2{
	font-family: 'Rum Raisin', sans-serif;
	color: white;
	font-weight: normal;
	margin-top:-10px;
	margin-left:20px;
	margin-right:20px;
	}
.abouts{
	background:#ddd;
}





.single_abouts p{
	font-size:24px;
	font-weight:300;
	text-align:center;
	font-family: 'Merriweather', serif;
    color:#272727;
}
.single_abouts img{
	padding-top:60px;
	max-width:550px;
	
}
.signature_img{}

@media (max-width:1000px){
.single_abouts p{
	font-size:35px;
	font-weight:300;
	text-align:center;
	font-family: 'Merriweather', serif;
    color:#272727;
}	
	.kau{
	font-family: 'Rum Raisin', sans-serif;
	font-weight: normal;
	color: #006633;
	font-size:100px;
	padding-top:50px;
	padding-bottom:20px;
	}
	.kau2{
	font-family: 'Rum Raisin', sans-serif;
	color: white;
	font-weight: normal;
	margin-top:-10px;
	margin-left:20px;
	margin-right:20px;
	font-size:60px;
	line-height:70px;
	}
	
}


/* Menus Section */
.main_menus{
	overflow:hidden;
}
.menus_top_menu{
	margin-bottom:50px;
}
.menus_top_menu li{
	display:inline-block;
}
.menus_top_menu a{
	border:1px solid transparent;
	color:#3c3c3c;
	padding:5px 10px;
	display:block;
	transition:.6s;
}
.menus_top_menu a:hover{
	border:1px solid #b1b1b1;
	color:#000;
	padding:5px 10px;
	display:block;	
}

.single_menus{
	padding-bottom:60px;
}
.single_menus ul li{
	margin-bottom: 35px;
	font-size:18px;
	font-weight:300;
}
.single_menus ul li span{
	font-size:14px;
	font-style:italic;
	font-weight:300;
	display:block;
}
.text-center{
	color:white;
	font-weight:lighter;
	}

/* Contact Section */

.main_contact_content{
	
}
.single_contact{
	margin-bottom:0px;
	margin-left: 0px;
	font-family: 'Droid Sans', sans-serif;
	background-color:#006633;
	color:white;
	
}
.single_contact h6{
	margin-bottom:0px;
	
	font-family: 'Droid Sans', sans-serif;
}
.single_contact span{
	display:block;
	color:#3c3c3c;
	font-family: 'Droid Sans', sans-serif;
}

.contact_form_area{
	color:black;
	}

.contact_form_area h3{
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Merriweather', serif;
	margin-bottom:0px;
	color:#3C3C3C;

	
	
}
.form_btn_area{
	color:black;
	
}
.perfil{
	
	
}

@media (max-width:1000px){

.single_contact h6{
	margin-bottom:0px;
	font-size:30px;
	font-weight:bold;
	font-family: 'Droid Sans', sans-serif;
}
.single_contact t{
	line-height:24px;
	font-size:24px;
	
	font-family: 'Droid Sans', sans-serif;
}
.single_contact span{
	display:block;
	color:red;
	font-family: 'Droid Sans', sans-serif;
}

.contact_form_area{
	color:red;
	}

.contact_form_area h3{
	font-size:28px;
	text-transform:uppercase;
	font-family: 'Merriweather', serif;
	margin-bottom:0px;
	color:red;

	
	
}
.form_btn_area{
	color:black;
	
}	

.checkbig{
width:30px;
height:30px;	
}
	
}

/* footer section */
.footer{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/tejo2.png);
	background-size: cover;
	padding-top: 0px;
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;	
}

.copyright_text_area{
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ddd;

}
.single_footer p{
	padding:5px;
}
.single_footer p i{
	color:#ff0000;
	padding:0px 10px;
}
.single_footer p a {
	color:#006633;
	padding:0px 10px;
}

.single_footer .footer_socail a{
	border:1px solid #666;
	padding:5px;
	font-size:20px;
	width:30px;
	height:30px;
	display:inline-block;
	color:#666;
	line-height:20px;
	text-align:center;
}
.single_footer .footer_socail a:hover{
	color:#3c3c3c;
	border-color:#3c3c3c;
	
}


/* scrollup */

.scrollup{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: black;
	opacity: 1;
}

.scrollup i {
	font-size: 23px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -11px;
	text-decoration: none;

}

.barra{
	margin-right:0px;
	font-size:21px;
	}
	.temporada{
	font-size: medium !important;
}
.barra3{
	margin-right:0px;
	font-size:21px;
	}


@media (max-width:1000px){
	.barra3{
	
	}
	.barra {
	margin:auto;
	display:block;
	text-align:center;
	font-size:56px;
	font-height:80px;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	overflow: visible;
	line-height:80px !important;
	height:70px;
	padding-top:20px;
	}
	

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: white;
	background-color: rgba(0, 102, 51, 1);
	text-transform: uppercase;
	border-radius: 20px 0px 20px 0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:56px;
	font-height:80px;
	vertical-align:middle;
	width:100%;
	
	overflow: visible;
	padding-bottom:10px;
	padding-top:0px;
	height:70px;
	line-height:70px !important;
}
.tejo {
	margin:auto;
	display:block;
	float:none;
}
.idioma{
	margin:auto !important;
	display:block !important;
	text-align:center;
	width:60px;
	height:60px;
	overflow: visible;
	
}
.idiomaa{
	margin:auto !important;
	display:block !important;
	text-align:center;
	width:60px;
	height:60px;
	overflow: visible;
	
}
.barra2{
	border-radius: 0px 0px 100px !important;
	background-color: rgba(255, 255, 255, 1) !important;
	font-family: 'Merriweather', serif;
	padding-left: 55px;
	overflow: visible;
	height: 660px;
	
	
	}
 
 .single_special_overlay h3{
	color: #006633;
	font-size: 40px;
	text-height: 80px;
	font-family: 'Rum Raisin', sans-serif;
	font-weight: normal;
	padding-top: 75px;
	line-height: 41px;
}

.single_banner_text p{
	font-size: 100px;
	line-height:100px;
	padding-bottom:30px;
}
.separetor{
	padding: 200px 0px 30px 0px;
	margin:auto;
	width: 500px;
	height:200px;
	background-size: 400px auto;
}

.inicio{
	background-color: rgba(255, 255, 255, 0.9);
	color:white;
	border-radius: 60px 0px 60px 0px;
	margin-top:100px;
	margin-bottom:100px;
	padding-top: 10px;
}

}

.barra:hover{
	border-radius: 20px 0px 20px 0px;
	background-color: rgba(0, 102, 51, 0.5);
	}
	.barra2{
	border-radius: 20px 0px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	font-family: 'Merriweather', serif;
	padding-left: 15px;
	
	}
.inicio{
	background-color: rgba(255, 255, 255, 0.9);
	color:white;
	border-radius: 60px 0px 60px 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 10px;
}
.inicio2{
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom:0px;
	border-radius: 60px 0px 60px 0px;

}
	.navbar-toggle{
		
	background-color:rgba(255, 255, 255, 0.7);
	}
	


.idioma{
margin-top:-10px;
margin-bottom:-10px;
margin-right:-5px;
margin-left:-20px;
	
}
.idioma:hover{
border-radius: 10px 0px 10px 0px;
background-color: rgba(0, 102, 51, 1);
}

.idiomaa{
margin-top:-10px;
margin-bottom:-10px;
margin-right:-5px;
margin-left:-20px;
border-radius: 10px 0px 10px 0px;
background-color: rgba(0, 102, 51, 1);
}

	
	.container2{
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	}
/* font-family: 'Kaushan Script', cursive;
font-family: 'Droid Sans', sans-serif;
color: #3c3c3c;
background:#f3c30f;
font-family: 'Rum Raisin', sans-serif;
margin: 0;
    position: absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   background-color:rgba(189, 23, 37, 1);
   background-color:rgba(80, 190, 55, 1);
*/


.imagen{
	margin-left:auto;
	margin-right:auto;
	width:400px;
	display:block;

	
	}

/* color: rgba(80, 190, 55, 1);
color: rgba(189, 23, 37, 1);
 */

.pagina{
	font-family: 'Rum Raisin', sans-serif;
	width: 50%;
	color: white;
	text-align: center;
	float: left;
	font-size: 32px;
	line-height: 36px;
	font-weight: lighter;
}

.paginag{
	font-family: "Myriad Pro", sans-serif;
	font-style: italic;
	width: 50%;
	color: white;
	text-align: center;
	float: left;
	font-size: 29px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing:-2px;
	
}

.contenedor{
	width: 100%;
	max-width: 100%;
	   
   margin-top:10px; 
}

.contenedor2{
	
	height: 1000px;
	padding-top: 100px;
	overflow-y: visible;
	float:left;
	
	
	
	
}
.contenedor2:hover{
	background-image: url(../images/portada-tejocote2.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
	
	
}


.zoom {
	
	-o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

.zoom:hover {
	
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	}





.contenedor2g{
   padding-top: 100px;
   height: 1000px;
   float:right;
   background-image: none;
   -webkit-transition-property: background-image;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: background-image;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
   
   
}
.contenedor2g:hover{
    background-image: url(../images/portada-goyito2.jpg);
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	
	
	
	
}
.fondo{
	
	background-size: 100%;
	background-repeat: no-repeat;

	background-position: center top;
}

@media (max-width:1100px){
	
.pagina{
	font-size: 44px;
	line-height: 44px;
}
.paginag{
	font-size: 44px;
	line-height: 44px;
}
.contenedor2{
    
	width:80%;
   	height:800px;
	
	float:none;
	background-image: url(../images/portada-tejocote.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

.contenedor2g{
	width: 80%;
	height: 1500px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/portada-goyito.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 200px;
	
}
.contenedor{
  
   width:100%;
 

   
}
.contenedor2:hover{
   background-image: url(../images/portada-tejocote.png);
	
	
	
	
	
}
.contenedor2g:hover{
    background-image: url(../images/portada-goyito.png);
	
	
	
	
	
}
.zoom{
margin-top:-50px;	
	
}

.imagen{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	display:block;

	
	}

	
	

}

@media (max-width:750px){
	
.contenedor2{
    
   	height:600px;
}

.pagina{
	font-size: 34px;
	line-height: 34px;
}
.paginag{
	font-size: 34px;
	line-height: 34px;
}
.contenedor{
	
	margin-top:0px;   
   
}

	
}
