*{
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	background:#ffffff;
	content-visibility: auto;
	font-family: Cambria Math;
	font-display: optional;
} 
img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}
.menu_bar {
	display:none;	
}
header {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
}
header nav {
	background:#7770B4;
	z-index:1000;
	max-width:2000px;
	width:100%;
	margin:1px auto;
	padding-left:5px;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	display:inline-block;
	position:relative;	
}
header nav ul li:hover {
	background:#ffbf00;
}
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:12px;
}
header nav ul li a span {
	margin-right:10px;
}
header nav ul li:hover .children {
	display:block;
}
header nav ul li .children {
	display:none;
	background:#ff0000;
	position:absolute;
	text-align: left;
	width:150%;
	z-index:1000;		
}
header nav ul li .children li {
	display: block;
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,.15);
}
header nav ul li .children li a {
	display: block;
}
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:3px;
	margin-right:0px;
}
h1{
	  color: red;
    font-size: 60px;
	  text-align: center;
	  font-weight: normal;
	  padding-top: 2em;
	   }  
h2{
	font-weight:bold;
	color:red;
	text-align: center;
	font-size: 20px;
	margin-left:10px;
	padding-top: 1em;
}
h2 a:link{
	color:#ff0000;
	text-decoration:none;
}
h2 a:visited{
	color:#8E68DA;
} 	  
h3{
	 color: grey;
	 font-size: 20px;
	 line-height: 200%;
	 margin: 1em;
	 font-weight:normal;
}
h3 .center{
	text-align: center;
}
h3 a:link{
	color:#ff0000;
	text-decoration:none;
}
h3 a:visited{
	color:#8E68DA;
} 	   
h4{
	font-weight:normal;
	font-size:24px;
	padding: 1em;
	color:#5F497A;
	max-width:1000px;
  text-align: center;
}
h4 a:link{
	color:#ff0000;
	text-decoration:none;
}
h4 a:visited{
	color:#ff0000;
}

h6	{
	color: grey;
	text-indent: 30px;
	 font-size: 18px;
}
h6 a:link{
	text-decoration:none;
	color:grey;
}
h6 a:visited{
	color:grey;
}
ul.li a:link{
	text-decoration: none;
}
ul .li a:visited{
	color:#ff0000;	
}
ins.adsbygoogle {
	text-align: center;
}
p { 
   color: #5F497A;
	 font-size: 20px;
	 line-height: 170%;
	 margin: 1em;
}
p a:link{
	text-decoration:none;
	color:#ff0000;
}
p a:visited{
	color:#8E68DA;
}
p.title {
	font-weight:bold;
	font-size: 24px;
	color:red;
	padding-top: 1em;
	margin-left:10px;
}

p.center{
	text-align: center;
}

p.calibri{
	float:right;
	font-weight:normal;
	font-size:20px;
	margin:1em;
	color: #787677;
	max-width:1000px;
}
p.indent {
	line-height: 200%;
	text-indent: 30px;
	}
form{
	text-align: center;
}
select{
	background: #7770B4;
	color: #fff;
	font-size: 16px;
	margin:1em;
	padding-left:0.5em;
	width: 30%;
	height: 35px;
}
option:checked { 
    background: #ffbf00 ;
}

figure {
	display:table;
	margin:0 auto;
}
iframe {
	  display:table;
	  margin: auto;
	  border: 0;
	  overflow:hidden;
  }
table{
	display:table;
	margin:1em auto;
	width:100%;
	border: red 1px solid;
	border-collapse:separate;
}
table caption{
	font-size:36px;
	color: red;
	padding-top:1em;
	padding-bottom:1em;
}
table td {
	padding: 1em;
}
table td a:link{
	text-decoration:none;
}

a:link {
	text-decoration: none;
}
ul .ps .li a:link{
	color:#ff0000;
	text-decoration: none;	
}


 footer {
            position: relative;
            /* Altura total del footer en px con valor negativo */
            margin-top:-50px;
            /* Altura del footer en px. Se han restado los 5px del margen
               superior mas los 5px del margen inferior
            */
            height: 60px;
            padding:2px 0px;
            clear: both;
            background: #7770b4;
            text-align: center;
            margin:0 auto;
        }
  footer p a {
	  text-decoration: none;
  }
  footer p a:link {
	  color: #fff; 
  }
  footer p a:visited{
	  color: #fff;
  }

 footer p {
	  color: #787677;
  }
.anuncio{
	text-align: center;
}
.anuncio_escritorio{
	text-align: center;
	width: 80%;
	margin:0 auto;
	max-width:1000px;
	overflow: hidden;
}
.center  {
	text-align: center;
	margin:1em auto;
	height:auto;
}
.contenedor{
	width: 90%;
	margin:0 auto;
	max-width:1000px;
	overflow: hidden;
}  
.uno {
	color: grey;
	font-size: 22px;
}
.verde{
	color: #A5DF00;
}

.left{
	float:left;
}
.ps{
	font-size:20px;
	list-style:none;
	line-height: 200%;
	color:grey;	
	margin: 17px;
}


@media screen and (max-width:800px){ 
	body {padding-top: 80px;}
	form select{
		width:69%;
	}
	.menu_bar {
		display: block;
		width:100%;
		position:absolute;
		top:0;
		background:#7770B4;
	}
	.menu_bar .bt-menu {
		display:block;
		padding:26px;
		color:#fff;
		overflow:hidden;
		font-size:25px;
		font-weight:bold;
		text-decoration:none;
	}
	.menu_bar span {
		float:right;
		font-size:26px;
	}
	header{
		text-align: left;
		max-width: 100%;
	}
	header nav {
		width:91%;
		height:calc(100%-80px);
		position:fixed;
		right:100%;
		margin:0;
		overflow:scroll;	
	}
	header nav ul li {
		display:block;
		border-bottom:1px solid rgba(255,255,255,.15);	
	}
	header nav ul li a {
		display:block;	
	}
	header nav ul li .children {
		width:100%;
		position:relative;		
	}
	header nav ul li:hover .children {
		display: none;	
	}
	header nav ul li .children li.a {
		margin-left: 20px
	}
	header nav ul li .caret {
		float: right;
	}
	h1 {
		font-size:45px;
	}
	
	p {
		font-size:17.0pt;
	}
	h3{
		font-size:20px;
		line-height:150%;
	}
	footer{
		height: 60px;
	}	
	.contenedor{
		width:100%;
	  }
	
	.scroll{
		width: 95%;
		margin:0 auto;
		max-width:1000px;
		overflow: auto;
	}  
	.anuncio_escritorio{
		display: none;
	}

}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xgdzgd');
  src:  url('fonts/icomoon.eot?xgdzgd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xgdzgd') format('truetype'),
    url('fonts/icomoon.woff?xgdzgd') format('woff'),
    url('fonts/icomoon.svg?xgdzgd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-small-down:before {
  content: "\e900";
}
.icon-home:before {
  content: "\e901";
}
.icon-folder-open:before {
  content: "\e931";
}
.icon-drawer:before {
  content: "\e95d";
}
.icon-search:before {
  content: "\e987";
}
.icon-hammer2:before {
  content: "\e9a9";
}
.icon-menu:before {
  content: "\e9be";
}
.icon-menu3:before {
  content: "\e9c0";
}
.icon-flag:before {
  content: "\e9cd";
}
.icon-man-woman:before {
  content: "\e9df";
}
.icon-library:before {
  content: "\e921";
}