@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: BebasNeueRegular,Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 35px;
	color: #175E80;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2 {
	font-family: BebasNeueRegular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #56859C;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a {
	color: #0A4B64;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 35px;
	margin-right: 75px;
	margin-bottom: 50px;
	margin-left: 75px;
	background-color: #f2f9fb;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 45px;
}

ul li {
	color: #79a2b3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#cabecera {
	background-color: #000;
	background-image: url(imagenes/eng_cabecera_foiegras.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 326px;
}

#cabecera-cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 326px;
}

#nav-sup {
	background-color: #0a0a09;
	height: 44px;
}

#nav-sup-cont {
	width: 990px;
	height: 44px;
	margin: auto;
	padding-left: 34px;
}

#nav-sup-cont ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 44px;
	background:none;
	background-color:none;
	border: none;

}

#nav-sup-cont li {
	font-family: BebasNeueRegular, Arial, Helvetica, sans-serif;
	font-size: 25px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 17px;
	padding-left: 0px;
	line-height: 14px;
	height: 44px;
	float: left;
	padding-top: 16px;
	padding-bottom: 0px;
	list-style-type: none;
}

#nav-sup-cont li a {
	color: #c0e7f8;
	text-decoration: none;
}

#nav-sup-cont li a:hover {
	color: #79a2b3;
}

#nav-sup-cont #active {
	margin-right: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#portada-general {
	background-color: #EAF1F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #316189;
	padding-top: 15px;
	padding-bottom: 15px;
}

#portada-general-cont {
	width: 990px;
	margin: auto;
    padding-left: 32px;
}

#portada-general-cont h1 {
	color: #0A4C62;
	margin: 0px;
	padding: 0px;
}

#portada {
	background-color: #494641;
	height: 580px;
	background-image: url(imagenes/fondo_portada_video.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#portada  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}


#portada-cont.inicio {
	width: 1120px;
	margin: auto;
}

.portada-video {
	display: block;
	width: 639px;
	height: 504px;
	float: left;
	text-align: center;
	margin-top: 32px;
	background-image: url(imagenes/sombra_video.png);
	background-repeat: no-repeat;
	background-position: 50% 427px;
}

.portada-video p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 16px;
}

#texto-portada1, #texto-portada2, #texto-portada3 {
  display: block;
  width: 304px;
  float: right;
  margin-left: 16px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  padding: 14px;
  height: 399px;
}

#texto-portada1 p, #texto-portada2 p, #texto-portada3 p {
	color: #fff;
}

#portada h1 {
  font-family: BebasNeueRegular, Helvetica, Arial, sans-serif;
  font-size: 32px;
  padding-left: 0px;
  color: #FFF;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0e7f8;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  line-height: 34px;
  margin-left: 0px;
}

a.leermas {
	background-image: url(imagenes/leermas.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
	width: 110px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 15px;
}

a.leermas:hover {
	background-position: bottom;
}

a.botonaccion {
	background-image: url(imagenes/botonaccion.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
	width: 110px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 15px;
}

a.botonaccion:hover {
	background-position: bottom;
}

a.botonsocio {
	background-image: url(imagenes/en_boton_haztesocio.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 32px;
	width: 156px;
	display: block;
	float: left;
}

a.botonsocio:hover {
	background-position: bottom;
}


.comparte-video {
  height:48px;
  left:72px;
  position:relative;
  top:12px;
  
}

.comparte-video a#share-fb, .comparte-video-pop a#share-fb {
	background-image: url(imagenes/rrss.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
	margin-right: 10px;
	float: left;
	margin-left: 0px;
}

.comparte-video a#share-fb:hover, .comparte-video-pop a#share-fb:hover {
	background-position: right top;
}

.comparte-video a#share-tw, .comparte-video-pop a#share-tw {
	background-image: url(imagenes/rrss.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -48px;
	margin-right: 10px;
	float: left;
	margin-left: 0px;
}

.comparte-video a#share-tw:hover, .comparte-video-pop a#share-tw:hover {
	background-position: right -48px;
}

.comparte-video a#share-gog, .comparte-video-pop a#share-gog {
	background-image: url(imagenes/rrss.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	display: block;
	background-position:0px -96px;
	margin-right: 10px;
	float: left;
	margin-left: 0px;
}

.comparte-video a#share-gog:hover, .comparte-video-pop a#share-gog:hover {
	background-position: right -96px;
}

.comparte-video a#share-pin, .comparte-video-pop a#share-pin {
	background-image: url(imagenes/rrss.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	display: block;
	background-position: left bottom;
	margin-right: 0px;
	float: left;
	margin-left: 0px;
}

.comparte-video a#share-pin:hover, .comparte-video-pop a#share-pin:hover {
	background-position: right bottom;
}

#contenido {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding-bottom: 75px;
	background-image: url(imagenes/fondo-contenido.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 35px;
}

.separador {
	margin-top: 35px;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96C7DF;
}

.fotos {
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding: 20px;
	border: 1px solid #CCC;
}

.experts {
	margin-top: 35px;
	padding-top: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddcdc;
}

.foto-expert {
	height: 175px;
	width: 175px;
	float: left;
}

.texto-experts h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #79a2b3;
	padding: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: none;
}

.texto-experts {
	background-image: url(imagenes/comillas.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	width: 960px;
}

.nombre {
	color: #56859C;
}

.citas {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EAF1F7;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.citas p {
	color: #4089AC;
}

.citas .firma {
	font-size: 12px;
	font-weight: bold;
	color: #81A0AE;
}

.reportaje {
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	width: 600px;
	border: 1px solid #CCC;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#bloques {
	width: 960px;
	margin: auto;
	margin-bottom: 50px;

}

.bloque {	width: 280px;	margin-right: 60px;	float: left;}
.bloque-2 {	width: 280px;	float: right;}#bloques #titulo {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3e2e6;
}

#bloques h1 {
	font-family: BebasNeueRegular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #79a2b3;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 30px;
}

#bloques p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

#bloques a.leermas {
	background-image: url(imagenes/leermas.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
	width: 110px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
}

#bloques a.leermas:hover {
	background-position: bottom;
}

#nav-footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F4F4;
}

#nav-footer ul {
	background: none;
	border: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FEFEFE;
	margin: 0px;
	height: 14px;
	padding: 10px 0;
}

#nav-footer li {
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}

#nav-footer li a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#nav-footer li a:hover {
	color: #333333;
}

#nav-footer #active {
	margin-right: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	background-color: #f4f4f4;
}

#logo-footer {
	height: 29px;
	width: 213px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#footer-info {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	line-height: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}

#rrss-footer  {
	text-align: left;
	width: 333px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

a#fb-footer {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	margin-right: 15px;
	background-image: url(imagenes/fb-footer.gif);
}

a#fb-footer:hover {
	background-position: bottom;
}

a#tw-footer {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	margin-right: 15px;
	background-image: url(imagenes/tw-footer.gif);
}

a#tw-footer:hover {
	background-position: bottom;
}

a#fkr-footer {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	margin-right: 15px;
	background-image: url(imagenes/fck-footer.gif);
}

a#fkr-footer:hover {
	background-position: bottom;
}

a#vim-footer {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	margin-right: 15px;
	background-image: url(imagenes/vim-footer.gif);
}

a#vim-footer:hover {
	background-position: bottom;
}

a#yt-footer {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	background-image: url(imagenes/yt-footer.gif);
	margin-right: 15px;
}

a#yt-footer:hover {
	background-position: bottom;
}

a#goog-footer {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	background-image: url(imagenes/gog-footer.gif);
}

a#goog-footer:hover {
	background-position: bottom;
}

.addthis_toolbox.addthis_default_style {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#videos {
	margin:auto;
	margin-top: 50px;
	padding-top: 50px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EAF1F7;
	border-right-color: #EAF1F7;
	border-bottom-color: #EAF1F7;
	border-left-color: #EAF1F7;
    padding: 20px;
    width: 830px;
}

.vimeoBadge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.vimeoBadge img {
	border: 0;
	margin-bottom: 8px;
}

.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active {
	color: #0A4B64;
	text-decoration: none;
	cursor: pointer;
}

.vimeoBadge a:hover {
	color:#000000;
}

.vimeoBadge #vimeo_badge_logo {
	visibility: hidden;
	height: 0px;
	width: 0px;
}

.vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
.vimeoBadge .clip { padding:0; float:left; margin:0px 20px 20px 10px; width:200px; line-height:10; }
.vimeoBadge .caption {
	overflow:hidden;
	width:200px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.vimeoBadge .clear { display: block; clear: both; visibility: hidden; } 
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 383px;
}

.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#FFCCCC;
	margin:1px;
}

.msg_body {
	padding: 5px 10px 15px;
	background-color:#F4F4F8;
}

/* SELECTOR PAIS + IDIOMA  */

#country_selector {
  width: 122px;
  height: 24px;
  display: block;
  float: left;
  color: #fff;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
}

#countryBox li a:link,
#countryBox li a:active,
#countryBox li a:visited {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 170%;
  font-size: 12px;
  color: #ccc;
}

#countryBox li a:hover {
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}

#countryBox .country,
#countryBox ul li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;
  padding-top: 6px;
  padding-left: 5px;
  padding-bottom: 6px;
}

#countryBox {
  width:75px; 
  height:24px;
  float:left;
}

#countryBox ul {
  margin:0px; 
  padding:0px; 
  position:relative; 
  width:100%;
    background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
}

#countryBox ul li {
  display:inline; 
  float:left; 
}

.titleCell {
  width:75px;
  height:24px; 
  position:relative;
  z-index:10; 
  margin:0px;
  padding:0px;  
  cursor:pointer;
}

.titleCell strong {
  font-size:12px;
  position:absolute;
  z-index:10;
  width:103px;
  height:18px; 
  text-align:center; 
}

#countryBox ul ul {
  position:absolute;
  left:0px;
  display:none; 
  z-index:2;
}

#countryBox ul ul li {
  padding:10px;
}

#countryBox ul li:hover ul{
  display:block;
  top:20px !important;
}

#countryBox ul li:hover .titleCell strong {
}

.calendar {
	background-image: url(imagenes/calendar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 63px;
	width: 70px;
	padding-top: 5px;
	margin-bottom: 15px;
	float: left;
	margin-right: 25px;
}
.calendar .month {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	width: 70px;
}
.calendar .day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: italic;
	color: #666;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	width: 70px;
	line-height: 35px;
}
.img-centro {
	padding: 5px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #DDDCDC;
	display: block;
}
.img-dcha {
	padding: 5px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	border: 1px solid #DDDCDC;
}
hr.separador {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border:0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
#diario-portada {
width:960px;
margin:auto;
margin-bottom: 30px;
margin-top: 50px;
clear: both;
padding-bottom: 145px;
padding-top: 60px;
background-image: url(imagenes/fondo-contenido.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#diario-portada p {
font-family: Georgia, Times, serif;
}

#peticion-proyecto-portada {
background-color: #faf7ee;
background-image: url(imagenes/bg.jpg);
padding: 40px;
margin: auto;
float: none;
height: 560px;
}


#contenido-proyecto-portada {
width: 960px;
margin: auto;
float: none;
}

#contenido-proyecto-portada h2 {
margin-top:0px;
  font-family: BebasNeueRegular, Helvetica, Arial, sans-serif;
  font-size: 32px;
color:#494641;
}
#contenido-proyecto-portada h3 {
margin-top:0px;
  font-family: BebasNeueRegular, Helvetica, Arial, sans-serif;
  font-size: 22px;
color:#6c8085;
}

#introduccion_peticion {
background-color:#FFFFFF;
  display:block;
  float:left;
  height:450px;
  width:296px;
  margin-right: 20px;
  padding: 20px;
  margin-top: 10px;
}

.texto_introduccion_peticion p {
font-size:12px;
line-height: 140%;
}

.peticion_widget {
background-color:#fff;display:block;width:350px;float:left;padding:0px;
margin-top: 10px;
}

.comparte-video-pop {
  height:30px;
  margin-top: 9;
  margin-left:56px;
}

#que_hacer {
clear:both;
display:block;
margin:auto;
width:980px;
background-image: url();
background-position: center top;
background-repeat: no-repeat;
padding-top: 50px;
padding-bottom:30px;
}

.bloque_hacer {
width: 180px;
float:left;
margin:11px;
margin-top:10px;
background-color: #efefef;
padding: 20px;
border: thin #ccc solid;
}

.bloque_1 {
background-image: url(imagenes/bloque_1.png);
background-position: 10px 90px;
background-repeat: no-repeat;
height: 280px;
}

.bloque_2 {
background-image: url(imagenes/bloque_2.png);
background-position: 10px 90px;
background-repeat: no-repeat;
height: 280px;
}

.bloque_3 {
background-image: url(imagenes/bloque_3.png);
background-position: 10px 90px;
background-repeat: no-repeat;
height: 280px;
}

.bloque_4 {
background-image: url(imagenes/bloque_4.png);
background-position: 10px 90px;
background-repeat: no-repeat;
height: 280px;
}

.bloque_hacer h2 {
margin-top:0px;
  font-family: BebasNeueRegular, Helvetica, Arial, sans-serif;
  font-size: 32px;
color:#494641;
}
