@font-face {
    font-family: "Klavika";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../../fonts/KlavikaRegular-TF.woff") format("woff"), url("../../fonts/KlavikaRegular-TF.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.borde {
    display: block;
    position: fixed;
    height: 30px;
    width: 100%;
    margin-top: -20px;
	z-index: 999;
}

.borde .rosa {
	display: inline-block;
    width: 25%;
    top: 0%;
    background-color: #9bc12b;
}

.borde .amarillo {
	display: inline-block;
    width: 25%;
    top: 0%;
    background-color: #9bc12b;
}

.borde .verde {
    display: inline-block;
    width: 25%;
    top: 0%;
    background-color: #9bc12b;
}

.borde .azul {
    display: inline-block;
    width: 25%;
    top: 0%;
    background-color: #9bc12b;
}

.header {
    position: relative;
    display: block;
    height: 160px;
    margin-top: 20px;
    text-align: left;
}

.conteiner {
    text-align: center;
    width: 1000px;
	margin: auto;
}

.innit {
    width: 1000px;
	margin: auto;
}

.innit-l {
    width: 1000px;
	margin: auto;
}

#navigation {
	text-align:center;
	padding:0 21px;  margin-top: 35px;
	list-style: !important none; list-style-position: outside;
	margin-left: -80px;
}

#navigation li {
	padding: 10px; float: left; font-family: "Klavika", sans-serif; font-size: 15px; font-weight: 500;
	margin-left: 50px;
	list-style: !important none;
	text-shadow: 1px 1px 3px #CCC;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}

#navigation li:hover {
	xbackground-color: #E1B414;
	background-color: #004b9c;
	color:#fff; 
}

.slide-vg {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#476faa;
	background: url(../../img/villag.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-mdq {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#476faa;
	background: url(../../img/mardelintro3.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-mda {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#476faa;
	background: url(../../img/mardeaintro.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-neco {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#476faa;
	background: url(../../img/necointro.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide2 {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#476faa;
	background: url(../../img/mambiente.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 700px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide3 {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#fff;
	width: 100%;
	height: 500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide4 {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#bbb4a1;
	background: url(../../img/nuestro_equipo.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 800px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.innit {
	color: #FFF;
	font-family: "Klavika", Georgia, "Times New Roman", Times, serif; font-size:38px; font-variant:small-caps; font-style:normal; font-weight: 500;
}

.innit input {
    color: #555;
}

.innit-l {
	color: #333;
	font-family: "Klavika", Georgia, "Times New Roman", Times, serif; font-size:38px; font-variant:small-caps; font-style:normal; font-weight: 500;
}

.titulo {
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	text-shadow: 1px 1px 3px #CCC;
}

.titulo-l {
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	text-shadow: 1px 1px 3px #CCC;
}

.texto {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-variant:normal;
	display:block;
	width: 50%;
	margin-top: 40px;
	margin-left: 500px;	
}

.texto-l {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-variant:normal;
	display:block;
	width: 50%;
	margin-top: 40px;
	margin-left: 500px;
	text-shadow: 1px 1px 3px #DDD;
}

.read-l {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #333;
	padding: 10px 20px;
	position: relative;
	display:block;
	margin-left: 850px;
	margin-top: 30px;
	cursor: pointer;
	color: #333;
	text-shadow: 1px 1px 3px #333;
	text-decoration:none;
}

.read:visited {
	color: #ccc;
}

.read-l:hover {
	background-color: #333;
	color: #ccc;
	border: 1px solid #333;
}

.read {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #fff;
	padding: 10px 20px;
	position: relative;
	display:block;
	margin-left: 850px;
	margin-top: 30px;
	cursor: pointer;
	text-decoration: none;
}

.read:visited {
	color: #fff;
}

.read:hover {
	background-color: #fff;
	color: #476faa;
}

.centrales {
	margin-top: 70px;
	text-align: center;
}

.centrales span {
	display:block;
	float: left;
	width: 150px;
	height: 150px;
	padding: 0px 45px;
}
.centrales span:hover {
	cursor: pointer;
}

.cirmardel{
	background: url("../../img/cir-mardel.png") top center no-repeat;
}
.cirmardel:hover{
	background: url("../../img/cir-mardel.png") bottom center no-repeat;
}

.cirmardea{
	background: url("../../img/cir-mardea.png") top center no-repeat;
}
.cirmardea:hover{
	background: url("../../img/cir-mardea.png") bottom center no-repeat;
}

.cirgesell{
	background: url("../../img/cir-gesell.png") top center no-repeat;
}
.cirgesell:hover{
	background: url("../../img/cir-gesell.png") bottom center no-repeat;
}

.cirneco{
	background: url("../../img/cir-neco.png") top center no-repeat;
}
.cirneco:hover{
	background: url("../../img/cir-neco.png") bottom center no-repeat;
}


header {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 5px #ccc;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Klavika", sans-serif; font-weight: 500;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    xline-height: 150px;
    margin-left: 20px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: white;
}
header.smaller {
    height: 75px;
}
header.smaller h1#logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
}
header.smaller nav a {
    line-height: 75px;
}

header.smaller nav li {
    margin-top: -75px;
}

.subtitulo {
	font-family:"Klavika", Arial, Helvetica, sans-serif; font-weight: 500;
	color: #FFF;
	font-size: 18px;
	font-weight: light;
	display: block;
	padding: 20px;
	padding-left: 30px;
	border-top: 1px solid #999;
	xbackground: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.3));
}
.subtitulo:hover {
	color: #06F;
	cursor: pointer;
}

.subtitulo-l {
	font-family:"Klavika", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: light;
	display: block;
	padding: 20px;
	padding-left: 30px;
	border-top: 1px solid #999;
	xbackground: linear-gradient(to left, rgba(150,150,150,0), rgba(150,150,150,0.3));
}
.subtitulo-l:hover {
	color: #06F;
	cursor: pointer;
}

.submenu {
	position:fixed; 
	margin-top:70px; 
	xbackground:rgba(255,255,255,0.8);
	xbackground-color: #E1B414;
	background-color: #004b9c;
	visibility:hidden; 
	display:block; 
	right: 0%;
	height: 100px; 
	z-index:1000;
	xborder:solid 1px #E1B414;
	border:solid 1px #004b9c;
	color:#333;
	border-radius: 10px;
	min-width: 900px;
}

.submenu ul li {
	font-family: "Klavika", Arial, Helvetica, sans-serif; font-weight: 500;
	font-size: 15px;
    display: block;
    list-style-type: disc;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	text-align: center;
	list-style: none;
    list-style-position: outside;
	float: left;
	margin-left: 20px;
}

.submenu ul {
	padding: 0;
	padding: 15px 35px 15px 20px;
}

.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #FFF;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  position: inherit;
  margin-left: 60px;
  cursor: pointer;
}

.btn:hover {
	color: #fff;
  background: #333;
  text-decoration: none;
}

.perfil {
	display: block;
	position: absolute;
	margin-top: 30px;
	margin-left: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
 .perfil img { 
	height: 170px;
	width: 170px;
		border: 10px solid #CCC;
	border-radius: 2px;
 }
 
.footer {
	display: block;
	height: 250px;
	background-color: #333;
	padding: 30px;
	text-align: center;
}

.footer img {
	width: 150px;
}

.footer .base {
	width: 15%;
	float: left;
	padding: 20px;
	text-align: left;
	
	line-height: 25px;
	font-size: 12px;
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer .base ul {
	font-weight: normal;
		list-style: circle;
		margin-left: -20px;
}

.footer .base ul a {
	color: #eee;
	text-decoration: none;
}
.footer .base ul a:hover {
	color: #eee;
	text-decoration: underline;
	cursor: pointer;
}


.slide-institu {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#496cbc;
	background-image: url(../../img/institucional.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height:1200px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-centrales {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#496cbc;
	background-image: url(../../img/institucional.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 1500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-ambiental {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#3a5591;
	background-image: url(../../img/foto_medioambiente.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 1500px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-pliego {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#3a5591;
	background-image: url(../../img/necointro.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 1200px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.slide-certificado {
	padding: 20px 0;
	position: relative;
	display: block;
	background-color:#3a5591;
	background-image: url(../../img/foto_medioambiente.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 2800px;
	xbox-shadow: 0px 10px 10px #CCC;
}

.bloque_vacio {
    display:block; 
    height:100px;
}