/**********************************************************************************************************************/
/** MEDIA QUERIES *****************************************************************************************************/
/**********************************************************************************************************************/

/***********************************************
Screen 1200px+
***********************************************/


/***********************************************
Screen Smaller than 1199px
***********************************************/
@media only screen and (min-width:960px) and (max-width: 1199px) {

	.bloqueLogo img.logo2 {
		height: 40px;
	}

	.bloqueLogo {
		width: auto;
	}
	 		
	.bloqueMenu ul {
	    margin-top: 6px;
	}	
	
	.ms {
	    width: 350px;
	}	

	.galeriaListado div.tituloGaleria h1 {
	    font-size: 0.7em;
	}	
	
}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width:768px) and (max-width: 959px) {

	.cabecera {
		margin-top: 50px;
	}

	.cabecera img.logo {
		margin-top: 0px;
	    width: 300px;
	}

	.cabecera img.logoTalesFilms {
		margin-top: 60px;
		width: 100%;
	}
	
	.cabecera img.logoHMGZ {
		float: right;
		width: 100%;
		margin-top: 20px;
	}	
	
	
	.cabSeccion {
		margin-top: 0px;
		margin-bottom: 40px;
	}		
	
	.bloqueLogo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	 		
	.bloquePortada h2 {
		font-size: 1.2em;
	}	
	
	.bloqueCertamen h2 {
		font-size: 1.2em;
	}
	
	.ms {
	    width: 250px;
	}	
	
	.campoFormulario p {
		margin: 0px;
		font-size: 0.7em;
	}	
	
	.subtitulo {
		font-size: 1.6em;
	}
	
	.fichaContacto p {
		font-size: 0.8em;
	}
	
	.galeriaListado {
	    width: 46%;
	    margin: 2%;
	}	
	
	.bloqueFoto {
		margin: 1%;
		width: 48%;
	}	
	
	.bloqueSubidaFotos h5 {
		margin-top: 3px;
		font-size: 1em !important;
	}	
	
}

/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width:767px) {

	.cabecera {
		margin-top: 50px;	
	}
	
	.cabecera img.logo {
	    width: 100%;
		margin-top: 0px;
	}
	
	.cabSeccion {
		margin-top: 0px;
		margin-bottom: 40px;
	}	
	
	.avisoLegal {
		margin-top: 30px;
	}
	
	.bEnviar {
		width: 100%;
		float: none;
		clear: both;
	}	
	
	.bloqueBoton {
		border-top: 0px;
	}
	
	.ms {
	    width: 100%;
	    clear: both;
	}	
	
	.campoFormulario {
		width: 100% !important;
		padding: 0%;
		margin-bottom: 10px;
	}
	
	.subtitulo {
		font-size: 1.4em;
	}
	
	.cartel {
		width: 100%;
	}
    
	.galeriaListado {
	    width: 100%;
	    margin: 0%;
	    margin-bottom: 20px;
	}
	
	.bloqueFoto {
		margin: 0%;
		margin-bottom: 20px;
		width: 100%;
	}	
	
	.bloqueSubidaFotos h5 {
		margin-top: 10px;
		font-size: 1em !important;
	}	
	
	.bloqueSubidaFotos p.pesos {
		margin-top: 10px;
		margin-left: 0px;
	}
	
	.bloqueFotoExposicion {
		margin: 2% 2% 20px 2% !important;
		width: 96% !important;
	}
	
	.bloqueFotoExposicion img {
		margin-bottom: 5px;
	}
	
	
}

/***********************************************
Mobile (landscape 420px)
***********************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.cabecera {
		margin-top: 50px;	
	}
	
	.cabecera img.logo {
		margin-top: 0px;
	    width: 200px;
	}
	
	.cabSeccion {
		margin-top: 0px;
		margin-bottom: 40px;
	}		
	
	.bloqueLogo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}	

	.avisoLegal {
		margin-top: 30px;
	}	
	    
	
	.bEnviar {
		width: 100%;
		float: none;
		clear: both;
	}
		
	.bloqueBoton {
		border-top: 0px;
	}
		    
	.ms {
	    width: 100%;
	    clear: both;
	}	
	
	.campoFormulario {
		width: 100% !important;
		padding: 0%;
		margin-bottom: 10px;
	}
	
	.subtitulo {
		font-size: 1.4em;
	}	
	
	.cartel {
		width: 100%;
	}
	
	.galeriaListado {
	    width: 46%;
	    margin: 2%;
	}
	
	.bloqueFoto {
		margin: 1%;
		width: 48%;
	}	
	
	.bloqueSubidaFotos h5 {
		margin-top: 3px;
		font-size: 1em !important;
	}	
	
	.bloqueSubidaFotos p.pesos {
		margin: 0px;
		margin-top: 2px;
		margin-left: 10px;
	}	
	
	.bloqueFotoExposicion {
		margin: 2% 2% 20px 2% !important;
		width: 46% !important;
	}
	
	.bloqueFotoExposicion img {
		margin-bottom: 5px;
	}	
	
}
