@charset "UTF-8";
@import './../css/custom.css';
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
@font-face {
	font-family: Daydreamer;
	src: url("../fonts/MyriadPro-Regular.eot");
	src: url("../fonts/MyriadPro-Regular.ttf") format('truetype');
}
@font-face {
	font-family: simplicity;
	src: url("../fonts/NanumGothic-Regular.eot");
	src: url("../fonts/NanumGothic-Regular.ttf") format('truetype');
}
@font-face {
	font-family: CaviarDreams;
	src: url("../fonts/CaviarDreams.eot");
	src: url("../fonts/CaviarDreams.ttf") format('truetype');
}
h1,
h2 {
	font-family: Daydreamer;
}
h1.simple,
h2.simple {
	font-family: simplicity;
}
a {
	color: #337ab7;
}
.LetraVerde {
	color: #337ab7;
}
h4.Rojo {
	color: #337ab7;
}
body {
	color: #515150;
	background-color: #FFFFFF;
	font-family: simplicity, OpenSans, Arial, Helvetica, sans-serif;
}
.PieDespues {
	background-color: #121111;
	color: white;
}
.PieDespues a {
	color: white;
}
.moduletable_menu {
	background-color: #009a57;
	margin-bottom: 15px;
}
.maximenu {
	display: table;
	margin: 0px auto;
}
li.Nivel1 {
	font-family: Arial;
	color: white;
	font-size: 1.2em;
}
li.Nivel1:hover {
	box-shadow: -2px -2px 0px #E9E9E9;
	background-color: #808080;
	color: white;
}
a.Nivel1 {
	color: white;
}
li.Nivel1:hover >a {
	text-decoration: none;
	color: white;
}
div.maximenu2 {
	background-color: white;
	padding: 2%;
	z-index: 2000;
	width: 100%;
	left: 15px;
}
ul.maximenu,
ul .descendente1,
ul .descendente2 {
	font-family: Arial;
	line-height: 1.3em;
}
ul.descendente1 {
	background: #3C908B;
}
a.Nivel2 {
	color: white;
	text-transform: none;
	font-size: 1em;
}
li a.Nivel3 {
	font-size: 0.8em;
	color: #bbb8b3;
}