/**********************************************************************************************************************/
/** ESTILOS																											  */
/**********************************************************************************************************************/

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

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

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

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

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url(../imagenes/fondo.jpg);
    background-repeat: no-repeat;
}

body.scrollOff {
    overflow: hidden;
}

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

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

ul {
	list-style: square;
}

li {
    margin: 0px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 2em;
}

a {
    outline: none;
    color: #000000;
    
    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: 1.5em;
    font-weight: 400;
    color: #000000;
}

h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
}

h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: #000000;
    background-color: #dbdbdb;
    padding: 5px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: italic;
    color: #000000;
}

*: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;
}

input[name="txtNombre"] {
	text-transform: capitalize;
}

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

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;
}

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


/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/
    
.boton {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    background-color: #6396b0;
    display: table;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff; 
    text-align: center;
}
.boton:hover {
    background-color: #bdbec6;
    color: #000000;
}

.botonOff {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    background-color: #cccccc;
    display: table;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff; 
    text-align: center;
}

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

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

.bMas {
	float: right;
}

.bBuscar {
	float: left;
	margin: 10px;
}

.bVolver {
    float: right;
}

.bEnviar {
	margin-top: 5px;
    width: 100%;
    float: none;
	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: 50px;
	margin-bottom: 50px;
}

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

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

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

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

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

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

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

.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 {
    margin-top: 30px;
    height: 50px;
    background-color: #6396b0;
}

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

.bloqueMenu li {
    cursor: pointer;
    float: left;
    margin: 0px;
    margin-left: 11px;
    margin-right: 11px;
    list-style: none;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
}

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

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

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

.menuMovil img.logo {
	cursor: pointer;
	float: right;
	height: 30px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
}

#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.botonSolicitudEnviada {
    padding-left: 30px;
    cursor: default;
    background-image: url(../imagenes/iconoCheck@2x.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 3px 20px;
}

#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;
}

.subMenuMovil {
    padding: .5em;
    background-color: #888888;
}
.subMenuMovil p {
    margin: 0px;
    font-size: .8em;
    line-height: 1em;
}


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

.cabecera h1 {
	float: left;
	margin: 0px;
	margin-top: 30px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-align: justify;
	font-weight: 700;
	background-color: #ffffff;
}

.cabecera h2 {
	float: left;
	margin: 0px;
	margin-top: 20px;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #30a0dc;
	color: #ffffff;
}

.cabecera h3 {
	float: left;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #ffffff;
}

.pie {
    background-color: #84858c;
    padding-top: 20px;
}

.logos {
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: #ffffff;
}

.logoPrincipal {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}

.logos p {
	margin: 0px;
	text-align: center;
	font-size: 0.9em;
}

.logoPrincipal img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.logoColaborador {
	width: 16%;
	margin: 2%;
	float: left;
} 

.datos p {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.7em !important;
	text-align: left !important;
	color: #ffffff !important;
}

.aviso p {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.7em !important;
	text-align: right !important;
	color: #ffffff !important;
}

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

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

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

.iconoRS {
	float: right;
	width: 32px;
	margin-left: 15px;
}

.titulo {
	margin: 0px;
	padding: 10px;
	font-size: 1.8em;
	letter-spacing: 10px;
	text-align: center;
	background-color: #c7bfa9;
}

.contenido {
	padding-bottom: 100px;
	background-color: #ffffff;
}

.fotoSeccion {
	height: 200px;
	margin-bottom: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}

.fotoSeccion h2 {
	margin: 0px;
	padding-top: 70px;
	font-size: 1.7em;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}

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

.controlesPaginacion {
    margin-top: 20px;
    margin-bottom: 20px;
}


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

.portada {
	background-image: url(../imagenes/portada.jpg);
}

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

.logistica {
	margin-top: 40px;
}

.logistica p {
	text-align: center;
}


/**********************************************************************************************************************/
/** PRESENTACIÓN ******************************************************************************************************/
/**********************************************************************************************************************/

.presentacion {
	background-image: url(../imagenes/presentacion.jpg);
}

.firma {
	text-align: right;
	font-size: 0.9em;
}

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

.objetivos {
	background-image: url(../imagenes/objetivos.jpg);
}

.ejesEstrategicos {
	background-image: url(../imagenes/ejes-estrategicos.jpg);
}

.ejesEstrategicos {
	background-image: url(../imagenes/ejes-estrategicos.jpg);
}

.contenidos {
	background-image: url(../imagenes/contenidos.jpg);
}

.ponentes {
	background-image: url(../imagenes/ponentes.jpg);
}

.comiteCientifico {
	background-image: url(../imagenes/comite-cientifico.jpg);
}


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

.inscripcion {
	background-image: url(../imagenes/inscripcion.jpg);
}

.campoFormulario {
	margin: 1%;
	float: left;
}

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

.campoFormulario 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: #d0d0d0;
}

.campoFormulario 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: #d0d0d0;
}

.campoFormulario 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: #d0d0d0;
}

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

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

.campoFormulario input[name=txtDNIM1], .campoFormulario input[name=txtDNIM2], .campoFormulario input[name=txtDNIM] {
	text-transform: uppercase;
}

.campoFormulario input[name=txtUsuario] {
	text-transform: none;
}

.bloqueBoton {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

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

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

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

.g-recaptcha {
	display: table;
	margin-left: auto;
	margin-right: auto;
}


/**********************************************************************************************************************/
/** PARTICIPANTES ****************************************************************************************************/
/**********************************************************************************************************************/

.participantes {
	background-image: url(../imagenes/participantes.jpg);
}


/**********************************************************************************************************************/
/** PROGRAMA *********************************************************************************************************/
/**********************************************************************************************************************/

.programa {
	background-image: url(../imagenes/programa.jpg);
}

p.horario {
	margin: 0px;
	margin-top: 30px;
	padding: 5px;
	color: #ffffff;
	background-color: #30a0dc;
}

.contenido h3 {
	margin-top: 50px;
}

.contenido h3.mesa {
	margin-top: 0px !important;
}

.contenido h2.fecha {
	margin-top: 50px;
	text-align: right;
	border-bottom: 1px solid #cccccc;
}
