body {margin:0; padding: 0; font-family: Open Sans, Arial, sans-serif;}
body {background: #fff; color: #585858;}



/*
* Paragraf
*/
p {font-size: 90%; font-weight: 300; color: #333; line-height: 22px;}
b {font-weight: 400;}
strong {font-weight: 400;}


/*
* Link
*/
a, a:visited {text-decoration: none; color: #6d0007;}



/*
* Headings
*/
h1 {font-size: 22px;}
h2 {font-size: 1.8em; line-height: 1.23em;}
h3 {font-size: 24px; font-family: 'Crete Round', Georgia, serif; font-weight: 400; padding: 20px 0;}
h4 {font-size: 18px;}
h5 {font-size: 16px; padding-bottom: 10px;}
h6 {font-size: 14px; padding-bottom: 10px; font-weight: bold;}

h5 b {font-weight: bold;}


/*
* Lista
*/
ul {font-size: 14px; margin: 7px 0; padding-left: 10px;}
ul li {margin-bottom: 5px;}

ol {font-size: 75%; font-weight: 300; color: #222; line-height: 22px;list-style-type: decimal; background: #eee; margin-left: 20px; margin-right: 20px; padding: 10px 30px;}

/*
* divs random
*/
.container .clear, body .clear {width: 100%; float: left; clear: both; margin: 20px 0;}
.one-third {text-align: center;}



/*
* Header
*/
header {width: 100%; height: 380px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/misc/banner.jpg) no-repeat center -1px fixed; position: relative; z-index: 1;}
header#narrow {width: 100%; height: 100px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/misc/banner.jpg) no-repeat center -1px fixed; position: relative; z-index: 1;}
header#seminario {width: 100%; height: 400px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/misc/seminario.jpg) no-repeat center -1px fixed; position: relative; z-index: 1;}
header#seccion {width: 100%; height: 179px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/misc/seminario.jpg) no-repeat center -1px fixed; position: relative; z-index: 1;}
header nav {width: 100%; float: left; margin: 0; padding: 25px 0 20px; background: #fff; border-top: 3px solid #6d0007; position: relative; z-index: 1;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
header .slogan {float:left;padding: 60px 0;}
header .slogan#narrow {float:left;padding: 40px 0;}
header .slogan a.green {margin: 13px 0; padding: 10px 28px;}
header p {color: #fff;}
header h1, header h2, header h4 {width: 100%; float: left; clear: both;  text-align: left; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.2); font-weight: 600;}
header h1 {font-size: 1.8em;}
header h2 {font-size: 2.3em; margin-bottom: 10px;}
header h4 {font-weight: normal; margin-bottom: 10px;line-height: 22px;}

/*
* Mapa
*/
#map {height: 580px;padding: 0;margin: 0;}
#dashboard {height: 33%;padding: 25px;margin: 0;border-top: 2px solid #333;}
#dash {margin: 25px 0; width: 400px;}
#cartocss {position: absolute; top: 10px;right: 20px;}
.layer_selector {background: rgba(5,5,5,0.7);border-radius: 5px;padding: 0;border: 1px solid #999;width: 245px;}
.layer_selector ul {padding: 0px; margin: 0px;list-style-type: none;}
.layer_selector li {padding: 10px 25px;font-family: Helvetica, Arial;font-size: 13px;color: #ddd;cursor: pointer;}
.layer_selector li:not(:last-child) {border-bottom: 1px solid #999;padding: 10px 25px;margin:0px;}
.layer_selector li:hover {background: rgba(5,5,5,0.9);cursor: pointer;border-radius: 5px;padding: 0;border: 1px solid #ddd;padding: 10px 25px;margin-bottom: 0px;margin-top:0px;}
#cartologo {position: absolute; top: 500px;left: 10px;}
#cartocreditos {font-size: 14px;color: #444; padding-top:5px;}
#cartotitulo {position:absolute; top:10px; left:50px;}
.titulomapa {background: rgba(5,5,5,0.7);border-radius: 5px;padding: 0;width: 500px;color: #ddd;border: 1px solid #444;}
.titulomapa h1 {font-size: 20px; font-family: 'Crete Round', Georgia, serif; font-weight: 400; padding-top: 20px; padding-left: 20px;}
.titulomapa p {color: #ccc; padding: 10px 20px; font-style:italic; font-size: 70%; line-height: 18px;}

/* SVGs (graphs) */
#chart_div svg text {fill:#bbb;}
#chart_div2 svg text {fill:#444;}
#chart_div3 svg text {fill:#bbb;}

/*
* Separador
*/
.separador {background:transparent url(../images/misc/separador.png) no-repeat center; height:7px;width:100%;margin-top:-20px; margin-bottom:25px;position: relative; z-index: 1;}

/*
* Iconos
*/
.icono {width: 30px; margin:0px 0px; float: left; clear: both; position: relative; top:-10px; left:10px;z-index:9;opacity:0.2;}
.icono i{font-weight: 400;}

/*
* Logo
*/
.logo a {color: #444; text-decoration: none; line-height: 0px;}
.logo a:hover {color: #6d0007;}
.logo img {margin: -10px 0}



/*
* Menu
*/
ul.mainMenu {margin: 0; padding: 0; float: right;}
ul.mainMenu li {display: inline; float: left; margin: 2px 10px;}
ul.mainMenu li a {font-size: 13px; color: #444; text-decoration: none;}
ul.mainMenu li a:hover {color: #6d0007;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}
ul.mainMenu li a#gris {background: #f6f6f6; font-size:12px; color: #444; text-decoration: none;opacity: 0.6;}
ul.mainMenu li a#activo {border-bottom: 2px solid #6d0007;}


/*
* Orange
*/
.orange {width: 100%; float: left; clear: both; background: #fff; margin: 20px 0; padding: 25px 0; color: #fff; text-align: center; position: relative;z-index: 1;}
.orange h2 {width: 100%; margin: 20px 0 50px; text-align: center; text-shadow: none;}
.orange h3 {color: #444;}
.orange p {width: 600px; margin: 0 auto 30px; color: #444; text-align: center;}
.orange a {color: #6d0007; font-size: 90%; font-size: 14px; font-weight: 400;}
.orange i {color: #6d0007; font-size: 90%; font-size: 14px; font-weight: 400;}
.orange a.dalej {display: block; width: 145px; background: #54565a; color: #fff; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.orange a.dalej:hover {background: #333; color: #fff;}

/*
* Aviso: Para cookies, aviso legal...
*/
.aviso {width: 100%; float: left; clear: both; background: #fff; margin: 20px 0; padding: 25px 0; color: #444; text-align: center; position: relative;z-index: 1;}
.aviso h3 {color: #444;}
.aviso h4 {width: 100%; margin: 0 auto 30px; margin-top: 15px; margin-bottom:15px;text-align: center;}
.aviso h5 {width: 100%; margin: 0 auto 30px; margin-top: 15px; margin-bottom:0px;text-align: left;}
.aviso p {width: 800px; margin: 0 auto 30px; text-align: left;}
.aviso ul {width: 800px; margin: 0 auto 30px; padding-left: 40px; text-align: left;font-size: 80%; font-weight: 300; line-height: 22px;}
.aviso a {color: #6d0007; font-weight: 400;}
.aviso b {font-weight: 400;}
.aviso b.sangria {color: #6d0007; font-weight: 400;}
.aviso i {font-style:italic;}
.aviso table {width: 800px; margin: 0 auto 30px; text-align: left;font-size: 80%; font-weight: 300; line-height: 22px;}
.aviso th {font-weight: 400; background: #f6f6f6;}
.aviso a.dalej {display: block; width: 145px; background: #54565a; color: #fff; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.aviso a.dalej:hover {background: #333; color: #fff;}

/*
* Banner de Cookies
*/
//.politicaCookies {width: 100%; clear: both; background: #f6f6f6; margin: 0px 0; padding: 0px 0; color: #444; text-align: left; position: relative; z-index: 2;opacity: 0.8; font-size: 80%; font-weight: 300; line-height: 14px;}
.politicaCookies {width: 100%; background: #ddd; margin: 0px 0; padding: 6px 0; color: #444; text-align: left; position: fixed; bottom:0px; left: 0px; z-index: 9; opacity: 0.95; font-size: 90%; font-weight: 400; line-height: 14px;}
.politicaCookies p{line-height: 14px; padding: 5px 0;}
.politicaCookies a {color: #6d0007; font-weight: 400;}

/*
* Gray
*/
.gray {width: 100%; float: left; clear: both; background: #f6f6f6; margin: 50px 0; padding: 45px 0; position:relative; z-index:1;}



/*
* Form, input, label, textarea
*/
.form h3, .form p {text-align: center;}
form {width: 500px; margin: 30px auto; text-align: center;}
input, label, textarea {width: 500px; float: left; margin: 0; padding: 0;}
label {font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
input {margin-bottom: 20px; padding: 7px 0; text-align: center;}
input, textarea {border: 1px solid #ddd; outline: none;}
input:focus, textarea:focus {border-color: #b6b6b6;}
textarea {width: 480px; padding: 7px 10px;}
input.error, textarea.error {border-color: #cc4847;}
.form b {font-weight: 400;}


input[type='submit'] {width: 502px; padding: 12px 0; font-size: 16px; border: none; background: #eee; color: #aaa; cursor: pointer;}
input[type='submit']:hover {background: #54565a; color: #fff;}



/*
* Focus
*/
.focus {width: 100%; clear: both; background: #fff; margin: 20px 0; padding: 20px 0; position:relative; z-index:1;}
.focus h2 {width: 100%; margin: 20px 0 50px; text-align: center; text-shadow: none;}
.focus h3 {color: #444;margin-bottom: 7px;}
.focus h4 {margin-bottom:25px; text-shadow: 0 1px 1px rgba(1,1,1,.2);}
.focus h4, .focus h3 {width: 100%; text-align: center;}
.focus p {text-align: center; color: #444;font-size:14px;padding:5px 10px;}
.focus p.direccion {text-align: left; color: #444;font-size:14px;padding:5px 10px;}
.focus a {font-weight: 400;color: #6d0007;}
.focus a.direccion {text-align: left;font-size:14px;font-weight: 400;color: #6d0007;}
.focus b {font-weight: 400;}
.focus a.dalej {display: block; width: 145px; background: #54565a; text-align: center; color: #fff; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.focus a.dalej:hover {background: #333; color: #fff;}


/*
* Partners
*/
.partners {width: 100%; clear: both; background: #fff; margin-top: 25px; padding: 5px 0px 15px 0px; position:relative; z-index:1;}
.partners h3 {margin-bottom: 0px;}
.partners h4, .partners h3, .partners h5 {float: left; width: 100%; text-align: center; margin-bottom: 0px; padding-bottom:15px;}
.partners p {text-align: center; padding-bottom:10px; padding-top:10px; font-size: 14px;}
.partners p.programa {text-align: left; padding-bottom:10px; padding-top:10px; font-size: 12px; line-height: 16px;}
.partners a img {opacity: 0.6;}
.partners a:hover img {opacity: 0.8;}
.partners b {font-weight: 400;}
.partners a {font-weight: 400;color: #6d0007;}
.partners i {font-style:italic;}
.partners b.sangria {color: #6d0007; font-weight: 400;}
.partners p.mapa {width: 100%; height:471px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/misc/WorldMap.png) no-repeat center -1px; position: relative; z-index: 1;}

/*
* Graficas
*/
.graficas {width: 100%; clear: both; background: #fff; margin-top: 25px; padding: 5px 0px 15px 0px; position:relative; z-index:1;}
.graficas h3 {margin-bottom: 10px;margin-top: 10px;font-size: 20px;float: left; width: 100%; text-align: center; padding-bottom:25px;}
.graficas h4 {float: left; width: 100%; text-align: left; margin-bottom: 10px; padding-bottom:0px;font-size: 14px;}
.graficas h5 {float: left; width: 100%; text-align: left; margin-bottom: 10px; padding-bottom:15px;font-size: 14px;}
.graficas p {text-align: left; padding-bottom:10px; padding-top:10px; font-size: 11px;}
.graficas b {font-weight: 400;}
.graficas a {font-weight: 400;color: #6d0007;}
.graficas i {font-style:italic;font-size:80%;font-weight:100;}
.graficas b.sangria {color: #6d0007; font-weight: 400;}
.graficas p#fuente {margin-bottom:20px;}
.graficas p#cv {font-size:11px; color: #444; text-decoration: none; opacity: 0.8;line-height: 18px; ont-style:italic;}
.graficas a img#cv {width: 20px; height:20px; opacity: 0.8;}


/*
* Team
*/
.team {width: 100%; clear: both; background: #fff; margin-top: 0px; margin-bottom:30px; padding: 20px 0; position:relative; z-index:1;}
.team h3 {margin-bottom: 0px;}
.team h4, .team h3 {float: left; width: 100%; text-align: center; margin-bottom: 0px;}
.team h5 {margin-top: 15px; margin-bottom:0px;}
.team p {text-align: left; margin-top:-10px; margin-bottom:10px;}
.team p#cv {color: #222; text-decoration: none; font-size: 13px;;}
.team img {opacity: 0.8;}
.team a img {width: 20px; height:20px; opacity: 0.2;}
.team a:hover img {opacity: 0.4;}

/*
* Gallery
*/
.gallery a {width: 140px; height: 100px; overflow: hidden; float: left; margin: 5px; }
.gallery a img {height: 95px;}

/*
* Blog
*/
.blog {width: 100%; clear: both; background: #fff; margin: 20px 0; padding: 20px 0; position:relative; z-index:1;}
.blog h2 {width: 100%; margin: 20px 0 50px; text-align: center; text-shadow: none;}
.blog h3 {text-align: left;padding:5px 10px;font-size: 18px;font-family: "Open Sans", Arial, sans-serif;}
.blog h4 {text-align: left;padding:5px 10px;font-size: 16px;color: #6d0007;font-weight: 400;margin-top:20px;border-bottom: 1px solid #cecece;}
.blog h5 {text-align: left;padding:5px 10px;margin-top:15px; font-size: 13px;font-weight: 400;}
.blog p {text-align: left; color: #444;font-size:15px;padding:5px 10px; line-height : 25px;}
.blog p.compartir {border-top: 1px solid #cecece;border-bottom: 1px solid #cecece;font-size:11px; text-align: right;}
.blog p#fuente {margin-bottom:15px; margin-top:-10px; font-size: 70%;}
.blog ul {text-align: left; color: #333;padding:0px 30px;list-style-type:square;line-height: 20px;}
.blog ul.LastArticles {text-align: left; color: #333;font-size:13px;padding:0px 20px;list-style-type:square;line-height: 20px;}
.blog a.link {font-weight: 300;}
.blog a.link:hover {font-weight: 400;color: #6d0007;}
.blog li {font-weight: 300; color: #333;}
.blog p.fecha {font-size:11px;padding:5px 10px;}
.blog a {font-weight: 400;color: #333;}
.blog i {font-style:italic;font-weight: 300;}
.blog b {font-weight: 400;}
.blog a.dalej {display: block; width: 60px; background: #cecece; text-align: center; color: #fff; margin: 5px 0px 20px 10px; padding: 10px 20px; font-size: 11px; text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.blog a.dalej:hover {background: #333; color: #fff;}
.blog p.linea {background:transparent url(../images/misc/separador.png) no-repeat center; height:7px; z-index: 1;margin-top:10px;margin-bottom:25px;}




/*
* a#Top
*/
a#top {display: none; width: 7px; height: 17px; padding: 5px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #6d0007; font-size: 14px; font-weight: 300;}






/*
* BUTTONS
*/
.button {float: left; color: #fff; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	-webkit-transition: background .12s ease-in-out;
    -moz-transition: background .12s ease-in-out;
    -ms-transition: background .12s ease-in-out;
    -o-transition: background .12s ease-in-out;
    transition: background .12s ease-in-out;
}


.medium {font-size: 12px; margin: 5px 0; padding: 9px 14px 8px;}



a.green {background: #54565a; color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
}
a.green:hover {background: #333}

a.grayb {background: #ddd; color: #333;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
}
a.grayb:hover {background: #bbb;}


/*
* Footer
*/
footer {width: 100%; float: left; margin: 0px 0 0; padding: 30px 0; background: #333;}
footer h5 {color: #ccc;font-size: 13px;}
footer p {color: #aaa; line-height: 15px; font-size: 12px; margin-bottom: 7px;}
footer a {color: #aaa;}
footer a:hover {color: #ddd;}
footer a:visited {text-decoration: none; color: #ddd;}

footer .social a {float: left; margin-right: 10px;}
footer .social a img {width: 25px; opacity: 0.4;}
footer .social a:hover img {opacity: 1;}


/*
* newsletter
*/
.newsletter {width: 100%; height: 130px; float: left; clear: both; margin: 0; padding: 30px 20px; background: url(../images/misc/Banner_Newsletter_st.jpg) no-repeat center center; z-index: 0;}
.newsletter p {color: #fff;font-size:15px;}
.newsletter h1 {font-size: 2.0em;margin-bottom: 10px;text-align: left; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.2); font-weight: 600;}
.newsletter h2 {font-size: 1.0em; margin-bottom: 10px;color: #fff;text-align: left; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.2); font-weight: 600;}

/* -------------------
*  RESPOSIVE ELEMENTS
*  ------------------- */
@media only screen and (max-width: 767px) and (min-width: 480px) {

	header h2 {display: none;}
	header .slogan {padding-top: 40px;}

	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.orange p {width: 400px;}
	.aviso p {width: 400px;}

	form, label, input  {width: 400px;}
	input[type="submit"] {width: 402px;}
	textarea {width: 380px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}
}



@media only screen and (max-width: 767px) {

	header {height: 310px;}
	header h2, header .six.columns {display: none;}
	header .slogan {padding: 30px 0;}


	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.orange p {width: 200px;}
	.aviso p {width: 200px;}


	form, label, input  {width: 300px;}
	input[type="submit"] {width: 302px;}
	textarea {width: 280px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}


}
