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

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

@import url(https://fonts.googleapis.com/css?family=Lato);

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

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

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

body.scrollOff {
    overflow: hidden;
}

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

p {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
}

ul {
	list-style: square;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: disc;
}


li {
    margin-bottom: 1em;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}

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

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

h1 {
	font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #000000;
}

h2 {
	font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
}

h3 {
    margin-top: 2em;
    padding-left: .5em;
	font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #802144;
    border-left: .5em solid #802144;
}

h4 {
    margin: 0px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: normal;
}


h5.titulo {
    margin: 0px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: normal;
    background-color: rgba(128, 33, 68, 0.24);
    border-radius: 10px;
    padding: 20px;
}

*:focus {
    outline: none;
}

input {
	width: 100%;
    box-sizing: border-box;
    height: 32px;    
    margin: 0px;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: 1em;
    float: left;
}

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: 'Lato', 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: 'Lato', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

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

table {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

td, th {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    text-align: left;
    border: 1px solid #dedede;
    border-collapse: collapse;
}
th {
    background-color: #bebebe;
    color: #000000;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    text-align: center;
}

fieldset {
    margin: 0px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #484848;
}

legend {
    color: #d6704f;
    font-family: 'Abel', sans-serif;
    font-size: 1.1em;
}

.page-break {
	width: 100%;
}


/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/
    
.boton {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 10px;
    background-color: #802144;
    display: table;
    cursor: pointer;
    border: 0;
}
.boton:hover {
    background-color: #333333;
}

.boton p {
    margin: 0;
    margin-top: .2em;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff; 
    text-align: center;
}

.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: 'Lato', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff; 
    text-align: center;
}

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

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

.bVolver {
    float: right;
}

.bEntrar {
    margin-left: auto;
    margin-right: auto;
}

.bEnviar {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.bInscripcionDelegado {
    float: left;
}
.bInscripcionInvitado {
    float: right;
}

/* VM ----------------------------------------------------------------------------------------------------------------------------- */

#ovm {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
	background-color: transparent;
	background-color: rgba(0,0,0,0);
}

#vm {
	width: 500px;
	min-height: 150px;
	max-width: 95%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding: 20px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-color: #ffffff;
	background-color: rgba(245,245,255,1);
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	overflow: auto;
}

#vm.cSW {
	margin-left: 125px;
}

#vm img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0px auto 15px auto;
	clear: both;
    border-radius: 50%;
}

#vm p {
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

#vm h2.cont {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	color: #000000;
}

#vm .seg {
	position: absolute;
	top: 5px;
	right: 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 10px;
	text-align: right;
	color: #cccccc;
}


#vm .bCerrar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px !important;
	height: 10px !important;
	margin: 0px !important;
	cursor: pointer;
}

#vm .bVM {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

#vm .bSI {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

#vm .bSI:hover {
	color: #cccccc;
}

#vm .bNO {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

#vm .bNO:hover {
	color: #cccccc;
}

#ovm img.loading {
	display: none;
	position: absolute;
	height: 20px;
	bottom: 5px;
	right: 20px;
	z-index: 2;
}


/**********************************************************************************************************************/
/** 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: 'Lato', 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: 'Lato', sans-serif;
    font-size: .8em;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}    

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


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

.cabeceraM {
    margin-top: 38px;
}

.cabecera img {
    margin: 0px auto;
    max-height: 250px;
}

.contenido {
    padding-top: 0px;
    background-color: #FFFFFF;
}

.bloquePie {
    margin-top: 2em;
    padding-top: 5px;
    padding-bottom: 1em;
    background-color: #cccccc;
}
.bloquePie p {
    margin: 0px;
    margin-right: 1em;
    float: left;
    color: #000000;
}

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

.bloqueSubPie p {
    font-size: 0.8em;
}
.bloqueSubPie p a {
    color: #000000;
}

.menuInferior {
    text-align: right;
}

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

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

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

#mensajeResultados {
    margin: 0px;
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    width: 70%;
    border-left: 3px solid #D0D0D0;
    border-right: 3px solid #D0D0D0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

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

.bloqueAviso {
    margin: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #666666;
    background-color: #fffecd;
}
.bloqueAviso img {
    margin-right: .5em;
    float: left;
    max-width: 40px;
}
.bloqueAviso p {
    margin: 0px;
    font-weight: bold;
}

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

.tituloSeccion, .tituloSeccionPortada {
    margin: 0px;
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-size: 1.5em;
    letter-spacing: 8px;
    text-align: left;
}
.tituloSeccionPortada {
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 1.1em;
    letter-spacing: 5px;
}
.tituloSeccion h1, .tituloSeccionPortada h1 {
    margin: 0px;
    font-size: 1.2em;
}

.tituloSeccion h1::before, .tituloSeccionPortada h1::before {
    content: "> ";
    float: left;
    color: #802144;
}
.tituloSeccion h2 {
    margin: 0;
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1em;
    color: #666666;
}
.tituloSeccion h2::before {
    content: "> ";
    margin-right: .3em;
    float: left;
    color: #666666;
}

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

.bloqueCampoFormulario {
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.bloqueCampoFormulario p {
    margin: 0px;
    font-size: .9em;
    color: #000000;
}
.bloqueCampoFormulario p.secundario {
    margin: 0px;
    margin-left: 5px; 
    margin-right: 1em;
    margin-bottom: .5em;
    float: left;
    font-size: 1em;
}
.bloqueCampoFormulario input {
    margin: 0px;
    margin-top: .2em;
    padding: 5px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    background-color: #f5f5f5;
    border: 0px;
    border-bottom: 1px solid #C0C0C0;
    float: left;
}
.bloqueCampoFormulario select {
    margin: 0px;
    margin-top: .2em;
    padding: 5px;
    color: #000000;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;    
    background-color: #f5f5f5;
    border-bottom: 1px solid #C0C0C0;
    float: left;
}
.bloqueCampoFormulario textarea {
    margin: 0px;
    padding: 5px;
    color: #000000;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;    
    background-color: #f5f5f5;
    border-bottom: 1px solid #C0C0C0;
}
.bloqueCampoFormulario img {
    float: left;
    margin-top: 1.5px;
    margin-left: 5px;
}

.campoObligatorio {
    color: #B40B15;
    font-size: 1.5em;
    line-height: .6em;
}

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

.tablaResultados {
    margin-top: 2em;
    margin-bottom: 5em;
}

.tablaResultados table {
    width: 100%;
}

.celdaCabecera {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
}

.celdaListado {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #000000;
    line-height: 18px;
    height: 30px;
}

.filaDatos {
    background-color: #ffffff;
}
.filaDatos:hover {
    background-color: #EEEEEE;
}

.botonTabla {
    border: 0px;
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

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

.smiley {
	width: 30px;
	height: 30px;
	margin: 0px auto;
}

.textoFormulario {
	text-align: center !important;
	line-height: 20px !important;
	padding: 10px;
}

.textoFormulario input[type="radio"] {
	float: none !important;
	width: 20px !important;
	height: 20px !important;
	margin-top: 5px;
}


p.nota {
    font-size: .9em;
}


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

.bloqueMenu {
    width: 100%;
    min-height: 50px;
    background-color: #4d738a;
    z-index: 99999;
}

.bloqueMenu img.logoMenu {
	margin-top: 2px;
	margin-right: 2em;
	max-height: 45px;
	display: none;
    float: left;
}

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

.bloqueMenu li {
    cursor: pointer;
    float: left;
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-right: 25px;
    list-style: none;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}
.bloqueMenu li:hover, .bloqueMenu li.activo {
    color: #000000;
}

.menuFijo {
    position: fixed;
    top: 0px;
}

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

.bloqueSubMenu {
    width: 100%;
    height: 30px;
    background-color: #66544a;
}

.bloqueSubMenu ul {
    float: right !important;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

.bloqueSubMenu li {
    cursor: pointer;
    float: left;
    margin: 0px;
    margin-right: 25px;
    list-style: none;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}
.bloqueSubMenu li:hover, .bloqueSubMenu li.activo {
    color: #333333;
}

.bloqueSubMenu li.noLink {
    cursor: default;
}
.bloqueSubMenu li.noLink:hover {
    color: #FFFFFF;
}

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

.bloqueMenuMovil {
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 38px;
    background-color: #4d738a;
}

#botonMenuMovil {
    cursor: pointer;
    float: left;
    margin: 7px;
    margin-left: 0px;
}
#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 4px;
    width: 25px;
    height: 3px;
    display: block;
    background-color: #dedede;
    border-radius: 1px;
}
#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
    position: fixed;
    z-index: 20000;
    top: 0px;
    left: -240px;
    width: 240px;
    height: 100%;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #802144;
    background-color: rgba(128,33,68,0.95);
    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 ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    list-style: none;
}
#menuLateralMovil ul li {
    cursor: pointer;
    margin: 0;    
    padding: 1em;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    -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 a {
    color: #ffffff;
    text-decoration: none;
}

#menuLateralMovil ul ul {
    list-style: square;
    list-style-position: inside;
}
#menuLateralMovil ul ul li {
    padding: .5em;
    padding-bottom: 0px;
    border-bottom: 0px;
}


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

#bloqueListadoVideos {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.videoListado {
    box-sizing: border-box;
    margin-bottom: 60px;
    padding: 1em;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: calc(50% - 30px);
}

.videoListado h1 {
    margin-bottom: .5em;
    color: #000000;
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.videoListado p {
    margin: 0;
    text-align: left;
    color: #626262;
    font-size: .8em;
    line-height: 1.3em;
}


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

h2.fechaActividades {
    margin-top: 2em;
    color: #d6704f;
}

.actividadProgramaSeminario {
    padding: .5em;
}
.actividadProgramaSeminario:hover {
    background-color: #eeeeee;
}

.actividadProgramaSeminario p.horarioPrograma {
    margin: 0;
    font-weight: bold;
    color: #666666;
    float: left;
    width: 15%;
}

.actividadProgramaSeminario p.nombreActividad {
    margin: 0px 00px 10px 0px;
    font-weight: bold;
    float: left;
    width: 85%;
    border-bottom: 1px dashed #999999;
}

p.mismaHora {
    font-weight: 600;
    margin: 0px 0px 10px 110px;
    border-bottom: 1px dashed #999999;
}

ul.participantesActividad, ol.participantesActividad {
    margin: 0px 0px 0px 110px;
}

 p.participantesActividad {
    margin: 0px 0px 20px 110px;
    padding-bottom: 5px;
    border-bottom: 2px solid #C0C0C0;
}

.avisoPrograma {
    padding: 10px;
    background-color: #4d738a;
    color: #ffffff;
    text-align: justify;
}


/**********************************************************************************************************************/
/** INSCRIPCIONES *****************************************************************************************************/
/**********************************************************************************************************************/

#formularioLogin  {
    margin-top: 2em;
    padding: 2em;
    border: 1px solid #66544a;
}

#formularioLogin p.mensaje {
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
}

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

#bloqueMensajesError {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    /*margin-bottom: 100px;*/
    padding: .5em;
    background-color: #000000;
    display: table;
    visibility: hidden;
}

#bloqueMensajesError p {
    color: #ffffff;
    margin: 0px;
    text-align: center;
    margin-top: 5px;
}

/**********************************************************************************************************************/
/** PONENTES **********************************************************************************************************/
/**********************************************************************************************************************/

.ponentes {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: center;
}

.ponente {
    width: calc(33% - 30px);
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.ponente p {
    font-size: 1em;
}

.ponente img {
    border-radius: 50%;
    margin: 0px auto;
}

.ponente img:hover {
    opacity: 0.3;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.49);
}

.ponente:hover {
    cursor: pointer;
}

.ponente .trayectoria {
    width: 20%;
	margin-bottom: 60px;
    padding: 20px;
	text-align: justify;
    border-radius: 0px 0px 10px 10px;
}

.trayectoria h2 {
    color: #7f2346;
    text-align: center;
}

.trayectoria p.cargo {
    font-style: italic !important;
    text-align: center !important;
    color: #4e748b !important;
}



/**********************************************************************************************************************/
/** MATERIALES ********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueDescargaMaterial {
    box-sizing: border-box;
    margin-bottom: 1.5em;
    padding: 1em;
    border: 1px solid #999999;
    background-color: #faf9f9;
}

.imagenLogoTipoArchivo {
    margin-right: 1em;
    float: left;
}
.imagenLogoTipoArchivo img {
    max-height: 71px;
}

.contenidoDescarga {
    width: 92%;
    float: right;
}
.contenidoDescarga h1 {
    margin: 0px;
    width: 100%;
    float: left;
}

.contenidoDescarga .bloqueEnlaces {
    margin-top: .8em;
    float: right;
}
.bloqueEnlaces .enlaceDescarga {
    margin-right: 1em;
    float: left;
}
.bloqueEnlaces .enlaceDescarga img {
    margin-right: .5em;
    float: left;
    max-width: 30px;
}
.bloqueEnlaces .enlaceDescarga p {
    margin: 0px;
    line-height: 30px;
    float: left;
}

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

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

.videoResponsive iframe, .videoResponsive video {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 1;
}

.flexVideos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.flexVideos article {
    width: calc(50% - 20px);
}

/**********************************************************************************************************************/
/** PIE ***************************************************************************************************************/
/**********************************************************************************************************************/

.bloqueLogosPartners {
    margin: 10px -10px 10px -10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.bloquePartners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 20px;
}

.bloquePartners > p {
    margin: 0px 0px 10px 0px;
    width: 100%;
    font-size: .9em;
} 

.bloquePartners > div {
    margin: 0px 10px 20px 0px;
} 

.logoPartner img {
    width: 180px;
}

.logoPartner1 img {
    width: auto;
    height: 50px;
}
.logoPartner2 img {
    width: auto;
    height: 50px;
}
.logoPartner3 img {
    width: 90px;
}

.chkRGPD {
	margin: 20px 0px 20px 0px;
}

.chkRGPD input[type=checkbox] {
    margin-bottom: 0px;
    margin-right: .5em;
    width: 15px;
    height: 15px;
    float: left;
}

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

.bAyto {
	position: relative;
	border: #4d738a solid 1px;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 20px;
}

.bAyto img {
	width: 100%;
}

.bAyto h2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #ffffff;
	background-color: #4d738a;
	text-align: center;
}

