*,
*:before,
*:after {
  box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	background-color: #333;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(fondo_paginas.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.h10 {
	height: 10px;
	display: block;
}

.h20 {
	height: 20px;
	display: block;
}

.h30 {
	height: 30px;
	display: block;
}

img {
	border: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	height: 579px;
}

.link_oculto {
    color: #507290;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}

.link_oculto:hover {
    text-decoration: none;
    color: #072C4E;
    font-size: 13px;
} 

/*================================
           INDEX
==================================*/
#index {  /*body del index*/
	background-image: none !important;
}

@media only screen and (max-height: 699px) {
#content_index {
	margin: 0px -475px;
	mim-height: 640px;
	width: 950px;
	left: 50%;
	position: absolute;
}
}

@media only screen and (min-height: 700px) {
#content_index {
	margin: -290px -475px;
	height: 640px;
	width: 950px;
	top: 50%;
	left: 50%;
	position: absolute;
}
}

#wrapper_index {
	background-image: url(fondo_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	margin: 0 auto;
	height: 579px;
}

#logueo {
    background-color: #CCDBE2;
    border: 1px solid #274E63;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0A2636;
    -webkit-box-shadow: 2px 2px 10px #0A2636;
    padding: 15px;
    margin-top: 320px;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 280px;
    height: 240px;
    color: #274E63;
    float: right;
}

#logueo strong {
	color: #A90303;
}

#USER,
#PASS,
#PASS_FORM,
#PASS2_FORM,
#NOMBRE_FORM,
#APELLIDOS_FORM,
#NIF_FORM,
#CENTRO_FORM,
#SERVICIO_FORM,
#POBLACION_FORM,
#PROVINCIA_FORM,
#EMAIL_FORM,
#TELEFONO_FORM,
#MENSAJE_FORM,
#EMAIL {
    border: 1px solid black;
    background-color: #FFF;
    font-size: 12px;
    padding: 3px;
    color: #333;
    font-weight: 400;
}

.label {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}

.soy {
	font-size: 11px;
}

#BOTON_LOGIN,
#BOTON_REGISTRAR,
#BOTON_RECORDAR {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #274E63;
  border-radius: 6px;
  color: #274E63;
  font-weight: bold;
  cursor: pointer;
  background-color: #DDE6EB;
}

#BOTON_LOGIN:hover,
#BOTON_REGISTRAR:hover,
#BOTON_RECORDAR:hover {
  background-color: #274E63;
  color: #DDE6EB;
}

#CONDICIONES {
	font-size: 12px;
	cursor: pointer;
}

#CONDICIONES .link_oculto {
	color: #A90303;
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
}

#CONDICIONES .link_oculto:hover {
	text-decoration: none;
	color: #000;
	font-size: 11px;
} 

#MENSAJE_INDEX,
#MENSAJE_PASSWORD {
    color: #003A93;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    }

#wrapper_index #abbvie {
    display:inline-block;
    width: 160px;
    height: 45px;
    positon: relative;
    margin: 520px 0 0 20px;
    cursor: pointer;
    float: left;
    opacity: 0.65;
    background-image: url("logo-abbie.png");
}

#wrapper_index #ser {
	dispaly: inline-block;
	width: 160px;
	height: 45px;
	positon: relative;
	margin: 520px 0px 0px 30px;
	cursor: pointer;
	float: left;
	opacity: 0.65;
    background-image: url("logo-ser.png");
}


#wrapper_index #secretaria {
	display: inline-block;
	width: 160px;
	height: 45px;
	position: relative;
	margin: 520px 0px 0px 30px;
	cursor: pointer;
	float: left;
	opacity: 0.65;
    background-image: url("logo-secretaria.png");
}

#wrapper_index #abbvie:hover,
#wrapper_index #ser:hover,
#wrapper_index #secretaria:hover {	
	opacity: 1;	
}

/*================================
         REGISTRO
==================================*/
.campo_obligatorio {
	font-weight: 700;
	color: #900;
}

#mensaje_genero,
#mensaje_nombre,
#mensaje_apellidos,
#mensaje_nif,
#mensaje_centro,
#mensaje_servicio,
#mensaje_poblacion,
#mensaje_provincia,
#mensaje_email,
#mensaje_telefono,
#mensaje_registro1,
#mensaje_registro2,
#mensaje_publicidad,
#mensaje_cookies,
#mensaje_pass,
#mensaje_pass2,
#mensaje_mensaje,
#MENSAJE_REGISTRO {
	font-weight: 700;
	color: #900;
	height: 10px;
}


/*================================
           COOKIES
==================================*/
#cookies_desenfoque {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    -webkit-filter: blur(3px);
    background-color: rgba(221,230,235,0.75);
}

#cookies_contenido {
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 220px;
    width: 700px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -160px;
    font-family: verdana;
    color: #DDE6EB;
    padding: 50px;
    font-size: 12px;
    background-color: #274E63;
}

#cerrar_cookies {
    background-color: #DDE6EB;
    color: #0A2636;
    padding: 5px;
    border: 1px solid #DDE6EB;
    border-radius: 6px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bolder;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#cerrar_cookies:hover {
    background-color: #0A2636;
    color: #FFF;
    border: 1px solid #FFF;
}

.link_cookie {
	text-decoration: underline;
	cursor: pointer;
}

.link_cookie:hover {
	color: #FFF;
	text-decoration: none;
}

#politica_cookies H5 {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #333;
	display: block;
	padding: 4px;
	width: 100%;
}

#politica_cookies H4 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

#politica_cookies H3 {
	font-size: 24px;
	font-weight: bolder;
	color: #000;
}

/*================================
    AVISO CONTENIDO DOCENTE
==================================*/

#cookie_aviso_tema_contenido {
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 450px;
    width: 700px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -275px;
    font-family: verdana;
    color: #DDE6EB;
    padding: 50px;
    font-size: 13px;
    background-color: #274E63;
    text-align: justify;
}

#cerrar_aviso_tema {
    background-color: #DDE6EB;
    color: #0A2636;
    padding: 5px;
    border: 1px solid #DDE6EB;
    border-radius: 6px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bolder;
    cursor: pointer;
}

#cerrar_aviso_tema:hover {
    background-color: #0A2636;
    color: #FFF;
    border: 1px solid #FFF;
}
/*================================
           PRINCIPAL
==================================*/
.container {
  color: #000;
  min-height: 100vh;
  height: 100%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

header {
	background-image: url(cabecera.jpg);
	height: 100px;
	width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#links {
	font-size: 11px;
	color: #666;
	margin: 4px 0px 0px 10px;
	width: 390px;
	display: block;
	float: left;
}


#breadcumbs {
	display: block;
	padding: 15px;
	width: 830px;
	height: 25px;
  margin:1px auto;
  padding: 10px 5px 0px 5px;
}

.izqda {
	display: inline-block;
	float: left;
	text-align: left;
}

.dcha {
	display: inline-block;
	float: right;
	width: 360px;
	text-align: right;
}

.gris, .gris a, .gris .link_oculto {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

gris a:hover, .gris .link_oculto:hover {
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	color: #000;
}


.boton_menu {
  font-size: 18px;
  color: #274E63;
  display: flex; /*para hacer centrados*/
  justify-content: center; /*centrado horizontal*/
  align-items: center; /*centrado vertical*/
  text-align: center; /*centrado horizontal varias lineas*/
  width: 250px;
  height: 70px;
  margin: 20px auto 0px auto;
  padding: 5px;
  background-color: #DDE6EB;
  border-color: #274E63;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 10px #0A2636;
  -webkit-box-shadow: 2px 2px 10px #0A2636;
}


.boton_menu:hover {
  color: #DDE6EB;
  background-color: #274E63;
}


.boton_menu_inactivo {
  font-size: 18px;
  color: #606060;
  text-align: center;
  width: 250px;
  height: 70px;
  margin: 20px auto 0px auto;
  background-color: #CCC;
  border-color: #606060;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 2px 2px 10px #454444;
  -webkit-box-shadow: 2px 2px 10px #454444;
}




footer {
	height: 90px;
	width: 900px;
	margin: 30px auto 0px auto;
}

footer #abbvie {
	display: inline-block;
	width: 160px;
	height: 45px;
	positon: relative;
	margin: 10px 0px 10px 105px;
	cursor: pointer;
	float: left;
  background-image: url("logo-abbie.png");
	opacity: 0.65;
}


footer #ser {
	display: inline-block;
	width: 160px;
	height: 45px;
	positon: relative;
	margin: 10px 0px 0px 105px;
	cursor: pointer;
	float: left;
    background-image: url("logo-ser.png");
	opacity: 0.65;
}

footer #secretaria {
	display: inline-block;
	width: 160px;
	height: 45px;
	position: relative;
	margin: 10px 0px 0px 105px;
	cursor: pointer;
	float: left; 
    background-image: url("logo-secretaria.png");
	opacity: 0.65;
}

footer #abbvie:hover,
footer #ser:hover,
footer #secretaria:hover {	
	opacity: 1;	
}

/*================================
           PONENCIAS
==================================*/

.boton_tema_completado {
    font-size: 16px;
    color: #DDE6EB;
    text-align: center;
    width: 300px;
    margin: 10px auto 0px auto;
    padding: 10px;
    background-color: #274E63;
    font-weight: bolder;
    cursor: pointer;
    box-shadow: 2px 2px 10px #0A2636;
    -webkit-box-shadow: 2px 2px 10px #0A2636;
    border-radius: 6px;
}

.boton_tema_activo {
    font-size: 16px;
    color: #BAFFDA;
    text-align: center;
    width: 300px;
    margin: 10px auto 0px auto;
    padding: 10px;
    background-color: #055507;
    font-weight: bolder;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 10px #0A2636;
    -webkit-box-shadow: 2px 2px 10px #0A2636;
}

.boton_tema_inactivo {
    font-size: 16px;
    color: #CCC;
    text-align: center;
    width: 300px;
    margin: 10px auto 0px auto;
    padding: 10px;
    background-color: #606060;
    font-weight: bolder;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #0A2636;
    -webkit-box-shadow: 2px 2px 10px #0A2636;
}

.boton_tema_completado:hover {
  color: #FFF;
  background-color: #0A2636;
}

.boton_tema_activo:hover {
    color: #FFF;
    background-color: #00670E;
}

.celda_oscura {
    background-color: #0A2636;
    color: white;
    padding: 15px 10px;
}

.boton_ponencia {
    font-size: 16px;
    color: #274E63;
    text-align: center;
    width: 350px;
    margin: 0px auto 0px auto;
    padding: 10px;
    background-color: #DDE6EB;
    font-weight: bolder;
    border-color: #274E63;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 10px #0A2636;
    -webkit-box-shadow: 2px 2px 10px #0A2636;
}

.boton_ponencia:hover {
  color: #DDE6EB;
  background-color: #274E63;
}


#autoevaluacion {
    width: 100%;
    border: 1px;
    text-align: center;
}

#indice {
	width: 600px;
	margin: 20px auto 0px auto;
}

#cerrar_aviso_tema {
  background-color: #DDE6EB;
  color: #274E63;
  padding: 5px;
  border: 1px solid #274E63;
  border-radius: 6px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
}

#cerrar_aviso_tema:hover {
  background-color: #274E63;
  color: #DDE6EB;
  border: 1px solid #DDE6EB;
}

#boton_siguiente,
#BOTON_ENVIAR {
  width: 170px;
  text-align: center;
  margin: 35px auto !important;
  background-color: #DDE6EB;
  color: #274E63;
  padding: 8px;
  border: 1px solid #274E63;
  border-radius: 6px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px #0A2636;
  box-shadow: 2px 2px 10px #0A2636;
}

#boton_siguiente:hover,
#BOTON_ENVIAR:hover {
  background-color: #274E63;
  color: #DDE6EB;
  border: 1px solid #DDE6EB;
}

/*================================
          EXAMEN
==================================*/
.pulsa {
	color: #366;
	font-size: 14px;
}

.pulsaSI {
	color: #366;
	font-size: 12px;
	border: 1px solid #366;
	cursor: pointer;
	height: 25px;
	width: 25px;
	background-color: #FFF;
	text-align: center;
	padding: 0;
}

.pulsaSI:hover {
	color: #000;
	font-size: 12px;
	border: 1px solid #000;
	cursor: pointer;
	background-color: #A6D2D2;
	text-align: center;
	padding: 0;
}

.pulsaNO, pulsaNO:hover {
	color: #ABD6D6;
	font-size: 12px;
	border: 1px solid #ABD6D6;
	cursor: default;
	height: 25px;
	width: 25px;
	background-color: #FFF;
	text-align: center;
	padding: 0;
}

div.bien {
  font-size: 13px;
  color: #000000;
  padding: 5px 10px;
  background-color: #CBFFA8;
  white-space: nowrap;
  width: 150px;
  margin: 0 0 0 5px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #00CC00;
}

div.regular {
	font-size: 13px;
	color: #000000;
	padding: 5px 10px;
	background-color: #FFE495;
	white-space: nowrap;
	width: 150px;
	margin: 0;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #F5B700;
}

div.mal {
	font-size: 13px;
	color: #000000;
	padding: 5px 10px;
	background-color: #FFA6A6;
	white-space: nowrap;
	width: 150px;
	margin: 0 5px 0 0;
	display: inline-block;
	text-align: center;
  border-radius: 6px;
	border: 1px solid #FF0000;
}

#error {
	font-weight:bold;
	color:#D50003;
	font-size:16px;
	border:2px solid #D50003;
	text-align:center;
	padding: 5px;
	margin: 10px;
	text-align: center;
	width: 320px;
}

#BOTON_COMPROBAR,
#BOTON_GUARDAR,
#BOTON_FINALIZAR {
  width: 200px;
  text-align: center;
  margin: 35px auto !important;
  background-color: #DDE6EB;
  color: #274E63;
  padding: 8px;
  border: 1px solid #274E63;
  border-radius: 6px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px #0A2636;
  box-shadow: 2px 2px 10px #0A2636;
}

#BOTON_COMPROBAR:hover,
#BOTON_GUARDAR:hover,
#BOTON_FINALIZAR:hover {
  background-color: #274E63;
  color: #DDE6EB;
}

H3 {
	font-size: 24px;
	color: #000;
}

h4 {
    font-size: 16px;
    color: #FFFFFF;
}


/*================================
       PROCESANDO RESPUESTAS
================================*/
.procesando {
	display: block;
	width: 100%;
	margin: auto !important;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;	
}


/*===============================
          ENCUESTAS
===============================*/
#tabla_valoracion th,
#tabla_valoracion td {
	padding: 6px;
}

/*================================
           ADMINISTRADOR
================================*/

#excel {
	height:40px;
	display:block;
	text-align:right;
	padding-right:180px;
	font-size:11px;
	font-variant:small-caps;
}

#excel a {
	color: #067;
}

#excel a:hover {
	color: #000;
	text-decoration: none;
}
  border-radius: 6px;
