/**********************************************************************************************************************/
/** ESTILOS www.darkphoto.eu							                                                              */
/**********************************************************************************************************************/

/** Importación de Google Fonts ***************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);

/**********************************************************************************************************************/
/** ELEMENTOS GENERALES ***********************************************************************************************/
/**********************************************************************************************************************/

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

body.scrollOff {
	overflow: hidden;
}

iframe.oculto {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: hidden;
	display: none;
}

p {
	margin: 0px;
	margin-bottom: 1em;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
}

li {
	margin: 0px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 2em;
}

blockquote {
	margin: 0px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 2em;
}

th, td {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 2em;
}

a {
	outline: none;
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #ffffff;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #ffffff;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #ffffff;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #8baabf;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: #8baabf;
	font-weight: normal;
}

*:focus {
	outline: none;
}

input {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	margin: 0px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	border: 0px;
	background-color: #f1f1f1;
}

textarea {
	resize: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	border: 0px;
	background-color: #f1f1f1;
}

select {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	margin: 0px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	border: 0px;
	background-color: #f1f1f1;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
}


/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/

.boton {
	box-sizing: border-box;
	margin: 0px;
	padding: 6px;
	padding-top: 8px;
	background-color: #003753;
	display: table;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
}
.boton:hover {
	background-color: #222222;
	color: #ffffff;
}

.botonOff {
	box-sizing: border-box;
	margin: 0px;
	padding: 6px;
	padding-top: 8px;
	background-color: #323b41;
	display: none;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
}

/**********************************************************/

.bv {
	float: right;
	margin-left: 10px;
}

.bEnviar {
	float: right;
	padding-left: 9px;
}

.bVolver {
	cursor: pointer;
	width: 32px;
	float: right;
	margin-top: 30px;
	padding: 5px;
	padding-left: 40px;
	background-color: #dee1f2;
}

.bVolver:hover {
	background-color: #8baabf;
}

.bLogin {
	width: 100%;
	float: none;
	margin-top: 10px;
	padding-left: 9px;
}

.bVerMas {
	display: none;
	width: 100%;
	float: none;
	margin-top: 10px;
	padding-left: 9px;
}

.bVerFotos {
	float: none;
	margin: 10px auto;
	padding-left: 9px;
}


/**********************************************************************************************************************/
/** AVISO DE COOKIES **************************************************************************************************/
/**********************************************************************************************************************/

#avisoCookie {
	display: none;
	box-sizing: border-box;
	position: fixed;
	padding: 10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000000;
	overflow: hidden;
}

#avisoCookie p {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
}

#avisoCookie a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: 700;
}

#avisoCookie a:hover {
	text-decoration: none;
}

.botonCookies {
	display: table;
	margin: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ff0000;
	cursor: pointer;
}

.botonCookies p {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: .8em;
	text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
}

.botonCookies:hover {
	background-color: #000000;
}

/**********************************************************************************************************************/
/** AVISO LEGAL *******************************************************************************************************/
/**********************************************************************************************************************/

.avisoLegal {
	margin-top: 100px;
	margin-bottom: 50px;
}

.avisoLegal h2 {
	font-size: 1.3em;
	margin-top: 50px;
	border-bottom: 1px solid #ffffff;
}

.avisoLegal h3 {
	margin-top: 30px;
}

.avisoLegal p {
	font-size: 0.8em;
}

.avisoLegal li {
	font-size: 0.8em;
	margin-bottom: 20px;
}

.avisoLegal table {
	border: 1px solid #ffffff;
	margin-top: 30px;
	margin-bottom: 40px;
}

.avisoLegal th {
	font-size: 0.8em;
	background-color: #ffffff;
	color: #000000;
}

.avisoLegal td {
	font-size: 0.8em;
	border: 1px solid #ffffff;
}

.avisoLegal img {
	margin-left: auto;
	margin-right: auto;
}

.avisoLegal blockquote {
    padding-left: 20px !important;
    border-left: 3px solid #cccccc;
}

.avisoLegal blockquote p {
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.5;
}


/**********************************************************************************************************************/
/** MENU PRINCIPAL ****************************************************************************************************/
/**********************************************************************************************************************/

.bloqueMenu {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	background-color: #003753;
}

.bloqueLogo {
	float: left;
	width: 350px;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.bloqueLogo img.logo2 {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	height: 50px;
}

.bloqueLogo p.titulo {
	margin: 0px;
	padding: 0px;
	margin-top: 3px !important;
	font-size: 0.9em !important;
	line-height: normal;
	font-weight: 700;
	letter-spacing: 1px;
}

.bloqueLogo p.ciudad {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

.bloqueMenu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
}

.bloqueMenu li {
	cursor: pointer;
	margin: 0px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	list-style: none;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 1px;
	border-left: 1px solid #cccccc;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

.bloqueMenu li:first-child {
	border-left: 0px;
}

.bloqueMenu li:hover, .bloqueMenu li.activo {
	color: #999999;
}

.menuFijo {
	position: fixed;
	top: 0;
	z-index: 1040;
}

.menuFijo div.bloqueLogo {
	opacity: 100;
}

/**********************************************************/

.menuMovil {
	z-index: 3000;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #000000;
}

.menuMovil img.logoMovil {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	height: 40px;
}

#botonMenuMovil {
	cursor: pointer;
	float: left;
	margin: 7px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
	margin: 5px;
	width: 25px;
	height: 5px;
	display: block;
	background-color: #ffffff;
	border-radius: 1px;
}

#botonMenuMovil .bar:last-child {
	margin-bottom: 0;
}

#menuLateralMovil {
	position: fixed;
	z-index: 2000;
	top: 0px;
	left: -240px;
	width: 240px;
	height: 100%;
	padding-top: 50px;
	overflow-y: auto;
	background-color: #000000;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: left 0.5s ease-in-out;
	-moz-transition: left 0.5s ease-in-out;
	-ms-transition: left 0.5s ease-in-out;
	-o-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out;
}

#menuLateralMovil.open-sidebar {
	left: 0;
}

#menuLateralMovil img.iconoVolver {
	cursor: pointer;
	float: right;
	width: 24px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#menuLateralMovil ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#menuLateralMovil ul li {
	cursor: pointer;
	margin: 0;
	padding: 1em;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#menuLateralMovil ul li:last-child {
	border-bottom: 0px;
}

#menuLateralMovil ul li.submenuM {
	margin-left: 20px;
	margin-right: 20px;
	padding: 1em;
	font-size: 0.7em;
}

#menuLateralMovil ul li a {
	color: #ffffff;
	text-decoration: none;
}

#menuLateralMovil div.rs {
	float: none !important;
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 50px;
}

#menuLateralMovil div.rs img {
	cursor: pointer;
	display: inline;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	margin-right: 8px;
}

/**********************************************************************************************************************/
/** ESTRUCTURA ********************************************************************************************************/
/**********************************************************************************************************************/

.idiomas {
	margin-top: 20px;
}

.idiomas img {
	cursor: pointer;
	float: left;
	height: 22px;
	margin-left: 10px;
}

.cabecera {
	width: 100%;
	background-color: #000000;
}

.cabecera img.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}

.cabecera img.logoTalesFilms {
	margin-top: 80px;
	width: 100%;
}

.cabecera img.logoHMGZ {
	float: right;
	width: 100%;
	margin-top: 40px;
}

.cabecera div.rsCab {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cabecera div.rsCab img {
	float: left;
	height: 25px;
	margin-right: 0px;
	margin-left: 10px;
}

/**********************************************************/

.bloquesPortada {
	margin-top: 30px;
	padding-bottom: 50px;
}

.bloquePortada h1 {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.bloquePortada h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 40px;
}

.bloquePortada img {
	width: 100%;
	margin-bottom: 5px;
}

#CONTACTO {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/**********************************************************/

.pie {
	width: 100%;
	margin-top: 50px;
	padding-top: 20px;
	background-color: #222222;
	text-align: center;
}

.pie p {
	font-size: 0.7em;
	color: #ffffff;
}

.pie p a {
	text-decoration: none;
	color: #ffffff;
}

.pie p a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.datos p {
	text-align: left;
}

.aviso p {
	text-align: right;
}

.logos {
	margin-bottom: 20px;
}

.logoPie {
	display: inline;
	margin: 10px 50px 10px 50px;
	padding: 0px;
	height: 100px;
}

/**********************************************************/

.cabSeccion {
	margin-top: 41px;
	margin-bottom: 40px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
}

.cabSeccion h1 {
	color: #ffffff;
	background-color: #8baabf;
	float: left;
	margin: 0px;
	padding: 10px;
	padding-top: 30px;
}

/**********************************************************/

.videoResponsive {
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoResponsive iframe {
	width: 100%;
	height: 100%;
}

.videoResponsive img {
	width: 100%;
}

/**********************************************************************************************************************/
/** PORTADA ***********************************************************************************************************/
/**********************************************************************************************************************/

.ciudades ul {
	margin-left: 0px;
	padding: 0px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.ciudades ul li {
	display: inline;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 2.5em;
	color: #000000;
	cursor: pointer;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	list-style: none;
}

.saal {
	width: 300px !important;
	margin: 0px auto;
}

/**********************************************************************************************************************/
/** CERTAMEN **********************************************************************************************************/
/**********************************************************************************************************************/

.certamen h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}

.bloqueCertamen {
	margin-top: 20px;
	cursor: pointer;
}

.bloqueCertamen h2 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1.5em;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.bloqueCertamen img {
	width: 100%;
}

.bloqueCertamen p {
	color: #ffffff;
	background-color: #8baabf;
	margin: 0px;
	padding: 2px;
	padding-right: 10px;
	font-size: 0.8em;
	text-align: right;
}

.bloqueCertamen p:hover {
	text-decoration: underline;
}

.subtitulo {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 40px;
}

.apartado {
	margin-top: 40px;
}

.bases {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffffff;
}

.bases p {
	color: #000000;
	margin-left: 30px;
	margin-right: 30px;
}

.bases p a {
	color: #000000;
}

.bases ul {
	margin-left: 50px;
	margin-right: 50px;
}

.bases ul li {
	color: #000000;
	padding-bottom: 20px !important;
	text-align: justify;
}

.bases ul li a {
	color: #000000;
}

.descargarPDF img {
	margin-left: auto;
	margin-right: auto;
	height: 48px;
}

.descargarPDF p {
	margin: 0px;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

.descargarPDF a {
	text-decoration: none;
}

.descargarPDF a:hover p {
	text-decoration: underline;
}


/**********************************************************************************************************************/
/** INSCRIPCIÓN *******************************************************************************************************/
/**********************************************************************************************************************/

.campoFormulario {
	box-sizing: border-box;
	padding: 1%;
	float: left;
}

.campoFormulario p {
	margin: 0px;
	font-size: 0.8em;
}

.campoFormulario img {
	cursor: pointer;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}

.campoFormulario input[type="email"] {
	text-transform: lowercase;
}

.campoFormulario input[type="text"] {
	text-transform: lowercase;
	text-transform: capitalize;
}

.campoFormulario input[name="txtDNI"] {
	text-transform: uppercase;
}

.bloqueBoton {
	border-top: 2px solid #000000;
}

.ms {
	display: none;
	box-sizing: border-box;
	float: left;
	width: 400px;
	padding: 5px;
	color: #ffffff;
	background-color: #ff0000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height: 13px;
	text-transform: uppercase;
}

.confirmacionInscripcion img {
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
}

.confirmacionInscripcion h2 {
	text-align: center;
}

.confirmacionInscripcion h3 {
	margin: 30px;
	text-align: center;
	font-size: 1.5em;
	color: #8baabf;
}

.confirmacionInscripcion h3 a {
	color: #8baabf;
}

/**********************************************************************************************************************/
/** EXPOSICIÓN ********************************************************************************************************/
/**********************************************************************************************************************/

.leyenda {
	margin-top: 50px;
	margin-bottom: 10px;
	height: 40px;
	padding: 5px 10px 5px 10px;
	background-color: #444444;
}

.leyenda img {
	float: left;
	height: 40px;
	margin-right: 15px;
}

.leyenda h2 {
	margin: 0px;
	text-align: left;
	font-size: 1.2em;
	line-height: 40px;
	color:  #ffffff;
}

.galeriaExposicion {
	margin-top: 30px;
}

.lg-sub-html {
	text-align: center !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.9em !important;
}

.galeriaExposicion .caption {
	text-align: left !important;
}

#ganadora img {
	width: 100%;
}

#ganadora h2 {
	margin: 0px;
	line-height: normal;
	padding: 5px 10px 5px 10px;
	background-color: #003753;
}


/**********************************************/

.bloqueFotoExposicion {
	display: none;
	position: relative;
	float: left;
	margin: 2%;
	width: 21%;
}

.bloqueFotoExposicion img {
	width: 100%;
}

.bloqueFotoExposicion img.estado {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 48px !important;
    height: 48px !important;
}

.bloqueFotoExposicion div.fb-like {
	margin-top: 5px !important;
}

.cargando {
	display: none;
	margin-top: 10px;
	width: 36px;
	margin-left: auto;
	margin-right: auto;
}

/**********************************************/

.avisoAdmision  {
	margin: 0px;
	padding: 5px;
	background-color: #8baabf;
	text-align: center;
}

.fotoParticipante {
	position: relative;
}

.fotoParticipante img {
	width: 100%;
}

.fotoParticipante img.estado {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 128px !important;
    height: 128px !important;    
}

.fotoParticipante img.descalificada {
	z-index: 
	position: absolute;
	top: 10px;
	left: 10px;
	width: 128px !important;
    height: 128px !important;
}

/**********************************************/

.barraRS {
	margin-top: 20px;
}

.barraRS div.brs {
	float: left;
	margin-right: 20px;
}

/**********************************************/

.fichaFotografia {
	border: 1px solid #8baabf;
	margin-top: 30px;
	margin-bottom: 50px;
}

.fichaFotografia p.nombre {
	margin: 0px;
	padding-left: 5px;
	background-color: #8baabf;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.fichaFotografia blockquote {
	padding: 10px;
	font-size: 0.8em;
	text-align: justify;
	color: #000000;
	background-color: #cccccc;
}

.datosParticipante {
	width: 96%;
	margin: 2%;	
	margin-top: 20px;
}

.datosParticipante p {
	float: left;
	margin: 10px;
	line-height: normal;
	font-size: 0.8em;
}

.busquedaGoogle {
	width: 96%;
	margin: 2%;
	margin-top: 30px;
}

.busquedaGoogle h4 {
	margin: 10px;
	padding: 5px;
	background-color: #444444;
}

.busquedaGoogle p {
	margin: 10px;
}

.busquedaGoogle img {
	width: 200px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

.exif {
	width: 96%;
	margin: 1%;
	padding: 1%;
	margin-top: 30px;
}

.exif h4 {
	margin: 0px;
	padding: 5px;
	background-color: #444444;
}

.exif p {
	margin: 10px;
}

.exif iframe {
	width: 100%;
	height: 400px;
}


/**********************************************************************************************************************/
/** HEMOGLOZINE *******************************************************************************************************/
/**********************************************************************************************************************/

.cartel {
	width: 500px;
	max-width: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}


/**********************************************************************************************************************/
/** EDICIONES *********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueEdiciones {
	margin-top: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}

.bloqueEdiciones h2 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1.5em;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.bloqueEdiciones img {
	width: 100%;
}

.bloqueEdiciones p {
	color: #ffffff;
	background-color: #8baabf;
	margin: 0px;
	padding: 2px;
	padding-right: 10px;
	font-size: 0.8em;
	text-align: right;
}

.bloqueEdiciones p:hover {
	text-decoration: underline;
}

/***********************************************************/

.bloqueEdicionesOff {
	margin-top: 20px;
	margin-bottom: 30px;
	cursor: default;
}

.bloqueEdicionesOff h2 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1.5em;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.bloqueEdicionesOff img {
	width: 100%;
}

.bloqueEdicionesOff p {
	color: #ffffff;
	background-color: #8baabf;
	margin: 0px;
	padding: 2px;
	padding-right: 10px;
	font-size: 0.8em;
	text-align: right;
}

/**********************************************************************************************************************/
/** ÁREA PRIVADA ******************************************************************************************************/
/**********************************************************************************************************************/

.iconoLogin {
	width: 128px;
	margin: 30px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.contenedorMensajes {
	position: relative;
	height: 35px;
}

.mLogin, .mRP {
	position: absolute;
	display: none;
	box-sizing: border-box;
	margin-top: 10px;
	color: #ff0000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

.rp p {
	font-size: .8em;
	text-align: center;
}

/***********************************************************/

.menuAreaPrivada {
	background-color: #8baabf;
	margin-top: -40px;
	margin-bottom: 40px;
}

.menuAreaPrivada ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

.menuAreaPrivada li {
	cursor: pointer;
	margin: 0px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	list-style: none;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	border-left: 1px solid #ffffff;
}

.menuAreaPrivada li:first-child {
	border-left: 0px;
}

.menuAreaPrivada li.activo {
	color: #000000;
}

.menuAreaPrivada li:hover, .bloqueMenu li.activo {
	color: #000000;
}

.cerrarSesion {
	width: 110px;
	float: right;
	cursor: pointer;
	height: 18px;
	margin: 0px;
	margin-top: 4px;
	margin-left: 25px;
}

.cerrarSesion img {
	float: left;
	height: 18px;
	margin-right: 5px;
}

.cerrarSesion p {
	margin: 0px;
	margin-top: -2px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: 1px;
}

.cerrarSesion:hover p {
	color: #000000;
}

.cerrarSesion:hover img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.areaPrivada h3 {
	margin: 30px;
	text-align: center;
	font-size: 1.5em;
	color: #8baabf;
}

/**********************************************/

.bloqueFormularioSubidaFotos {
	padding: 10px;
	background-color: #222222;
}

.bloqueFormularioSubidaFotos div.campoFormulario {
	padding: 0px;
}

.bloqueSubidaFotos {
	position: relative;
	overflow: hidden;
	padding: 10px;
	background-color: #222222;
	margin-bottom: 10px;
}

.bloqueSubidaFotos h5 {
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: -5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em !important;
	font-weight: normal;
	color: #ffffff;
    line-height: normal !important;
}

.bloqueSubidaFotos img {
	float: left;
	margin-left: 10px;
	width: 25px;
	height: 25px;
}

.bloqueSubidaFotos p.pesos {
	float: left;
	margin: 0px;
	margin-top: 2px;
	margin-left: 10px;
	font-size: 0.6em;
	line-height: 12px;
	color: #ffffff;
}

.bloqueSubidaFotos h5.mensajeEstado {
	float: right;
	margin-left: 0px;
}

.bloqueSubidaFotos .uploadifive-queue-item {
	display: none !important;
}

.uploadifiveOff {
	display: none;
	z-index: 9999999;
	position: absolute;
	width: 250px;
	height: 25px;
	top: 10px;
	left: 10px;
	background-color: #000000;
	opacity: 0.5;
}

/**********************************************/

#bloqueFotos {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bloqueFoto {
	position: relative;
	float: left;
	margin: 1%;
	width: 23%;
}

.bloqueFoto img {
	width: 100%;
}

.bloqueFoto img.borrar {
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 5px;
	left: 5px;
	width: 24px !important;
    height: 24px !important;    
}

.bloqueFoto img.borrar:hover {
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%);    
    -o-filter: grayscale(100%); 
}

.bloqueFoto h5 {
	width: 96%;
	padding: 2%;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
}

.bloqueFoto img.estado {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 48px !important;
    height: 48px !important;    
}

.bloqueFoto img.descalificada {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	width: 100% !important;
    height: auto !important;
}

/**********************************************/

#bloqueDocumentos {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bloqueDocumento {
	margin-bottom: 20px;
}

.bloqueDocumento a {
	text-decoration: none;	
}

.bloqueDocumento p {
	font-size: 0.8em;
	font-weight: 700;
}

.bloqueDocumento img {
	cursor: pointer;
	float: left;
	width: 24px !important;
    height: 24px !important;
    margin-right: 5px;
}

.bloqueDocumento img:hover {
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%);    
    -o-filter: grayscale(100%); 
}

/**********************************************/

.fichaParticipante {
	border: 1px solid #8baabf;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.fichaParticipante p.nombre {
	margin: 0px;
	padding-left: 5px;
	background-color: #8baabf;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.fichaParticipante blockquote {
	padding: 10px;
	font-size: 0.8em;
	text-align: justify;
	color: #000000;
	background-color: #cccccc;
}

.fichaParticipante div.datos {
	margin-top: 20px;
}

.fichaParticipante div.datos p {
	float: left;
	margin: 0px;
	margin-left: 10px;
	line-height: normal;
	font-size: 0.8em;
}

.fichaParticipante div.datos img.enviado {
	float: right;
	width: 96px !important;
    height: 96px !important;
    margin: 20px; 
}

.fichaParticipante div.fotos {
	margin-top: 20px;
}

.bloqueFotoParticipante {
	position: relative;
	float: left;
	margin: 1%;
	width: 18%;
}

.bloqueFotoParticipante img {
	width: 100%;
}

.bloqueFotoParticipante h5 {
	width: 96%;
	padding: 2%;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
}

.bloqueFotoParticipante img.estado {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 48px !important;
    height: 48px !important;    
}

.bloqueFotoParticipante img.descalificada {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100% !important;
    height: auto !important;
}

.avisoDescalificada {
	color: #ff0000;
}

.avisoDescalificada a {
	color: #ff0000;
}


.ejemplo {
	width: 100%;
	margin-bottom: 20px;
}


/**********************************************************************************************************************/
/** CONTACTO **********************************************************************************************************/
/**********************************************************************************************************************/

.fichaContacto {
	margin-top: 40px;
	margin-bottom: 40px;
}

.fichaContacto h3 {
	margin: 0px;
	text-align: center;
}

.fichaContacto h4 {
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.fichaContacto p {
	margin: 0px;
	line-height: normal;
	text-align: center;
}
