/*********************************************************
* Nombre: estilos.css                                    *
* Descripción: Hoja de estilos principal                 *
*********************************************************/

/**********************************************************************************************************************/
/** FUENTES ***********************************************************************************************************/
/**********************************************************************************************************************/

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

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

body {
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
}

body.F {
    background-color: #FFFFFF;
}

body.FM {
	padding: 10px 50px 10px 50px;
    background-color: #FFFFFF;
	overflow: auto;
	white-space: nowrap;    
}

body.scrollOff {
    overflow: hidden;
}

form {
    margin: 0px;
    padding: 0px;
}

p {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 20px;
    text-align: justify;
}

li {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 20px;
}

a {
    outline: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
	vertical-align: bottom; 
}

.clearfloat {
    clear: both;
    float: none;
}

h1 {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 20px;
    text-align: justify;
}

h2 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 20px;
    text-align: justify;
}

h3 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 20px;
    text-align: justify;
}

iframe {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    outline: none;
}

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

textarea {
    resize: none;
}

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

th {
    text-align: left;
}

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

legend {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
}

.aviso {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #c5181f;
}

.avisoVerde {
	color: #23a720;
	font-weight: bold;
	text-decoration: underline;
}

.avisoRojo {
	color: #c5181f;
	font-weight: bold;
	text-decoration: underline;
}

.asteriscos {
	color: #000000;
	font-weight: bold;
	font-size: 2em;
}

*:focus {
	outline: none;
}

input.inputLogin:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

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

#txtTags {
	text-transform: lowercase;
}


/**********************************************************************************************************************/
/** VM ****************************************************************************************************************/
/**********************************************************************************************************************/

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

#vm {
    box-sizing: border-box;
    width: 400px;
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    padding-bottom: 43px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: #ffffff;
    border: 1px solid #000000;
	font-family: 'Open Sans', sans-serif;	
	font-size: .8em;
	font-weight: 400;    
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}

#vm img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0px auto 15px auto;
    clear: both;
}

#vm p {
    font-size: 1em;
    text-align: justify;
}

.bCerrar {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 388px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;	
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #359fdb;
	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;
}

.bCerrar:hover {
	color: #cccccc;
}

.bSI {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 190px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;	
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #359fdb;
	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;
}

.bSI:hover {
	color: #cccccc;
}

.bNO {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 190px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;	
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #359fdb;
	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;
}

.bNO:hover {
	color: #cccccc;
}


/**********************************************************************************************************************/
/** CAPAS *************************************************************************************************************/
/**********************************************************************************************************************/

#contenedor {
    width: 950px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    background-color: #ffffff;
}

#cabecera {
	margin:0px;
    padding: 0px;
    width: 950px;
    height: 110px;
    background-image: url(../imagenes/cabecera.png);
    background-repeat: no-repeat;
}

#contenido {
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

#rutaSeccion {
    height: 40px;
    margin-top: 10px;
    background-color: #a3cbe7;
}

#rutaSeccion img {
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float:left;
    border: 0px;
}

#rutaSeccion img.separador {
    margin-top: 13px;
}

#rutaSeccion h1, #rutaSeccion h2, #rutaSeccion h3 {
    margin: 0px;
    margin-top: 12px;
    float:left;
    text-transform: uppercase;
}

#rutaSeccion h1 {
    font-size: .8em;    
    color: #000000;
}

#rutaSeccion h2 {
    font-size: .8em;    
    color: #000000;
}

#rutaSeccion h3 {
    font-size: .8em; 
    color: #000000;
}

#textoAyudaSeccion {
    margin-bottom: 5px;
	background-color: #dce4eb;
    padding: 10px;
}

#textoAyudaSeccion img.iconoAyuda {
    border: 0px;
    float: left;
    margin-right: 15px;
}

#textoAyudaSeccion p {
    border: 0px;
    font-size: .8em;
    line-height: normal;
    margin:0px;
    margin-top: 5px;
    margin-bottom: 3px;
}

#leyendaBotonesSeccion {
	float: right;
    margin-bottom: 30px;
    text-align: center;
}

.botonSeccion {
    float: left;
    margin: 0px;
    margin-left: 15px;
}

.botonSeccion img {
    border: 0px;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}

.botonSeccion p {
    margin:0px;
    border: 0px;
    float: left;
    font-size: .7em;
}

#buscador fieldset {
    margin:0px;
    margin-bottom: 25px;
}

#pie {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    width: 950px;
    height: 50px;
    background-color: #000000; 
}

#pie p {
    text-align: center;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;    
    padding-top: 15px;
}

.ventanaEnvios {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #666666;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mensajeAviso {
    margin-top: 1em;
    margin-bottom: 2em;
    background-color: #F9F7BB;
    border: 1px solid #666666;
}
.mensajeAviso p {
    margin: 1em;
}


/**********************************************************************************************************************/
/** PANTALLA LOGIN ****************************************************************************************************/
/**********************************************************************************************************************/

#formularioLogin  {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
    padding: 25px;
    background-color: #eeeeee;
    text-align: center;
}

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

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

.bloqueCampoFormularioIndex {
    width: 250px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.bloqueCampoFormularioIndex p {
    margin: 0px;
    font-size: .75em;
    color: #000000;
}

.bloqueCampoFormularioIndex input {
	width: 240px;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #ffffff;
}

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

#bloqueMensajesError {
    width: 400px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    background-image: url("../imagenes/fondoMensajeError.png");
    background-repeat: no-repeat;
    background-position: top center;
    display: table;
    visibility: hidden;
}

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


/**********************************************************************************************************************/
/** FORMULARIOS *******************************************************************************************************/
/**********************************************************************************************************************/

.campoObligatorio {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.4em;
}

.bloqueCampoFormulario {
    float: left;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bloqueCampoEditor {
    margin: 0px;
    margin-bottom: 10px;
}

.bloqueCampoFormulario p, .bloqueCampoEditor p, .bloqueCampoFormulario4 p {
    margin: 0px;
    font-size: .75em;
    color: #000000;
}

.bloqueCampoFormulario input, .bloqueCampoFormulario4 input {
	width: 100%;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario input[type=radio] {
    width: auto;
}

.bloqueCampoFormulario input[type=checkbox] {
    width: auto;
}

.bloqueCampoFormulario select {
	margin: 0px;
	padding: 4px;
    color: #000000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario textarea {
	width: 100%;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario img {
	display: inline;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 5px;
}

.formularioPaginacion {
	padding: 0px;
    color: #000000;
    border: 1px solid #333333;
    font-family: Arial;
    font-size: .7em;
    background-color: #ffffff;
}

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

.bloqueCampoFormulario div.selectorFoto {
	float: left;
}

.bloqueCampoFormulario img.eliminarFoto {
 	float: left;
 	margin-top: 1px;
 	margin-left: 10px;
 	margin-right: 10px;
}

.bloqueCampoFormulario img.eliminarFoto:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.bloqueCampoFormulario p.avisoFoto {
	display: none;
	margin: 3px;
	font-weight: bold;
	font-size: 0.7em;
}

#indicadorFoto {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
    background-repeat: no-repeat;
}

.SinFoto {
	background-image: url("../imagenes/iconoImgAviso.png");
}

.Subiendo {
	background-image: url("../imagenes/iconoImgCargando.gif");
}

.Exito {
	background-image: url("../imagenes/iconoImgOk.png");
}

.Fallo {
	background-image: url("../imagenes/iconoImgError.png");
}

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

.bloqueCampoFormulario3 {
    margin: 0px;
    padding: 2px;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-right: 25px;
    float: left;
    background: #cccccc;
}

.bloqueCampoFormulario3 p {
    margin: 0px;
    float: left;
    font-size: 0.7em;
    margin-top: 2px;
}

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

.bProvinciasBuscador select {
    width: 200px !important;
}

.bLocalidadesBuscador select {
    width: 200px !important;
}

.bCentrosBuscador select {
    width: 450px !important;
}

.bTiposCursosBuscador select {
    width: 100% !important;
}

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

.boton {
	display: table;
	cursor: pointer;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

.boton p {
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	letter-spacing: 2px;
	font-size: .9em;
	color: #ffffff;
}

.boton:hover {
	background-color: #afb6be;
}

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

.botonOff {
	display: none;
	cursor: default;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
	background-color: #edecec;
	margin-left: auto;
	margin-right: auto;
}

.botonOff p {
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	letter-spacing: 2px;
	font-size: .9em;
	color: #c4c0c0;
}

.botonPDF {
    float: left;
    display: table;
    cursor: pointer;
    margin: 3px;
    padding: 0px;
    background-color: #000000;
}
.botonPDF p {
    margin: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;  
    font-size: .7em;
    color: #ffffff;
}
.botonPDF:hover {
    background-color: #afb6be;
}
.botonPDF:hover p {
    color: #000000;
}

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

.bEntrar {
	width: 250px;
	margin-top: 15px;
}

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

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

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

.botonVolver {
    text-align: right;
    margin: 0px;
    margin-bottom: 20px;
}

.botonVolver img {
    float: right;
    margin-right: 5px;
    margin-top: 14px;
}

.botonVolver p {
    float:right;
    font-size: .9em;
    font-weight: bold;
    color: #4c4c4c;
}

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

.botonBuscar {
	margin-right: 10px;
    float: right;
}

.botonVerTodo {
    float: right;
}

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

a.botonDescarga {
    float: right;
    text-decoration: none;
    margin-right: 20px;
}
a.botonDescarga p {
    margin: 0px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.7em;
}
a.botonDescarga:hover p {
    background-color: #afb6be;
    color: #000000;
}


/**********************************************************************************************************************/
/** PAGINACION ********************************************************************************************************/
/**********************************************************************************************************************/

#numResultadosPaginacion {
    float: left;
    margin: 5px;
    padding: 0px;
}

#numResultadosPaginacion p {
    color: #333333;
    font-size: 0.6em;
    margin: 0px;
    margin-top: -1px;
    margin-right: 5px;
    float: left;
}

#numResultadosPaginacion select {
    height: auto;
    margin: 0px;
    float: left;
}

#controlesPaginacion {
    float: right;
    margin: 5px;
    padding: 0px;
}

#controlesPaginacion img {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

#controlesPaginacion p {
    float: left;
    margin: 0px;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    color: #333333;
    font-size: 0.6em;
}


/**********************************************************************************************************************/
/** ACCESO ************************************************************************************************************/
/**********************************************************************************************************************/

#cajaCodigoAcceso  {
    width: 400px;
    margin: 0px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 130px;
    background-color: #eeeeee;
    text-align: center;
}

#cajaCodigoAcceso p.mensaje {
    text-align: center;
}

#cajaCodigoAcceso p.intentos {
    font-size: .8em;
    color: #444444;
    text-align: center;
}

#bloquePanelBotones {
	display: table;
	margin: 0px;
    padding: 0px;
    width: 200px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("../imagenes/fondoPanelBotones.png");
    background-repeat: no-repeat;
}

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

.botonN1 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN1 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.botonN1 a:hover {
    background-position: 0px -35px;
}

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

.botonN2 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN2 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -35px 0px;
}

.botonN2 a:hover {
    background-position: -35px -35px;
}

/**********************************************/
.botonN3 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN3 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -70px 0px;
}

.botonN3 a:hover {
    background-position: -70px -35px;
}

/**********************************************/
.botonN4 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN4 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -105px 0px;
}

.botonN4 a:hover {
    background-position: -105px -35px;
}

/**********************************************/
.botonN5 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN5 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -140px 0px;
}

.botonN5 a:hover {
    background-position: -140px -35px;
}

/**********************************************/
.botonN6 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN6 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -175px 0px;
}

.botonN6 a:hover {
    background-position: -175px -35px;
}

/**********************************************/
.botonN7 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN7 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -210px 0px;
}

.botonN7 a:hover {
    background-position: -210px -35px;
}

/**********************************************/
.botonN8 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN8 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -245px 0px;
}

.botonN8 a:hover {
    background-position: -245px -35px;
}

/**********************************************/
.botonN9 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN9 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -280px 0px;
}

.botonN9 a:hover {
    background-position: -280px -35px;
}

/**********************************************/
.botonN0 {
	float: left;
	display: table;
	width: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.botonN0 a {
    display: table;
    width: 34px;
    height: 34px;
    text-decoration: none;
    background-image: url("../imagenes/botones_numeros.png");
    background-repeat: no-repeat;
    background-position: -315px 0px;
}

.botonN0 a:hover {
    background-position: -315px -35px;
}


/**********************************************************************************************************************/
/** AVISO BLOQUEO IP **************************************************************************************************/
/**********************************************************************************************************************/

.fondoIPB {
    background-color: #000000; 
}

.logoIPB {
 	margin: 30px;
 	padding: 0px;
 	margin-left: auto;
 	margin-right: auto;
}

.textoIPB {
	width: 1000px;
 	margin: 0px;
 	padding: 0px;
 	margin-top: 10px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom: 30px;
    font-size: 1em;
    color: #ffffff;
    text-align: justify;
    line-height:normal;
}

.textoIPB b {
	color: #ff0000;
}


#logosIPB {
	margin: 0px;
 	padding: 0px;
}

#logosIPB img {
	margin: 30px;
 	padding: 0px;
}


/**********************************************************************************************************************/
/** MENU **************************************************************************************************************/
/**********************************************************************************************************************/

#menu {
    box-sizing: border-box;
    width: 750px;
    height: 140px;
    float: left;
    margin: 0px;
    margin-left: 25px;
    padding: 5px;
    border: 1px solid #AAAAAA;
    overflow: hidden;
}

.tabs {
    padding: 10px;
    padding-bottom: 0px;
    background-color: #000000;
}

.tabs ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tabs li {
    cursor: pointer;
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
    float: left;
    background-color: #d0d0d0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    border-bottom: 1px solid #000000;
}

.tabs li:hover {
    background-color: #bab9b9;
}

.tabs li.tabOn {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

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

.contenidoTabs {
    display: none;
    height: 95px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

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

.opcionMenu {
    cursor: pointer;
    display: inline-table;
    white-space: nowrap;
    width: 80px;
    margin: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.opcionMenu:hover img {
    opacity: 0.5;
}

.opcionMenu img {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
}

.opcionMenu p {
    white-space: normal;
    text-align: center;
    margin: 0px;
    line-height: 1.1em; 
    font-size: .75em;
}


/**********************************************************************************************************************/
/** MODULO DATOS USUARIO **********************************************************************************************/
/**********************************************************************************************************************/

#datosUsuario {
	position: relative;
    box-sizing: border-box;
    width: 140px;
    height: 140px;
    float: right;
	margin-right: 25px;
    border: 1px solid #AAAAAA;
}

#datosUsuario img {
	width: 138px;
    height: 138px;
}

#datosUsuario p {
	position: absolute;
	width: 128px;
	bottom: 0px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    font-size: 0.6em;
    color: #ffffff;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    text-transform: uppercase;
}

#botoneraDatosUsuario {
    position: absolute;
    top: 5px;
    right: 5px;
}

#botoneraDatosUsuario img {
    cursor: pointer;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

#botoneraDatosUsuario img:hover {
    opacity: 0.5;
}



/**********************************************************************************************************************/
/** TABLAS ************************************************************************************************************/
/**********************************************************************************************************************/

.tablaLogs {
    height: 300px;
    overflow: auto;
}

h2.tituloLogs {
    margin-top: 30px;
    padding: 5px;
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.tablaResultados {
    margin: 0px;
    padding: 0px;
}

.tablaResultados a:link, .tablaResultados a:active, .tablaResultados a:visited {
    text-decoration: none;
    color: #000000;
}
.tablaResultados a:hover {
    text-decoration: none;
}

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

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

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

.filaDatosBaja {
    background-color: #ffd3d3;
}
.filaDatosBaja:hover {
    background-color: #EEEEEE;
}

.filaDatos_Sub {
    display: none;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.filaCargandoDatos  {
    display: none;
}

.filaCargandoDatos p {
    margin: 10px;
    font-weight: bold;
    font-size: 11px;
    color: #5F5F5F;
}

.colgadorSubTabla {
    background-image: url("../imagenes/colgadorSubTabla.png");
    background-repeat: no-repeat;
    background-position: top center;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
.filaDatosDoc {
    background-color: #ffffff;
}

.filaDatosDoc:hover {
    background-color: #EEEEEE;
}

.filaDatosDocBaja {
    background-color: #ffd3d3;
}

.filaDatosDocBaja:hover {
    background-color: #EEEEEE;
}

.filaDatosDoc_Sub {
    display: none;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.filaCargandoDatosDoc  {
    display: none;
}

.filaCargandoDatosDoc p {
    margin: 10px;
    font-weight: bold;
    font-size: 11px;
    color: #5F5F5F;
}

.colgadorSubTablaDoc {
    background-image: url("../imagenes/colgadorSubTabla.png");
    background-repeat: no-repeat;
    background-position: top center;
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/** PANTALLA ACCESO DENEGADO ******************************************************************************************/
/**********************************************************************************************************************/

#mensajeAccesoDenegado {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-top: 80px;
    margin-bottom: 115px;
    padding: 25px;
    background-color: #EEEEEE;
    text-align: center;
    border: 0px;
}

#mensajeAccesoDenegado img.iconoError {
    border:0px;
    margin-right: 15px;
    float:left;
}


/**********************************************************************************************************************/
/** PANTALLA INICIO ***************************************************************************************************/
/**********************************************************************************************************************/

.bloqueEnlacesInicio {
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 850px;
    display: table;
}

.tituloEnlacesInicio {
    margin: 0px;
}

.tituloEnlacesInicio img {
    border: 0px;
    margin:0px;
    margin-right: 15px;
    float:left;
}

.tituloEnlacesInicio h1 {
    margin: 0px;
    margin-top: 15px;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #005e91;
    width: 730px;
}

.enlaceInicio {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 130px;
    float:left;
}

.enlaceInicio img {
    border: 0px;
    margin:0px;
}

.enlaceInicio p {
    margin-top: 10px;
    font-size: .8em;
    font-weight: bold;
    color: #333333;
    line-height: normal;
    text-align: center;
}

.lineaSeparador {
    width: 850px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #BEBEBE;
}


/**********************************************************************************************************************/
/** SUBIDA / RECORTE FOTOS ********************************************************************************************/
/**********************************************************************************************************************/

#previoImagenContenedor {
    margin-left: auto;
    margin-right: auto;
}

#previoImagen {
    width: 100%;
    margin-bottom: 10px !important;
}

.selectorFotos {
    float: left;
    height: 50px;
    margin-right: 0px !important;
}

.datosRecorte {
    position: relative;
    float: right;
    width: 50%;
    height: 50px;
    margin-bottom: 20px;
    background: #000000;
    font-family: monospace;
    font-size: 1em;
    color: #ffffff;
}

.datosRecorte img {
    float: left;
    margin: 9px;
}

.datosRecorte div.posicion {
    position: absolute;
    top: 10px;
    left: 65px; 
    text-align: left;
}

.datosRecorte div.tam {
    position: absolute;
    top: 10px;
    left: 150px; 
    text-align: left;
}

.datosRecorte div.destino {
    float: right;
    height: 42px;
    margin-top: 4px;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
}

.datosRecorte div.destino p {
    margin: 0px;
    text-align: left;
    font-family: monospace;
    font-size: 0.9em;
    color: #ffffff;
}

.datosRecorte div.destino img {
    margin: 0px;
}

.datosRecorte div.destino div.avisoFoto {
    display: none;
    margin-top: -3px;
    font-size: 0.9em;
    color: #ff0000;
    font-weight: bold;
}

.datosRecorte div.destino div.avisoFoto img {
    height: 20px;
    float: left;
    margin-right: 3px;
}

.datosRecorte div.destino div.avisoFoto p {
    margin-top: 3px;
    font-size: 0.9em;
    color: #ff0000;
    font-weight: bold;
}


/**********************************************************************************************************************/
/** PANTALLA SOLICITUDES **********************************************************************************************/
/**********************************************************************************************************************/

.cajaCentro {
    position: relative;
    float: left;
    width: 48%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0px;
    background-color: #cccccc;
}

.cajaCentro h1 {
    margin: 0px;
    padding: 2px;
    color: #ffffff;
    background-color: #000000;
}

#datosCentro {
    margin: 0px;
    padding: 5px;
    min-height: 50px;
}

#datosCentro p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
}

#datosAula {
    margin: 0px;
    padding: 5px;
    min-height: 50px;
}

#datosAula p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
}

.cajaCentro img.iconoVer {
    cursor: pointer;
    position: absolute;
    top: 59px;
    right: 5px;
    display: none;
}

#cajaDatosAula {
    display: none;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    padding: 10px;
    padding-top: 20px;
    background-color: #cccccc;  
}

#cajaDatosAula div.separadorCaja {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 439px;
    height: 15px;
    background-color: #ffffff;
}

#cajaDatosAula p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
}

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

.bloqueMotivos {
    margin: 2%;
    padding: 1%;
}

.bloqueMotivos div.bloqueCampoFormulario, .bloqueMotivosCursos div.bloqueCampoFormulario {
    margin-bottom: 10px;
    width: 100%;
}
.bloqueMotivosCursos div.bloqueCampoFormulario {
    box-sizing: border-box;
    padding-left: 1.5em;
}

.bloqueMotivos p, .bloqueMotivosCursos p {
    margin: 0 !important;
    padding: 0px !important;
    line-height: normal !important;
    float: left;
} 

.bloqueMotivos input, .bloqueMotivosCursos input {
    margin: 0;
    margin-right: 5px;
    float: left;
}


/**********************************************************************************************************************/
/** PANTALLA ALUMNADO**************************************************************************************************/
/**********************************************************************************************************************/

#tabsFicha {
    margin-top: 2em;
    background-color: #dedede;
}

.bloqueCampoFormulario.datosAcademicos {
    width: 100%;
}

.datosLaborales {
    display: flex;
}

.datosLaborales div {
    width: calc(50% - 20px);
}

.datosFamiliares {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.datosFamiliares p {
    width: calc(100% - 35px);
    margin: 10px 0px;
}

.datosFamiliares input[type="checkbox"] {
    width: 25px; 
    height: 25px;
    margin: 10px;
}

/**********************************************************************************************************************/
/** INFORMES DE CUESTIONARIOS *****************************************************************************************/
/**********************************************************************************************************************/

.bloqueGrafico {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #dedede;
}