<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************************************************************/
/** ESTILOS																											  */
/**********************************************************************************************************************/

/** ImportaciÃ³n de Google Fonts ***************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,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;
}

body.scrollOff {
    overflow: hidden;
}

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

p {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

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


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

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

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

h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000000;
}

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

h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    color: #4d637a;
}

*:focus {
    outline: none;
}

input {
	width: 100%;
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding: 5px;
    font-family: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

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

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

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

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

legend {
    color: #4d637a;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
}


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

.boton {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-top: 0.6em;
    padding-left: 12px;
    padding-right: 10px;
    background-color: #4d637a;
    display: table;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    border: 0;
}
.boton:hover {
    background-color: #333333;
}

.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: 'Montserrat', 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: 0px;
    width: 100%;
    float: none;
	padding-left: 9px;
}

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


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

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


/**********************************************************************************************************************/
/** ESTRUCTURA ********************************************************************************************************/
/**********************************************************************************************************************/
.cabecera {
    height: 350px;
}

.cabeceraM {
    margin-top: 38px;
    height: 350px;
}

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

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

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

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

.menuInferior p {
    margin-left: 1.5em;
    float: 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: 3px;
    text-align: left;
}
.tituloSeccionPortada {
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 1.1em;
    letter-spacing: 5px;
}
.tituloSeccion h1, .tituloSeccionPortada h1 {
    margin: 0;
    float: left;
}
.tituloSeccion h2 {
    margin: 0;
    margin-left: .5em;
    margin-top: 0.2em;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1em;
    color: #666666;
    float: left;
}
.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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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;
}

#bIdentificacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bIdentificacion select, #bIdentificacion input {
    width: calc(50% - 10px);
}

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

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

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

#chkConsentimiento {
	width: 20px;
	height: 20px;
	margin: 3px 5px 0px 0px;
}

#chkRGPD {
	width: 20px;
	height: 20px;
	margin: 3px 5px 0px 0px;
}

p.nota {
    text-align: justify;
    font-size: .7em;
}


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

.bloqueMenu {
    width: 100%;
    min-height: 50px;
    background-color: #dedede;
    /*border-bottom: 2px solid #892a7f;*/
    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: 10px;
    margin-bottom: 15px;
    margin-right: 25px;
    list-style: none;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}
.bloqueMenu li:hover, .bloqueMenu li.activo {
    color: #68213e;
}

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

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

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

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

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

.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: #8d3857;
}

#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: #eeeeee;
    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: #8d3857;
    background-color: rgba(141,56,87,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;
    border-bottom: 1px solid #FFFFFF;
    -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;
}


/**********************************************************************************************************************/
/** PRESENTACION ******************************************************************************************************/
/**********************************************************************************************************************/

.imagenPresentacion {
    margin-left: 1em;
    max-width: 400px;
    float: right;
}


/**********************************************************************************************************************/
/** OBJETIVOS *********************************************************************************************************/
/**********************************************************************************************************************/

.imagenObjetivos {
    margin-left: 1em;
    max-width: 271px;
    float: right;
}

/**********************************************************************************************************************/
/** Lugar*****************************************************************************************************/
/**********************************************************************************************************************/

.direccion {
	width: 100%;
	padding: 5px 20px;
	margin: -5px 0px 0px 0px;
	border-radius: 0px 0px 20px 20px;
	border-right: 1px solid #9c9aa0;
	border-left: 1px solid #9c9aa0;
	border-bottom: 1px solid #9c9aa0;
}
.flexS {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;	
}

img.icono {
    width: 25px;
    margin-right: 20px;
}


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

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

.actividadProgramaSeminario {
    margin: 1em 0;
    padding: .5em;
    border: 1px solid #cccccc;
}

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

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

.actividadProgramaSeminario p.horarioProgramaLargo {
    margin: 0;
    font-weight: bold;
    color: #4d738a;
    float: left;
    width: 20%;
}

.actividadProgramaSeminario p.lugarActividad {
    margin: 0;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: #4d738a;
    float: left;
    width: 79%;
}

.actividadProgramaSeminario p.nombreActividad {
    margin: 0px 0px 0px 80px;
    font-weight: bold;
    float: left;
    width: 79%;
}

.actividadProgramaSeminario p.nombreActividad2 {
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    float: left;
    width: 79%;
}

.actividadProgramaSeminario p.concepto {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 80px;
}

.actividadProgramaSeminario ul li {
    margin: 0px 0px 10px 55px !important;
}


.actividadProgramaSeminario .texto {
    margin: 0px 0px 10px 80px !important;
}

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

#formularioLogin  {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    padding: 25px;
    border: 1px solid #4d637a;
}

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

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

#bloqueMensajesError {
    width: 33%;
    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: 0px;
}


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

.fichaContacto {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left :auto;
    margin-right :auto;
    padding: 1em;
    width: 40%;
    border: 1px solid #dedede;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 45px;
    -webkit-border-bottom-right-radius: 45px;
    border-bottom-right-radius: 45px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    3px 3px 6px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.41);
}


/**********************************************************************************************************************/
/** DOCUMENTOS ********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueDocumento {
    margin-bottom: 1.5em;
    border: 1px solid #d0d0d0;
}

.bloqueDocumento h1 {
    margin: .5em;
}

.bloqueDescargaDocumento {
    margin: 0px;
    margin-bottom: 1em;
    padding: .5em;
    float: right;
}
.bloqueDescargaDocumento img {
    margin-right: .5em;
    float: left;
    max-width: 22px;
}
.bloqueDescargaDocumento p {
    margin: 0px;
    float: left;
    display: table;
}
.bloqueDescargaDocumento p a {
    text-decoration: none;
}
.bloqueDescargaDocumento p a:hover {
    text-decoration: underline;
}

.bloqueVideo {
    width: 95%;
    background-color: #cccccc;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.bloqueVideo .videoResponsive {
    width: calc(80% - 20px);
}

.bloqueVideo .videoResponsive iframe {
    border: 1px solid #000;
    border-radius: 5px;
}

.bloqueVideo h2,.bloqueVideo p {
    text-align: center;
}

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

.bloqueLogosPartners {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

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

.bloquePartners p {
	font-size: 0.8em;
	margin-bottom: 10px;
}

.bloquePartners img {
	float: left;
	height: 48px;
	margin-right: 20px;
    padding: 0px 2px 0px 8px;
}

.bloquePartners .caixa {
	float: left;
	height: 49px;
    width: 220px;
	margin-right: 20px;
}

.bloquePartners .diputacion {
	float: left;
	height: 49px;
    width: 220px;
	margin-right: 20px;
}</pre></body></html>