#fotoportada{
	width: 100%;
	height: 131px;
}
#fotoportada img{
	width: 100%;
}
#fotoportada-tablet{
	display: none;
}
#content{
	margin-top: 0px;
}
/* Galería de fotos */
.contenedor-grid-fotos{
	margin: 0 auto;
	padding-left: 38px;
}

.img{
	float:left;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	height: 155px;
	margin: 5px;
	}
.img img{
	padding:5px;
	width: 200px;
	margin: 0 !important;
}
.img:hover{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
}
.img img:hover{
	-webkit-box-shadow:0px 0px 10px 3px #b69c64;
	box-shadow:0px 0px 10px 3px #b69c64;
}	
.img .mask{
	width: 100%;
	background-color: rgb(0, 0, 0);
	position: absolute;
	height: 100%; 
	opacity:0.6;
	cursor:pointer;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}
/* Fin galería fotos */

#categoria{
	font-family: Lato;
	line-height: 25px;
}
#categoria p{
	margin: 10px 0;
}
#categoria form{
	text-align: left;
}
#categoria input[type="text"]{
	width: 400px;
}
.titulos-contenido{
	font-weight: bold;
	font-size: 15pt;
	color: #512957;
	margin-top: 35px !important;
}



/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:800px){

#fotoportada-tablet{
	display: block;
	width: 100%;
	height: 125px;
}
#fotoportada-tablet img{
	width: 100%;
}
#fotoportada{
	display: none;
}
#content{
	width: 94%;
	padding: 0 3%;
}
.galardon img{
	width: 100%;
}
.contenedor-grid-fotos{
	padding-left: 25px;
}

}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:640px){
#fotoportada-tablet{
	height: 0;
}
#content{
	margin-top: 65px;
}
.titulo-seccion{
	margin-top: 0;
}
#categoria input[type="text"]{
	width: 330px !important;
}
#categoria textarea{
	width: 330px !important;
}
#categoria select{
	width: 330px !important;
}
.contenedor-grid-fotos{
	padding: 0;
}
.img{
	height: auto;
}
.img img{
	padding: 4% !important;
	width: 92% !important;
}
#colaboran img{
	width: 142px;
	margin-left: -40px;
}
#footer-1{
	height: 620px;
}


}

/******************************************/
/***    DISEÑO PARA MOVILES 380        ****/
/******************************************/
@media only screen and (max-width:380px){
}

/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:329px){
}

/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
}