/*********************************************************
* 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.jpg);
    background-repeat: no-repeat;
}

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

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

#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: #dedede;
    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;
    margin-right: 14px;
}

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


/**********************************************************************************************************************/
/** 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, .bloqueCampoFormularioM {
    float: left;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

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

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

.bloqueCampoFormulario 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="checkbox"] {
    margin-right: .2em;
    margin-top: .2em;
    width: auto;
}

.bloqueCampoFormulario input[type="radio"] {
    margin-right: .2em;
    margin-top: .2em;
    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;
}

input[name="chkNoticiaDestacada"] {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

input[name="chkGaleriaPersonal"] {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

input[name="chkActivo"] {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.bloqueCampoFormulario.bNoticiaTD {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 22px;
}
/**********************************************/

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


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

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

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

.botonMailing {
    margin-left: 10px;
    margin-top: 0;
    float: left;
}


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

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

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

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

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

#menu #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: 75px;
    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 {
    box-sizing: border-box;
    width: 140px;
    height: 140px;
    float: right;
    margin: 0px;
    margin-right: 25px;
    padding: 5px;
    border: 1px solid #AAAAAA;
}

#moduloTimeServidor {
    margin:0px;
    display:table;
    float: right;
    text-align: right;
}

#moduloTimeServidor p {
    text-align: right;
    font-family: monospace;
    font-size: .9em;
    line-height: 11px;
    color: #000000;
    margin: 0px;
}

.moduloTimeServidor_usuario {
    margin: 0px;
    height: 28px;
}

.moduloTimeServidor_hora {
    margin: 0px;
    height: 15px;
}

#botoneraDatosUsuario {
    margin: 0px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.opcionMenu2 {
    cursor: pointer;
    float: left;
    margin: 10px;
}

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

.opcionMenu2:hover img {
    opacity: 0.5;
}

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


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

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


/**********************************************************************************************************************/
/** 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 #aaae01;
    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;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

.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 VIDEOS ***************************************************************************************************/
/**********************************************************************************************************************/

#nuevoVideo fieldset {
    margin: 0px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.bloqueNuevoVideo {
    float: left;
    width: 49%;   
    display: table;
    margin: 0px;
    padding: 0px;
}

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

.bloqueLogosPlataformas img {
    margin: 5px;
    padding: 5px;
    float: left;
    background-color: #ffffff;
}

.bloqueNuevoVideo p.texto {
    margin: 0px;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.bloqueNuevoVideo .bloqueCampoFormulario input {
	float: left;
	width: 375px;
	height: 32px;
}

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

.estadoCodigo {
    float: right;
    margin: 0px;
    padding: 0px;
}

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

#player {
    float: right;
    width: 400px;
    height: 225px;
    background-color: #000000;
}

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

.bloqueVideo {
    float: left;
    width: 205px;
    margin: 10px;
    padding: 0px;
    padding-bottom: 5px;    
    background-color: #000000;
}

.botonesVideo {
    float: left;
    width: 26px;
    margin: 0px;
    padding: 0px;
}

.botonesVideo img {
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.bloqueVideo img.fotoVideo {
    display: block;
    width: 174px;
    height: 98px;
}

.bloqueVideo img.fotoVideoOff {
    display: block;
    width: 174px;
    height: 98px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.tituloPlataforma {
    padding: 5px;
    background-color: #000000;
}

.tituloPlataforma img {
    display: block;    
    float: right;
    height: 20px;
}


/**********************************************************************************************************************/
/** MENSAJERÍA ********************************************************************************************************/
/**********************************************************************************************************************/

.datosMensaje p {
    margin: 0px;
	padding: 0px;
    font-size: .75em;
    color: #333333;
}

.datosMensaje p a {
	color: #333333;
	text-decoration: underline;
}

.datosMensaje p a:hover {
	color: #333333;
	text-decoration: none;
}

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

.bloqueMailing {
    display: table;
    width: 700px; 
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.bloqueMailing textarea.formularioEnvios {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	outline: none;	
	border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    text-align: justify;
    color: #000000;
	vertical-align: top;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
}

.bloqueMailing textarea.formularioHTML {
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	outline: none;	
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;    
    text-align: left;
    color: #000000;
    white-space: nowrap;
}

.bloqueMailing table {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

#previoImagenMailing img {
	width: 100%;
}

.bloqueMailing p.textoPieEmail {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-family: Arial;
    font-size: 9px;
    text-align: justify;
    letter-spacing: normal;
    line-height: normal;
    color: #666666;
}

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

.bloqueVentanaEnvios {
    display: table;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 15px;
}

.ventanaEnvios {
	padding: 5px;
	width: 840px;
	height: 150px;
	background-color: #c2ddfa;
	overflow-x: hidden;
	overflow-y: scroll;	
}

.textoLog {
	margin: 0px;
	color: #000000;
	font-size: 0.9em;
	font-family: monospace;
}


/**********************************************************************************************************************/
/** SELECCIÓN / SUBIDA DE FOTOS ***************************************************************************************/
/**********************************************************************************************************************/

#bloqueSubidaArchivos {
    margin-left: 10px;
    margin-right: 10px;
}

#bloqueSelectorArchivos {
    margin: 10px;
}

.fotoSeleccion {
    width: 12%;
    margin: 1%;
    float: left;
    overflow: hidden;
}

.fotoSeleccion img {
    display: block;
    margin: 0px;
    width: 100%;
    cursor: pointer;
}

.fotoSeleccion p {
    margin: 0px;
    padding: 2px;
    font-size: 0.7em;
    line-height: 1.2em;
    background-color: #cccccc;
}


/**********************************************************************************************************************/
/** GALERIAS **********************************************************************************************************/
/**********************************************************************************************************************/

.nuevaGaleria {
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    background-color: #333333;
}

.nuevaGaleria img {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bloqueGaleria {
    float: left;
    width: 205px;
    margin: 5px;
    padding: 0px;
    padding-bottom: 5px;    
    border: 1px solid #acacac;
}

.botonesGaleria {
    float: left;
    width: 26px;
    margin: 0px;
    padding: 0px;
}

.botonesGaleria img {
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.bloqueGaleria img.fotoGaleria {
	display: block;
	width: 174px;
	height: 116px;
}

.bloqueGaleria img.fotoGaleriaOff {
	display: block;
	width: 174px;
	height: 116px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.nombreGaleria {
    margin-bottom: .3em;
    height: 32px;
    background-color: #dedede;
    overflow: hidden !important;
    border-bottom: 1px solid #acacac;
}
.nombreGaleria p {
    margin: 0px;
    padding: 4px;
    font-size: .7em;
    text-align: left;
    line-height: 1.1em;
    color: #000000;
}

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

.bloqueSubidaFotos {
	position: relative;
	overflow: hidden;
	padding: 10px;
	background-color: #000000;
	margin-bottom: 10px;
}

.datosSubidaFotos {
	position: absolute;
	top: 10px;
	left: 280px;
}

.datosSubidaFotos p {
	float: left;
	margin: 0px;
	margin-top: 3px;
	font-size: 1.5em;
	color: #ffffff;
}

.datosSubidaFotos img {
	float: left;
	margin-left: 10px;
	width: 25px;
	height: 25px;
}

.datosSubidaFotos p.pesos {
	float: left;
	margin: 0px;
	margin-top: 2px;
	margin-left: 10px;
	font-size: 0.6em;
	line-height: 12px;
	color: #ffffff;
}

.datosSubidaFotos p.mensajeEstado {
	float: left;
	margin: 0px;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 1.5em;
	color: #ffffff;
}

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

.bloqueSubidaFotos .uploadifive-queue-item {
	display: none !important;
}

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

input[name="txtTag"] {
	text-transform: lowercase;
}

.contenedorTags {
	margin-top: 5px;
}

.tag {
	cursor: pointer;
	display: inline-table;
	margin: 0px 10px 5px 0px;
	padding: 5px 10px 5px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #6998b7;
	border-radius: 5px;
 	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.tag:hover {
	color: transparent;
    background-image: url("../imagenes/iconoEliminar.png");
    background-repeat: no-repeat;
    background-position: center;
}

.mas {
	cursor: pointer;
	height: 26px;
}

.mas:hover {
	opacity: 0.6;
}

/**********************************************************************************************************************/
/** AGENDA ************************************************************************************************************/
/**********************************************************************************************************************/

#calendario {
    margin: 0px;
    margin-top: 2px;
    float: left;
}

#eventosCalendario {
    margin: 0px;
    float: right;
}

#controlesCalendario {
    margin: 0px;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 10px; 
    padding: 0px;
    display: table;
}

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

#controlesCalendario p {
    float: left;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    font-size: 0.8em;
}

.cal_NombreMes {
    background-color: #333333;
    height: 30px;
}

.cal_NombreMes img {
    cursor: pointer;
    margin: 3px;
    margin-top: 7px;
}

.cal_NombreMes h3 {
    margin: 0px;
    padding: 0px;
    padding-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: #ffffff;
}

.cal_DiasSemana {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: #dce4eb;
    float: left;
}

.cal_DiaSemana {
    float: left;
    margin: 3px;
    padding: 0px;
}

.cal_DiaSemana p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

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

.cal_Dia {
    box-sizing: border-box;
    float: left;
    margin: 3px;
    padding: 0px;
    border: 1px solid #000000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cal_Dia:empty {
    border: 0px;
}

.cal_Dia:hover {
    background-color: #dce4eb;
}

.cal_Dia p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.cal_DiaMarcado {
    box-sizing: border-box;
    float: left;
    margin: 3px;
    padding: 0px;
    border: 1px solid #000000;
    background-color: #a3cbe7;
}

.cal_DiaMarcado p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.cal_Dia p.hoy, .cal_DiaMarcado p.hoy {
    margin: 0px;
    padding: 0px;
    color: #ff0000;
}


/**********************************************************************************************************************/
/** ACTUALIZADOR FOTOS ***********************************************************************************************/
/**********************************************************************************************************************/

.controlIzq {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 220px;
	background-color: #ffffff;
}

.controlIzq img {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -35px;
	opacity: 0.1;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

.controlIzqOn {
	cursor: pointer;
}

.controlIzqOn img {
	opacity: 0.5;
}

.controlIzqOn:hover img {
	opacity: 1;
}

.controlDer {
	position: fixed;
	top: 0px;	
	right: 0px;	
	width: 50px;
	height: 220px;
	background-color: #ffffff;
}

.controlDer img {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	opacity: 0.1;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;	
}

.controlDerOn {
	cursor: pointer;
}

.controlDerOn img {
	opacity: 0.5;
}

.controlDerOn:hover img {
	opacity: 1;
}


.bloqueFotoM {
	display: inline-table;
	width: 700px;
	height: 200px;
}

.bloqueFotoM:last-child {
	margin-right: 50px;
}

.bloqueFotoM img.fotoM {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 10px;
}

.bloqueFotoM div.bDatos {
	float: left;
	width: 490px;
}

.bloqueFotoM div.bDatos h2 {
	margin: 0px;
	padding: 5px;
	margin-bottom: 6px;
	background-color: #000000;
	color: #ffffff;
	font-size: 0.7em;
}

.bloqueFotoM div.bDatos p {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	white-space: normal;
}

.bloqueFotoM div.bDatos input, .bloqueFotoM div.bDatos textarea {
	clear: both;
	display:block;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 5px;
	margin-top: 6px;
    color: #000000;
    border: 0px;
    box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}


/**********************************************************************************************************************/
/** DIRECTORIO > ONGs *************************************************************************************************/
/**********************************************************************************************************************/

#bloqueColectivos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.itemColectivo {
    margin-right: 1.5em;
}

.itemColectivo input {
    margin-right: .5em;
    float: left;
    height: 20px;
}
.itemColectivo p {
    margin: 0;
    float: left;
    line-height: 20px;
}

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

.contenedorTags {
    margin-top: 5px;
}

.tag {
    cursor: pointer;
    display: inline-table;
    margin: 0px 10px 5px 0px;
    padding: 5px 10px 5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #6998b7;
    border-radius: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}

.tag:hover {
    color: transparent;
    background-image: url("../imagenes/iconoEliminar.png");
    background-repeat: no-repeat;
    background-position: center;
}

.mas {
    margin-left: 0px !important;
    cursor: pointer;
    height: 26px;
    float: left !important;
}

.mas:hover {
    opacity: 0.6;
}

p#cuotaXSolidaria {
    font-weight: bold;
}

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

#selectorColumnasInforme {
    margin:0px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.columnaInforme {
    margin:0px;
    margin-bottom: 20px;
    width: 200px;
    float:left;
}

.columnaInforme input {
    margin: 0px;
    margin-right: 5px;
    float: left;
}

.columnaInforme p {
    margin: 0px;
    margin-top: -3px;
    float: left;
}

#numRegistrosInforme {
    margin:0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BEBEBE;
    height: 20px;
}

#numRegistrosInforme p {
    margin: 0px;
    margin-left: 5px;
    margin-right: 20px;
    padding: 0px;
    color: #000000;
    font-size: 0.8em;
    float:left;
}

#numRegistrosInforme img {
    float: left;
    margin:0px;
    margin-top: 2px;
}

/* FORMULARIO SOLICITUD AL COMPROMISO DE CALIDAD */
div.solicitud {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

div.bloqueCampoFormularioSolicitud {
    width: calc(50% - 10px) !important;
}

.solicitud .bloqueCampoFormularioSolicitud div, .solicitud .bloqueCampoFormularioSolicitud p {
    width: calc(100% - 20px);
}

.solicitud .bloqueCampoFormularioSolicitud input, .solicitud .bloqueCampoFormularioSolicitud select, .bloqueCampoFormularioSolicitud textarea {
    width: calc(100% - 20px);
    margin: 0px;
    margin-top: .2em;
    padding: 5px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f5f5;
    float: left;
    border: none;
}


.solicitud .bloqueCampoFormularioSolicitud div input, .solicitud .bloqueCampoFormularioSolicitud div select, .solicitud .bloqueCampoFormularioSolicitud div textarea {
    margin: 0px;
    margin-top: .2em;
    padding: 5px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    background-color: #f5f5f5;
    float: left;
}

.bloqueCampoFormularioSolicitud input {
    height: 40px;
}

.bloqueCampoFormularioSolicitud select, .bloqueCampoFormularioSolicitud option {
    height: 50px;
}
