

div.infoCookies {
	position: fixed;
	bottom: 20px;
	left: 4px;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: block;
	background-color: #03030380;
}
div.infoCookies.noVer {
    height: 25px;
    width: 90px;
	background-color: transparent;
}
div.infoCookies #botonbox3 {
	display: none;
}
#infobox3 {
	margin: auto;
    position: absolute;
    bottom: 0px;
	min-height: 120px;
	width: 100%;
	/*text-align:center;*/
	background-color: #eeeeee;
	max-height: 100vh;
    overflow-y: auto;
}
div.infoCookies.noVer #botonbox3 {
	display: block;
}
div.infoCookies.noVer #infobox3 {
	display: none;
}
#botonbox3 H3,
#infobox3 H3{
	text-align:center;
    color:#000770;
    font-weight: bold;
}
#infobox3 p {
	/*line-height:12px;*/
	font-size:14px;
	text-align:left;
	color: black;
    padding: 0 2em;
}
#botonbox3 p{
	/*line-height:12px;*/
	font-size:10px;
	text-align:left;
	color: black;
    padding: 0 3px;
}

#botonbox3 p a,
#infobox3 p a {
    cursor: pointer;
	margin-right:5px;
	text-decoration: underline;
}
#botonbox3 p a:hover,
#infobox3 p a:hover {
	margin-right:5px;
	text-decoration: underline;
	color: black;
}
#botonbox3 p a,
#infobox3 p a {
    cursor: pointer;
	color: black;
	text-decoration: underline;
}
#botonbox3 p a:hover,
#infobox3 p a:hover {
	text-decoration: none;
}
#infobox3 p a.miBoton {
    cursor: pointer;
	color: black;
	text-decoration: none;
    display:block;
    height: 50px;
    padding: 10px;
    width: 220px;
    border: 2px solid black;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    float: left;
}
#botonbox3 p a.miBoton{
    cursor: pointer;
	color: black;
	text-decoration: none;
    display:block;
    height: 22px;
    padding: 2px;
    width: 85px;
    border: 2px solid black;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    float: left;
	background-color: #eeeeee;
}
/*#infobox3 p a.miBoton.seleccion {
	background-color: #000770;
    font-weight: bold;
    color:#0090d7;
}*/
#botonbox3 p a.miBoton.seleccion:hover,
#infobox3 p a.miBoton.seleccion:hover {
	background-color: #000770;
    color:#0090d7;
    border-color:#0090d7;
}
#botonbox3 p a.miBoton.noSeleccion:hover,
#infobox3 p a.miBoton.noSeleccion:hover {
	background-color: #ccc;
    color:#000000;
    border-color:#000000;
}
#botonbox3 p a.miBoton.cerrarTodo:hover,
#infobox3 p a.miBoton.cerrarTodo:hover {
	/*background-color: #777;*/
    color:#000770;
    border-color:#000770;
}

#botonbox3 p a span,
#infobox3 p a span{
    color:#000770;
    font-weight: bold;
}

/* Presentación de la información. */

div.infoAceimar{
    margin:0px;
    padding:0px;
	background-color: #fff;
}

div.infoAceimar .cuerpoInfo {
    margin:15px;
}
div.infoAceimar h1,
div.infoAceimar h2,
div.infoAceimar h3,
div.infoAceimar h4,
div.infoAceimar h5,
div.infoAceimar h6 {
    color: #000770;
}
div.infoAceimar ul.navegador-texto li {
    list-style: none;
    float: left;
}
div.infoAceimar ul.navegador-texto li h1,
div.infoAceimar ul.navegador-texto li h2,
div.infoAceimar ul.navegador-texto li h3,
div.infoAceimar ul.navegador-texto li h4,
div.infoAceimar ul.navegador-texto li h5,
div.infoAceimar ul.navegador-texto li h6 {
    color: #000000;
    font: 400 12px/1.8 "Montserrat", sans-serif;
}

main.cuerpoInfo p {
    padding:0px 0px 0px 80px;
}
main.cuerpoInfo h1,
main.cuerpoInfo h2,
main.cuerpoInfo h3,
main.cuerpoInfo h4,
main.cuerpoInfo h5,
main.cuerpoInfo h6 {
    padding:0px 0px 0px 40px;
}
main.cuerpoInfo table {
    padding:0px 0px 0px 120px;
}
p.microInfo{
    color: #000770;
    font-weight: bold;
    padding: 10px;
}

/* Para catualización V2 de la UE */

.switchCheckBox {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 60px;
    margin: 0 0 0 2em;
}
.switchCheckBox input {
    display:none;
}
.sliderBotonCheckBox {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.sliderBotonCheckBox:before {
    /*background-color: #084055;*/
    background-color: #000000;
    bottom: 4px;
    content: "";
    height: 12px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 12px;
}
input:checked + .sliderBotonCheckBox {
    background-color: #000770;
}
input:checked + .sliderBotonCheckBox:before {
    transform: translateX(40px);
    background-color: #0090d7;
}
.sliderBotonCheckBox.round {
    border-radius: 10px;
}
.sliderBotonCheckBox.round:before {
    border-radius: 50%;
}
table.tableInfo tr td p{
    margin:4px;
}
table.tableInfo tr td p span{
    color:#000770;
    font-weight: bold;
}
table.tableInfo tr {

}

