@CHARSET "UTF-8";

@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoThin.eot');
    src: url('fonts/RobotoThin.eot') format('embedded-opentype'),
         url('fonts/RobotoThin.woff2') format('woff2'),
         url('fonts/RobotoThin.woff') format('woff'),
         url('fonts/RobotoThin.ttf') format('truetype'),
         url('fonts/RobotoThin.svg#RobotoThin') format('svg');
    font-weight: 100;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoMedium.eot');
    src: url('fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('fonts/RobotoMedium.woff2') format('woff2'),
         url('fonts/RobotoMedium.woff') format('woff'),
         url('fonts/RobotoMedium.ttf') format('truetype'),
         url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoBold.eot');
    src: url('fonts/RobotoBold.eot') format('embedded-opentype'),
         url('fonts/RobotoBold.woff2') format('woff2'),
         url('fonts/RobotoBold.woff') format('woff'),
         url('fonts/RobotoBold.ttf') format('truetype'),
         url('fonts/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-boldcondensed-webfont.eot');
    src: url('fonts/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-boldcondensed-webfont.woff2') format('woff2'),
         url('fonts/roboto-boldcondensed-webfont.woff') format('woff'),
         url('fonts/roboto-boldcondensed-webfont.ttf') format('truetype'),
         url('fonts/roboto-boldcondensed-webfont.svg#robotobold_condensed') format('svg');
    font-weight: 700;
    font-stretch: condensed;
}
/** EMPRESA CSS Document **/

/** COLORES **/


/** DIMENSIONES DE IMAGENES **/


/** GENERAL **/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	list-style-position: inside;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

input, select, textarea {
	font-family: inherit;
}

textarea {
	resize: vertical;
}

:focus {
	outline: 0;
}

iframe {
	border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	text-transform: uppercase;
}

h2 {
	font-family: Roboto;
	font-weight: 700;
	line-height: 1.2em;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

.highlight {
	font-weight: bolder;
}

.bigger {
	font-size: 1.2em;
}

.smaller {
	font-size: 0.8em;
}

.coloured {
	color: #9b0000;
}

.hidden {
	display: none;
}

/** ENCUADRE **/
.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Responsive web margin */
.grid2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 1%;
}

.grid3 {
	display: inline-block;
	vertical-align: top;
	width: 32.3%;
	margin-left: 1%;
}

.grid23 {
	display: inline-block;
	vertical-align: top;
	width: 65.7%;
	margin: 0 1%;
}

.grid4 {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-left: 1%;
}

.grid34 {
	display: inline-block;
	vertical-align: top;
	width: 74%;
	margin-left: 1%;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.valign {
	display: inline-block;
	width: 0px;
	vertical-align: middle;
	height: 100%;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

figure img {
	width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 35%; /*This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	 position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.interior {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

body {
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #fff;
}

/** LAYOUT **/
#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

header {
	clear: both;
	overflow: hidden;
}

#content {
	clear: both;
	overflow: hidden;
}

footer {
	clear: both;
	border-top: solid 15px #009245;
}

/** HEADER **/
.m3{
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
}
.m3 p{
	font-weight: 300;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 1%;
}
.m3 h2{
	font-weight: 700;
	color: #009245;
	border: solid 2px #009245;
	font-size: 16px;
	/*width: 160px;*/
	margin: auto;
	margin-bottom: 3%;
	line-height: 1.2em;
}
#logo{
	width: 100%;
	display: block;
	padding: 10px 0 10px 5%;
}

#logo img{
	width: 100%;
	max-width: 159px;
	float: left;
}


/** MENU **/
.especial{
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#menu{
	background-color: #333333;
    padding: 5px 0;
    overflow: hidden;
}
#menu .boton-menu-movil{
	width: 100%;
	text-align: right;
	padding-right: 20px;
	display: none;
}
#menu .boton-menu-movil img{
	max-width: 30px;
	cursor: pointer;
}
#menu img.logo-green{
	position: absolute;
	top: 0;
	left: 10%;
	height: 100%;
	display: none;
}

#menu ul{
	margin: 0 0;
}

#menu li {
	display: inline-block;
    vertical-align: top;
    list-style: none;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    padding: 4px 2%;
    cursor: pointer;
}

#menu li:last-child{
	border: none;
}

#menu li a {
	display: block;
	padding: 3px;
	margin: 2px 5px;
	text-align: center;
}

#menu li a:hover, #menu li a.active {
	color: #9b0000;
}




/** FOOTER **/
.contacto .map, .contacto .formulario{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.contacto .map{
	position: relative;
}
.contacto .map img.back{
	width: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
	z-index: 100;
	
}
.contacto .map img{
	width: 100%;
	display: block;
}
.contacto .map .boton{
	cursor: pointer;
}
.contacto .map .back{
	cursor: pointer;
}
.contacto .map .sevilla{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
}
.contacto .map .madrid{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
}
.contacto .map .mapa-sevilla, .contacto .map .mapa-madrid{
	display: none;
}
.contacto .formulario{
	padding: 0 2%;
}

.footer, footer{
	background: url(../images/footer-back.png) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: left;
    padding: 20px 5%;
}

.footer .izquierda, .footer .derecha,
footer .izquierda, footer .derecha{
	display: inline-block;
	vertical-align: bottom;
}
.footer .izquierda,
footer .izquierda{
	width: 65%;
}
.footer .derecha,
footer .derecha{
	width: 34%;
	text-align: right;
}
.footer .izquierda img,
footer .izquierda img{
	width: 100%;
	max-width: 98px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.footer .izquierda h2,
footer .izquierda h2,
.top-modulo h2{
	font-stretch: condensed;
	font-weight: 400;
	font-size: 21px;
}
.footer .izquierda .direccion p.tittle,
footer .izquierda .direccion p.tittle{
	font-weight: 700;
	margin-bottom: 0;
}
.footer .izquierda .direccion p,
footer .izquierda .direccion p{
	font-size: 14px;
	font-weight: 300;
	margin: 7px 0;
}
.footer .izquierda .submadrid,
footer .izquierda .submadrid{
	display: inline-block;
	vertical-align: middle;
}
.footer .izquierda .madrid1,
footer .izquierda .madrid1{
	padding-right: 5%
}

.footer .derecha img,
footer .derecha img{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 40px;
}
.footer .derecha p,
footer .derecha p{
	font-size: 12px;
	font-weight: 300;
}

.footer .derecha .legal,
footer .derecha .legal{
	margin-top: 70px;
}
/** CONTENT **/
.readmore {
	margin: 10px 0;
	text-align: right;
}

.readmore a {
	display: inline-block;
	padding: 3px 5px;
	background: #9b0000;
	color: #fff;
}

.readmore a:hover {
	background: #fff;
	color: #9b0000;
}

.modulo {
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin: 10px;
	text-align: justify;
	overflow: hidden;
}

.social a.facebook {
	background: url(../images/icon-facebook.png) 0 0 no-repeat;
}

.social a.facebook:hover {
	background: url(../images/icon-facebook-hover.png) 0 0 no-repeat;
}

.social a.twitter {
	background: url(../images/icon-twitter.png) 0 0 no-repeat;
}

.social a.twitter:hover {
	background: url(../images/icon-twitter-hover.png) 0 0 no-repeat;
}

.social a.google {
	background: url(../images/icon-google.png) 0 0 no-repeat;
}

.social a.google:hover {
	background: url(../images/icon-google-hover.png) 0 0 no-repeat;
}

.social a.linkedin {
	background: url(../images/icon-linkedin.png) 0 0 no-repeat;
}

.social a.linkedin:hover {
	background: url(../images/icon-linkedin-hover.png) 0 0 no-repeat;
}


/** BIBLIOTECA */
.biblioteca .sidebarin li {
	padding: 5px 10px;
	margin-bottom: 5px;
	cursor: pointer;
	list-style: none;
	background: url(../..//img/marker.png) left center no-repeat;
	padding-left: 30px;
}

.biblioteca .sidebarin li:hover, .biblioteca .sidebarin li.active {
	color: #000;
	background: url(../..//img/marker-hover.png) left center no-repeat;
}


/** NOTICIAS **/
.noticias {
	text-align: justify;
	margin: 15px 0;
}

.noticias article {
	padding: 20px 0;
	border-bottom: 1px solid #9b0000;
}

.noticias article figure {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.noticias article .text {
	display: inline-block;
	width: 600px;
	vertical-align: top;
	text-align: justify;
	background: #fafafa;
	padding: 30px;
	padding-top: 0;
}

.noticias article .text h3 {
	text-transform: uppercase;
	background: #eaeaea;
	width: 510px;
	padding: 10px 30px;
	margin-left: -30px;
}

.noticias button {
	float: right;
	color: #fff;
	font-size: 0.8em;
	padding: 3px 5px;
	border: 0;	
}

.paging {
	margin: 20px 0;
	text-align: center;
	width: 100%;
	font-size: 1.2em;
}

.paging .active {
	color: #9b0000;
}


/** CONTACT **/
.contact_form, .formu-trabajar {
	width: 100%;
}
.contact_form h1{
	background: none;
	color: #009245;
	font-family: Roboto;
	font-weight: 700;
    font-stretch: condensed;
    font-size: 30px;
    text-align: left;
}
.contact_form p, .formu-trabajar p, .header-login p{
	margin: 1.5% 0;
}

.contact_form input, .contact_form select, .contact_form textarea, 
.formu-trabajar input, .formu-trabajar textarea,
.header-login input{
	width: 100%;
	color: #009245;
	background: rgba(0,146,69,0.1);
	margin: 3px 0;
	text-align: left;
	padding: 5px;
	border: none;
}
.header-login input{
	width: 50%;
	margin: 1px 0;
	
}
.contact_form input#submit, .formu-trabajar input#submit, .header-login input#submit{
	border: solid 2px #009245;
	background: none;
	color: #009245;
	font-family: Roboto;
	font-weight: 700;
    font-stretch: condensed;
    font-size: 21px;
    width: 50%;
}
.header-login input#submit{
	font-size: 14px;
	text-align: center;
	padding: 2px 0;
}
.contact_form input#submit:hover, .formu-trabajar input#submit:hover, .header-login input#submit{
	background-color: #009245;
	color: #fff;
}
.content3 .texto .formu-trabajar p{
	margin: 0;
	margin-bottom: 0;
}
.contact_form p.tlf, .contact_form p.mail{
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin: 0;
}
.content3 .texto .formu-trabajar p.nombre, .content3 .texto .formu-trabajar p.apellidos, 
.content3 .texto .formu-trabajar p.tlf, .content3 .texto .formu-trabajar p.mail{
	display: inline-block;
	vertical-align: top;
	width: 59.5%;
	margin: 0;
}
.content3 .texto .formu-trabajar p.nombre, .content3 .texto .formu-trabajar p.tlf{
	width: 39.5%;
}
.contact_form p.tlf{
	margin-right: 5%;
}
.content3 .texto .formu-trabajar p.tlf, .content3 .texto .formu-trabajar p.nombre{
	margin-right: 1%;
}
.contact_form textarea, .formu-trabajar textarea{
	height: 150px;
	width: 100%;
	padding: 5px;
}

.contact_form label {
	display: block;
}

.contact_form .contactbutton, .content3 .texto .formu-trabajar .contactbutton {
	width: 100%;
	text-align: center;
}
.content3 .texto .formu-trabajar .contactbutton{
	margin-bottom: 20px;
}
.content3 .texto .formu-trabajar input{
	color: #009245; 
	font-weight: 300; 
	font-size: 14px;
}
.content3 .texto .formu-trabajar .false-input{
	position: relative;
}
/* Ocultamos el input file */
.content3 .texto .formu-trabajar input[type="file"]{
	z-index: 999;
	line-height: 0;
	font-size: 50px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
	margin: 0;
	padding:0;
	left:0;
}

/* Al label lo convertimos en "boton"
(en apariencia) */
.content3 .texto .formu-trabajar .cargar{
	position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    cursor: pointer;
}

.content3 .texto .formu-trabajar .cargar img{
	max-width: 25px;
    margin-top: 2px;
    margin-right: 5px;
}

.contact_form ::-webkit-input-placeholder, .formu-trabajar ::-webkit-input-placeholder, .header-login ::-webkit-input-placeholder { color: #009245; font-weight: 300; font-size: 14px;} /* WebKit */
.contact_form :-moz-placeholder, .formu-trabajar :-moz-placeholder, .header-login :-moz-placeholder{ color: #009245; font-weight: 300; font-size: 14px; } /* Firefox 18- */
.contact_form ::-moz-placeholder, .formu-trabajar ::-moz-placeholder, .header-login ::-moz-placeholder { color: #009245; font-weight: 300; font-size: 14px; } /* Firefox 19+ */
.contact_form :-ms-input-placeholder, .formu-trabajar :-ms-input-placeholder, .header-login :-ms-input-placeholder { color: #009245; font-weight: 300; font-size: 14px; } /* IE 10+ */

.header-login ::-webkit-input-placeholder{
	font-size: 12px;
}
.header-login :-moz-placeholder{
	font-size: 12px;
}
.header-login ::-moz-placeholder{
	font-size: 12px;
}
.header-login :-ms-input-placeholder{
	font-size: 12px;
}

.contact_form input[type=submit], .contact_form input[type=reset], .contact_form input[type=button], .contact_form button,
.formu-trabajar input[type=submit] {
	margin: 0;
	width: 33%;
	text-align: center;
}

.envio {
	color: #c00;
	margin: 1% 0;
	margin-top: -2em;
	margin-bottom: 2em;
}


/** AVISO LEGAL **/
.aviso-legal {
	text-align: left;
	margin: 0;
	padding: 2% 0;
}

.aviso-legal h1, .aviso-legal h2 {
	margin: 0 2%;
} 

.aviso-legal p {
	margin: 2%;
}

.aviso-legal li {
	margin: 2% 2% 0 3%;
}


/** ADMIN **/
.login {
	padding: 50px;
}

.login label, #admin_content label {
	display: block;
	width: 300px;
	text-align: left;
	margin: 0 auto;
}

.login input, #admin_content input, #admin_content textarea {
	display: block;
	width: 300px;
	margin-bottom: 15px;
	border: 0;
	margin: 0 auto;
}

.login input[type=submit], #admin_content input[type=submit] {
	display: block;
	width: 300px;
	margin: 0 auto;
	background: #9b0000;
	color: #fff;
	margin-top: 15px;
}

.login input[type=submit]:hover, #admin_content input[type=submit]:hover {
	background: #a70000;
}

#admin_content aside {
	margin-top: 2%;
}

#admin_content aside a {
	display: block;
	margin: 0 40px 20px 0;
	padding: 10px 30px;
	text-align: center;
	background: #9b0000;
	color: #fff;
}

#admin_content aside a:hover {
	background: #a70000;
}

#admin_content .noticias {
	margin-top: 2%;
}

#admin_content table {
	width: 100%;
}

#admin_content table th {
	background: #9b0000;
	color: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
}

#admin_content table td {
	min-width: 200px;
	padding: 1%;
	text-align: justify;
}

#admin_content table tr.separator td {
	background: #9b0000;
	padding: 0;
}

#admin_content table td a {
	display: block;
	width: 200px;
	background: #9b0000;
	color: #fff;
	padding: 5px 0;
	margin: 5px 0;
	text-align: center;
}

#admin_content table td a:hover {
	background: #a70000;
}

#admin_content .add_noticia {
	text-align: left;
	margin-top: 2%;
}

#admin_content .add_noticia form label {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin: 1%;
}

#admin_content .add_noticia form input, #admin_content .add_noticia form select, #admin_content .add_noticia form textarea {
	width: 500px;
	padding: 1%;
	margin: 1%;
}

#admin_content .add_noticia form textarea {
	height: 100px;
}

#admin_content .add_noticia form input[type=submit] {
	width: 513px;
}


/** COOKIES */
@keyframes desaparecer {
	0% {bottom:0}
	80%	{bottom:0}
	100% {bottom:-50px}
}
 
@-webkit-keyframes desaparecer { /* Safari and Chrome */
	0% {bottom:0}
	80% {bottom:0}
	100% {bottom:-50px}
}
 
@keyframes aparecer {
	0% {bottom:-38px}
	10%	{bottom:0}
	90%	{bottom:0}
	100% {bottom:-38px}
}
 
@-webkit-keyframes aparecer { /* Safari and Chrome */
	0% {bottom:-38px}
	10% {bottom:0}
	90%	{bottom:0}
	100% {bottom:-38px}
}

#cookiesms1:target {
	display: none;
}

.cookiesms{	
	width: 100%;
	height: 43px;
	margin: 0 auto;
	padding-left: 1%;
	padding-top: 5px;
	font-size: 1.2em;
	clear: both;
	font-weight: strong;
	color: #333;
	bottom: 0;
	position: fixed;
	left: 0;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition: bottom 1s; /* Safari */
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index: 999;
}
 
.cookiesms:hover{
	bottom:0;
}

.cookies2{
	background-color: #FFF;
	display: inline;
	opacity: 0.95;
	filter: alpha(opacity=95);
	position: absolute; 
	left: 1%; 
	top: -30px;
	font-size: 15px;
	height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}


/** MEDIA QUERIES **/
@media screen and (min-width: 600px) {
	#menu ul{
		display: block !important;
	}
}
@media screen and (max-width: 600px) {
	.grid2 .grid2, .grid3, .grid23, .grid34, .grid34+.grid4 { width: 95%; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2.5% !important; padding-right: 2.5% !important; }
	.grid2, .grid4 { width: 45%; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2.5% !important; padding-right: 2.5% !important; }
	
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		text-align: right;
		padding-right: 25px;
		line-height: 18px;
	}
	#menu .boton-menu-movil{
		display: block
	}
	
}
@media screen and (max-width: 700px){
	.contacto .map, .contacto .formulario {
	    width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.grid4 { width: 95%; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2.5% !important; padding-right: 2.5% !important; }
}