/*galeria*/
body {
    background-image: linear-gradient(to top, #ecedee 0%, #eceeef 75%, #e7e8e9 100%);
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 60px 0;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}


/*fin galeria*/
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 48px;
	color: #FFCD09;
	font-weight: lighter;
	text-align: center;
}
.subtitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	color: #333333;
}
.textonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.textonegrobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}

.textoblanco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #999999;
}
.menuizq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #993300;
	margin: 2px;
	padding: 2px;
	height: 30px;
	width: 150px;
	text-decoration: none;
}
.menuizq:hover {
	background-color: #FFCC00;
	height: 30px;
	width: 150px;
	border: 1px solid #993300;
}
.formularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	background-color: #FFF6D2;
	padding: 3px;
	width: 350px;
	border: 1px solid #A77700;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #993300;
	background-color: #EED586;
	padding: 3px;
	width: 80px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.fondohome {
	background-attachment: scroll;
	background-image: url(taller2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}
.textoarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.botonformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 25px;
	width: 100px;
}
.textochico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

 
   .boton_personalizado{
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    color: #ffffff;
    background-color: #FEAD3A;
    border-radius: 8px;
    border: 1px solid #F9C070;
  }
  .boton_personalizado:hover{
    color: #FEAD3A;
    background-color: #ffffff;
  }

#bot_izq{
	width:45%;
	float:left;
	height:50px;
	padding:2%;
	
	}
	
#bot_der{
	width:45%;
	float:left;
	height:50px;
	padding:2%;

	
	
	}
	@media only screen and  (max-width: 420px) {
		#contenedor { 
		width:400px;
	}
	
	#bot_izq{
		clear:both;
		width:99%;
	
	
	}
	
#bot_der{

	clear:both;
	width:99%;
	
	}
		
	
		}
