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

body {
margin:0;
padding:0;
height:100%;
font-family: verdana,arial,helvética, sans-serif;
}
/*
#index {
margin:0;
padding:0;
height:100%;
font-family: verdana,arial,helvética, sans-serif;
background:#fff;
background-image: url(../img/portada.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/


/* CLEARFIX */

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

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

.clearfix4{
	clear:both;
	height:10px;
	}

#contenido{
	width:90%;
	max-width:700px;
	margin:1em auto 0 auto;
}
    
/* CONTAINER A */



.containerA {
	background-color: #9F1F63;
	
  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 #778f53;
		
}

.containerA div{
	background-color: #9F1F63;
	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;
}


/*
.containerA div a:hover{
	display: grid;
	padding: 0px;
	margin: 0px auto;	
	grid-gap: 5px;
  	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  	grid-template-rows: repeat(2, auto);
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
}
*/

/* CONTAINER B */
.contB {
	background-color: #fff;
	display: grid;
	margin: 20px auto;

	grid-gap: 15px;
  	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	align-items: center;
	justify-content: center;
	text-align: center;

}

.contB div img{
	background-color: none;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height:50px;
}


form {
  margin:auto;
  box-sizing: border-box;
  color: black;
  margin-bottom: 20px;

}

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: 30px;
	
	border-radius: 25px;

	
}

/* 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;
	
	border-radius: 25px;
	
}

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

}

.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%;
	height:50px;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#nivelp p{
    text-align:center;
}

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


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: #7A7A7A;
	font-family: verdana,arial,helvética, sans-serif;
}

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

}

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

h4{
    font-size:1.3em;
    text-align:left;
    margin-bottom:10px;
    /*margin-top:0.5em;*/
	font-family: verdana,arial,helvética, sans-serif;
	color: #9F1F63;
	margin-top:0;
	font-weight: normal;
}

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

h6 {
	text-align: center;
	display: block;
	font-size: .9em;
	/*margin-top: 0.67em;*/
	margin-bottom: 15;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	font-weight: normal;
	color: #55545a;
	font-family: verdana,arial,helvética, sans-serif;
}

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

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

li a{
	color:#1f1f1f;
	}

/*
li{
	font-size:1.2em;
	font-family: tahoma, sans-serif;
	list-style-position: outside;
	text-decoration-line: underline;
	}

li a{
	color: #696364;	
	}
*/

ul{
	margin-bottom:15px;
}
	
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;
}

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

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

/* HEADER */
#header{
background-image: linear-gradient(#fff, #F7DCC5, #F7DCC5);
margin-top: 0;
margin-bottom: 20px;
height:200px;
width:100%;
border-radius: 0px 0px 30px 30px;
/*border-bottom: 2px solid #778f53;*/

}

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

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


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

/* hover styles */
.location-listing {
  position: relative;
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.location-title {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(90,0,10,0.4);
  color: white;
  
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-listing:hover .location-title {
  opacity: 1;
}

.location-listing:hover .location-image img {
  filter: blur(2px);
}


/* for touch screen devices */

@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
    filter: blur(2px);
  }
}





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


@media only screen and (max-width: 767px) {
  .contenidoINDEX{
    background-image: url(../img/INDEXresp.png);
  }
}

.contenidoCUADRO{
		margin: 0 auto;
		display: block;
		min-height: 30px;
		padding:10px;
		}

.contenidoCUADRO p{
		font-size: 1.2em;
		color:#FFF;
		text-align: center;
		font-style: normal;
		text-shadow: black 0.1em 0.1em 0.2em;
		}

.contenidoCUADRO h2{
		font-size: 1.5em;
		color:#FFF;
		text-align: center;
		font-style: normal;
		text-shadow: black 0.1em 0.1em 0.2em;
		line-height: 50%;

		}


/* NOVEDADES*/
.novedad{
	vertical-align:top;
	width:100%;
	position:relative;
	box-sizing:border-box;
	margin: 0 auto;
	max-width: 750px;
}

.novedad .tit{
	font-size:1.3em;
	/*color:#00a9a2;*/
	padding:15px 15px;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}

.novedad .tit {
	color:/*rgb(208, 26, 181)*/#464646;
}

.novedad .fecha {
	background:#FFF;
	color:/*rgb(208, 26, 181)*/#fd833f;
	padding:10px;
	text-align:center;
	position:absolute;
	left:0px; top:0px;
	z-index:3;
}

.novedad .fecha .num {
	display:block;
	font-size:2.5em;
	font-weight:700;
	line-height:1em;
}

.novedad .fecha .mes {
	display:block;
	font-size:2em;
	text-transform:uppercase;
	font-weight:300;
	line-height:1em;
}

.novedad .foto{
	display:block;
	height:175px;
	overflow:hidden;
	background:#3e444c;
	border-radius: 10px 10px 0px 0px;
	background-position: center center;
	/*background-image: url(../img/MEDICO2.png);*/
	background-size: cover;
}

.novedad .compartir{
	display:block;
	height:30px;
	overflow:hidden;
	background: /*rgb(208, 26, 181)*/#fd833f;
	border-radius: 0px 0px 10px 10px;
}

.novedad .compartir .nov{
	font-size:0.8em;
	color:#FFF;
	line-height:250%;
	margin-left: 20px;
}



/* NOVEDADES INICIO*/
.Inovedad{
	vertical-align:top;
	width:100%;
	position:relative;
	box-sizing:border-box;
	margin: 0 auto;
	max-width: 750px;
}

.Inovedad .tit{
	font-size:1.3em;
	/*color:#00a9a2;*/
	padding:15px 15px;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	border-radius: 0px 0px 10px 10px;
}

.Inovedad .tit {
	color:/*rgb(208, 26, 181)*/#464646;
}

.Inovedad .fecha {
	background:#FFF;
	color:/*rgb(208, 26, 181)*/#fd833f;
	padding:10px;
	text-align:center;
	position:absolute;
	left:0px; top:30px;
	z-index:3;
}

.Inovedad .fecha .num {
	display:block;
	font-size:2.5em;
	font-weight:700;
	line-height:1em;
}

.Inovedad .fecha .mes {
	display:block;
	font-size:2em;
	text-transform:uppercase;
	font-weight:300;
	line-height:1em;
}

.Inovedad .foto{
	display:block;
	height:175px;
	overflow:hidden;
	background:#3e444c;
	border-radius: 10px 10px 0px 0px;
	background-position: center center;
	/*background-image: url(../img/MEDICO2.png);*/
	background-size: cover;
}

.Inovedad .Icompartir{
	display:block;
	height:30px;
	overflow:hidden;
	background: /*rgb(208, 26, 181)*/#fd833f;
	border-radius: 10px 10px 0px 0px;
}

.Inovedad .Icompartir .nov{
	font-size:0.8em;
	color:#FFF;
	line-height:250%;
	margin-left: 20px;
}


/* BUTTON */
button {
text-transform: uppercase;
font-size: 1.5rem;
color: #fff;
font-family: tahoma, sans-serif;
border: none;
background-color: #7fbdcc;
padding: 10px 35px;
}

.button {
border: none;
color: blanco;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}


/* BOTON VOLVER */

.flotante {
	cursor:pointer;
	position: fixed;
	bottom:10px;
	left:5px;
	background:none;
	border: 0px solid #C00;
}

.flotante a{
}

.flotanteTOP {
	padding: 15px 25px;
	background:#99027e;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

.flotanteTOP a{
font-size:1em;
color:#fff;
font-weight: bold;
}



	
/* H1 H2*/

p > img {
	max-width:100%;
	width:auto;
	height:auto;
}

a{
outline: none;
text-decoration: none;
color:#1f1f1f;
}

a:hover{
color:#CA1348;
}


b {
	font-family: verdana,arial,helvética, sans-serif;
}

	
#bigtitle{
    font-size:3em;
    font-weight:700;
    text-align:center;
    margin-bottom:1em;
    font-family: 'Bitter', serif;
}

#bigtitle span{
}


span a{
        scroll-margin-top: 300px;
}



contenido2{
	width:90%;
	max-width:700px;
	margin-top:700px;
}	
		


dialog {
padding: 40px 70px;
}

/* CONTAINER */
.containerB {
	display: grid;
	padding: 0px;
	margin: 0px auto;	
	grid-gap: 5px;
  	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  	grid-template-rows: repeat(2, 25px);
	align-items: center;
	justify-content: center;
}

.containerB div{
	height: 70px;
	text-transform: uppercase;
	border-bottom: 1px solid #B2B0B0;
	background-color: #f79d87;
	color: #fff;
	font-family: tahoma, sans-serif;
	display: flex;
		align-items: center;
	justify-content: center;
	border-bottom: 2px solid #778f53;

}

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

.containerB div a{
	color: #fff;
}



/*CONTAINER MENU */

#container{
margin: 0 auto;
border-radius: 30px 30px 0px 0px;
}



.containerART {
min-height: 400px;
  margin: 0 auto;	
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: repeat(100%);
}

.containerART img {
	width: 100%;
	height: 100%;
}

.containerART b {
	text-align:center;
}

.containerART p {
	padding-bottom: 20px;
	text-align:left;
	font-size: 1rem;
	border-bottom: 0.2em solid #46c2e5;
}



/* MAIN */

#main 	{
		min-height: 400px;
		max-width: 960px;
		padding: 0px;
		margin: 0 auto;
		display: -webkit-flex;
		display:         flex;
		-webkit-flex-flow: row;
		flex-flow: row;
		}

#main > article {
text-align: center;
margin: 4px;
padding: 5px;
justify-content:center;
align-items: center;
-webkit-flex: 3 1 60%;
        flex: 3 1 60%;
-webkit-order: 2;
        order: 2;
}
	
#contenedor .bloque{
    display: inline-block;  /* Es esencial para que se muestren los bloques en línea */
    width:300px;
    margin:4px 4px 14px ;
	text-align: center;
}

#contenedor .bloque > img{
	border: 1px solid #8888bb;
	border-radius: 7pt; 
}

#contenedor .bloque > a img{
	border: 1px solid #8888bb;
	border-radius: 7pt; 
}
	
/* BARRA MENU*/



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



#menu
{
background-color:#9F1F63;
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 #778f53; 
}
	
#menu ul,#menu li
{
	display: flex;
	align-items: center;
	justify-content: center; 
}

#menu ul
{
width:100%; /* ancho del menú, ajustar para centrarlo*/
}
	
#menu li
{
float:left;
display:inline;
position:relative;
font: 14px tahoma, sans-serif;/*tamaño y fuente del texto */
}
	
#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 li a:hover
{
background: #D975B8;
}

#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;/*color del fondo del submenu*/
position: absolute;
z-index: 99;
display: none;
border: 1px solid #E9E9E9;
}

#menu ul.menus li
{
display: block;
width: 100%;
font: 12px  Arial, sans-serif;/*tamaño y fuente del  texto del submenu*/
text-transform: uppercase;
border-bottom: 1px solid #E9E9E9;
}

#menu ul.menus li:last-child
{
border-bottom:none;
}

#menu ul.menus a
{
color: #333;/*color del  texto del submenu*/
}

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

/*
#menu ul.menus a:hover
{
background: #E9E9E9;
color: #000;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
*/



#main > aside {
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
border: 2px solid #C0C0C0;
border-radius: 7pt;
   -webkit-flex: 1 6 20%;
           flex: 1 6 20%;
   -webkit-order: 3;
           order: 3;
height: 100%;
   }

#main > aside > titulo1
{	text-align: left;
	display: block;
	font-size: 1.7em;
	margin-top: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: verdana,arial,helvética, sans-serif;
	text-transform: uppercase;/*letras mayúsculas*/
	color: #FFF;
}

#main > aside > titulo
{	text-align: left;
	display: block;
	font-size: 1.3em;
	margin-top: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;/*letras mayúsculas*/
	border-bottom: 1px solid #4D6CAC;
}
#main > aside > a titulo 
{	text-align: left;
	display: block;
	font-size: 1.3em;
	margin-top: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;/*letras mayúsculas*/
	border-bottom: 1px solid #4D6CAC;
}

#main > aside > subtitulo
{	text-align: left;
	display: block;
	font-size: 1em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #000;
	font-family: 'Courier New', Courier, monospace;
}

#main > aside > a subtitulo 
{	text-align: left;
	display: block;
	font-size: 1em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #000;
	font-family: 'Courier New', Courier, monospace;
}

#main > aside > a:hover subtitulo 
{	
	color: #2A6EBB;
}



#main > article > titulo1
{	text-align: left;
	display: block;
	font-size: 1.7em;
	margin-top: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;/*letras mayúsculas*/
	color: #FFF;
	background: #2A6EBB;
}

#main > article > titulo
{	text-align: left;
	display: block;
	font-size: 1.3em;
	margin-top: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;/*letras mayúsculas*/
	border-bottom: 1px solid #4D6CAC;
}
#main > article > a titulo 
{	text-align: left;
	display: block;
	font-size: 1.3em;
	margin-top: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;/*letras mayúsculas*/
	border-bottom: 1px solid #4D6CAC;
}

#main > article > subtitulo
{	text-align: left;
	display: block;
	font-size: 1em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #000;
	font-family: 'Courier New', Courier, monospace;
}

#main > article > a subtitulo 
{	text-align: left;
	display: block;
	font-size: 1em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #000;
	font-family: 'Courier New', Courier, monospace;
}

#main > article > a:hover subtitulo 
{	
	color: #2A6EBB;
}

        #main > nav {
            margin: 4px;
            padding: 5px;



            -webkit-flex: 1 6 20%;
            flex: 1 6 20%;
            -webkit-order: 1;
            order: 1;
        }
		
	#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;
}


@media only screen and (max-width: 600px) 
{
#tablecontents{
	margin-left:90px;
    }
}

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


/*MODAL*/
.modalmask {
		margin: auto;

    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
    width: 80%;
	height:30%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 10% auto;
    width:0;
    height:0;
 
}
.modalmask:target .movedown{       
    margin:10% auto;
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:400px;
    height:200px;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.close:hover {
    background: #FAAC58;
    color:#222;
}
