@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
height:100%;
font-family: verdana,arial,helvética, sans-serif;
background:#EEE;

}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

.containerA {
	background-color: #BF2626;
	
  display: flex;
  flex-wrap: wrap;

	grid-gap: 5px; 
	
	padding: 0px;
	margin: 0px auto;
	
		
	align-items: center; 
	
	justify-content: center;
	
	text-align: center;
	border-bottom: 2px solid #FFF;
		
}

.containerA div{
	
	height: 40px;
	text-transform: uppercase;
	
	
	color: #fff;
	font-family: tahoma, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center; 
	
	box-sizing: border-box;
	
border-right: 2px solid #fff;
}

.containerA div:first-child {
border-left: 2px solid #fff;
}

.containerA div a{
	font-size: 0.8rem;	
	color: #fff;
	padding: 0.7rem;
	font-family: tahoma, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

.containerA div a{
	color: #fff;
}

.containerA div a:hover
{
background: #D975B8;
}

.columna-derecha{
  width: 65%;
  float: left;
  text-align: right;
}

.columna-izquierda{
	display: block;
	box-sizing: border-box;
	height: 378px;
	width: 378px;
  float: right;
  border-top: solid 5px #e44d3a;it-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
}

.columna-izquierda2{
	display: block;
	box-sizing: border-box;
	margin-top: 30px;
	width: 378px;
	float: right;
	text-align: right;
	background-color:#FFF;
  padding: 10px;

it-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
}

.columna-izquierda2 ul{
  list-style: none;
  font-weight: bold;
  border-bottom:thick;
}

.columna-izquierda2 li{
display:block;
height:25px;
border-bottom: 1px solid #c9c9c9;
  
}

.columna-izquierda3{
	display: none;
}


.columna-izquierda2 h3{
  padding-top: 10px;
  padding-left: 20px;
  color: #BF2626;
}

.principal {
	background-color:#FFF;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.45);
}

/* CLEARFIX */
.clearfix{
	clear:both;
	height:50px;
	}
	
.clearfix2{
	clear:both;
	height:130px;
	}

.clearfix3{
	clear:both;
	height:100px;
	}

#contenido{
	width: 100%;
	max-width: 1200px;
	margin: 1em auto 0 auto;
	text-align: right;
}
    

/* BLOQUE */

#bloque{
	align-items: center;
	justify-content: center;
	text-align: center;
}	

label{
	padding-left:25;
  color: black;
  display: block; /*Obliga a cada opción a ocupar una linea al 100% estando uno sobre otro*/
  margin-bottom: 20px;
text-indent:-25px;
}

input, textarea{
  width: 100%;
}

input[type="radio"],
input[type="checkbox"]{
  width: initial;
}


input[type=button], input[type=submit], input[type=reset] {
	text-transform: uppercase;
	font-family: tahoma, sans-serif;
	font-size: 1rem;	
	
	margin-top:15px;
		
	background-color: #43a99b;
	border: none;
	color: white;
	text-decoration: none;
	cursor: pointer;  
	  
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-template-rows: repeat(2, 30px);
	
	display: flex;
	align-items: center;
	justify-content: center;
		
	width:100%;
	height: 50px;
	
	
}

/* VOLVER */
.volver {
	display: grid;
	
	margin: 0px auto;	
	
	
	align-items: center;
	justify-content: center;
	text-align: center;

	width:250px;
	height: 50px;
	
	border-radius:10px;
	
	background-color: #1BD8F8;
		
	background: linear-gradient(90deg, #1BD8F8 0%, #5CE8F8 35%, #1BD8F8 100%);
}

.volver div a{
	text-transform: uppercase;
	
	
	font-size: 1rem;	
	color: #fff;
	font-family: tahoma, sans-serif;
	display: flex;
	
	align-items: center;
	justify-content: center;
}

.volver div a{
	color: #fff;
}

/* siguiente */
.siguiente {
	display: grid;
	padding-top: 20px;
	padding-bottom:0px;
	margin: 0px auto;	
	
	grid-gap: 5px;
  	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  	grid-template-rows: repeat(2, 30px);
	
	align-items: center;
	justify-content: center;
	text-align: center;

}

.siguiente div{
	height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #B2B0B0;
	background-color: #43a99b;
	color: #fff;
	font-family: tahoma, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-bottom: 2px solid #778f53;*/
}

.siguiente div a{
	font-size: 1rem;	
	color: #fff;
	padding: 0.7rem;
	font-family: tahoma, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

.siguiente div a{
	color: #fff;
}

/* FOOTER */	
	
footer {
		margin: 0 auto;
		display: block;
		}

footer > img{
	max-width:70px;
	width:auto;
	height:auto;
		}

footer p{
		padding: 10 0 10 0px;
		font-size:11px;
		color:#767676;
		text-align: center;
		font-style: normal;
		}
		
footer p span{
		color: white;
		text-shadow: black 0.1em 0.1em 0.2em;
		}
		
		

#nivel{
	font-size:1.4em;
	text-align:center;
	display: block;
	
	font-family: verdana,arial,helvética, sans-serif;
	
    margin-bottom:10px;
	margin-left: 0;
	margin-right: 0;
	
	color: #e21c3d;
	font-weight: bold;
}

#nivel2{
    font-size:1.3em;
    text-align:center;
	
    margin-bottom:10px;
	margin-left: 0;
	margin-right: 0;
	
	
	font-family: verdana,arial,helvética, sans-serif;
	color: #777575;
	font-weight: normal;

	margin-top:0;
	display: block;	
}

#nivel3 img {
	max-width:100%;
	width:150px;
	height:auto;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#nivelp p{
    text-align:center;
}



h1 {
	text-align: left;
	display: block;
	font-size: 2em;
	/*margin-top: 0.67em;*/
	margin-bottom: 10;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #000;
	font-family: verdana,arial,helvética, sans-serif;
}

h2{
	/*text-transform: uppercase;*/
	font-size:1.4em;
	text-align:left;
	font-family: verdana,arial,helvética, sans-serif;
	width:90%;
	margin-top:0;
	margin-bottom:0;
	color: #73061A;

}

h3{
    font-size:1.2em;
	text-align:left;
    margin-bottom:10px;
    /*margin-top:0.5em;*/
	font-family: verdana,arial,helvética, sans-serif;
	color: #000;
	margin-top:0;
	/*text-decoration-line: underline;*/
	/*text-decoration-color: #43a99b;*/
}

h4{
    font-size:.8em;
    text-align:left;
    margin-bottom:0.5em;
	font-family: verdana,arial,helvética, sans-serif;
	line-height:170%;
	color: #303030;
}

h5 {
	font-size:1.2em;
	text-align: left;
	display: block;
	/*margin-top: 0.67em;*/
	margin-bottom: 10;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	font-weight: bold;
	color: #000;
	font-family: verdana,arial,helvética, sans-serif;
}

ul{
	 text-align:left;
}

ol{
	 text-align:left;
}

ul{
	margin:0 auto;
	padding:0 20;
}

ul{
	margin-bottom:15px;
}

li{
	font-size: 1em;
	text-align: left;
	font-family: verdana,arial,helvética, sans-serif;
	color:#1f1f1f;
	line-height:1.5!important;
	list-style-position: outside;
	margin-bottom:5px;
	  padding: 0px;
	}
	
li a{
	color:#1f1f1f;
	}

	
p {
	font-size: 1em;
	text-align: left;
	font-family: verdana,arial,helvética, sans-serif;
	color:#1f1f1f;
	line-height:1.5!important;
	hyphens: none;
}

i {
	display: block;
	font-style: italic;
	font-family: verdana,arial,helvética, sans-serif;
	text-align: center;
	margin-bottom:25px;
}

hr{
	/*display:none;*/
	margin-top:1em;
	margin-bottom:1em;
	color: #DED8D8;
}

img {
	max-width:100%;
	width:auto;
	height:auto;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* HEADER */
#header{
background: #e44d3a;
margin-top: 0;
margin-bottom: 20px;
height:200px;
width:100%;

}

#header img{
max-width:100px;
padding-top:20px;
padding-bottom:0px;
}

#header h7 {
	text-align: center;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	font-family: verdana,arial,helvética, sans-serif;
}

#header h6 {
	text-align: center;
	display: block;
	font-size: 1.2em;
	margin-bottom: 15;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	font-weight: normal;
	color: #FFF;
	font-family: verdana,arial,helvética, sans-serif;
}



.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 1em;
}


/* Start: Video Responsive */
.video-containerOK {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videoOK {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End: Video Responsive */


p sup, h2 sup, h3 sup{
		font-size: 10px;
	}

	ref{
		font-size: 14px;
		text-align: left;
		font-family: verdana,arial,helvética, sans-serif;
	}




.row { padding:10px 0; }

.questions { width:280px; margin:10px 0; font-size:12px; }
.questions div { width:20%; float:left; text-align:center; cursor:pointer; }

.gris { }

.sep { margin-left:10%; width:80%; height:0px; background-color:#777; margin:20px; }
select.form-control { width:32%; margin-right:1%; float:left;}
.womacres { font-weight: bold; }



.boton {
border: 1px solid #2e518b; /*anchura, estilo y color borde*/
padding: 10px; /*espacio alrededor texto*/
background-color: #2e518b; /*color botón*/
color: #ffffff; /*color texto*/
text-decoration: none; /*decoración texto*/
text-transform: uppercase; /*capitalización texto*/
font-family: 'Helvetica', sans-serif; /*tipografía texto*/
border-radius: 10px; /*bordes redondos*/
}

.contenidoINDEX{
	color: black;
    height: 100%;
    background-repeat: no-repeat;
    background: url(../img/INDEXresp.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 }


	
	
	
/* BARRA MENU*/
.menu div:first-child {
border-left: 2px solid #fff;
}

.menu
{
background-color:#BF2626;
display: flex;
flex-wrap: wrap;
  
top:0;
margin-bottom: 0px;
color:#9F1F63;
height: 40px;

width:100%;
position:relative; 
z-index:101;

align-items: center; 
	
justify-content: center;
	
text-align: center;
border-bottom: 2px solid #FFF; 
}

/*	
.menu ul,.menu li
{
	display: flex;
	align-items: center;
	justify-content: center; 
}

.menu ul
{
width:100%; 
}
	
.menu li
{
float:left;
display:inline;
position:relative;
font: 14px tahoma, sans-serif;
}

.menu li a:hover
{
background: #D975B8;
}
*/
	
.menu a
{
font-size: 0.8rem;	
	color: #fff;
	padding: 0.7rem;
	font-family: tahoma, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	
	text-transform: uppercase;
	
	border-right: 2px solid #fff;
}




.menu input
{
display:none;
margin:0 0;
padding:0 0;

opacity:0;
cursor:pointer
}

.menu label
{
font: 25px  Arial, sans-serif ;
font-weight: bold;
display:none;
text-align:center;
}

.menu label span
{
width:150px;
font: 12px  Arial, sans-serif; /*tamaño y fuente del texto "menu" */
position:absolute;
left:35px;
font-weight: bold;
line-height: 40px;
letter-spacing:0.5px;
}

/*
.menu ul.menus
{
height: auto;
overflow: hidden;

background: #F1F1F1;
position: absolute;
z-index: 99;
display: none;
border: 1px solid #E9E9E9;
}

.menu ul.menus li
{
display: block;
width: 100%;
font: 12px  Arial, sans-serif;
text-transform: uppercase;
border-bottom: 1px solid #E9E9E9;
}

.menu ul.menus li:last-child
{
border-bottom:none;
}
*/
/*
.menu ul.menus a
{
color: #333;
}


.menu li:hover ul.menus
{
display:block
}

*/
		
	#tablecontents{
	margin-left:170px;
	vertical-align:top;
	display:inline-block;
	margin-right:1em;	
}
	
    #topbar{
        position:fixed;
        top:0;
        left:0;
        right:0;
        padding:1.2em;
        color:#fff;
        font-weight:900;
        background-color:#000000;
        z-index:120;
           cursor:pointer;
           font-size:1.2em;
                font-family: 'Bitter', serif;
    }

    .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}



#allover{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:88;
    display:none;
    cursor:pointer;
}

.logo{
    width:auto!important;
    margin:0!important;
}

.lista{
    font-size:1.2em;
    margin-bottom:1.5em;
}

.lista li{
    margin-bottom:1em;
}

.nota{
    font-size:0.9em;
    color:#333;
    background-color:#f5f5f5;
    padding:1em;
    margin:1em auto 1em auto;
}


