/**
  Theme Name: Arecoa
  Version: 1.0
  Author: W-Mega
  Author URI: http://www.wmega.com
  
*/

html {
  overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background: url(images/fnd-sombra.png) repeat-y center #f7f7f7;
/*	background-color: #DEE8F3; */
	margin: 0;
	padding: 0;
 }
img{ border: 0;}
a { color: #000000; text-decoration: none;}
#contenedor {
  width: 991px;
  margin: 0 auto;
 /** background: url(images/fnd.png) repeat-y;
  background-color: #ffffff; */
  padding: 0;
}

#header {
  margin: 0 0 10px 0;
  background-color: #E8F2FB;
  padding: 10px 0 0 0;
}

  /** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1,
  #header h4 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px 0;
  }

	
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
 
  #nav{
    list-style: none;
    padding: 0;
    margin: 0;
	padding: 5px;
	background-color: #1789FE;
	font-weight: bold;
	font-size: 14px;
  }
  #subNav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #subNav {
    margin-top: 10px;
  }
    #nav li a,
    #subNav li {
      display: inline;
      padding: 0 10px 0 0;
	  color: #ffffff;
	  text-decoration: none;
    }
 */
    /* Currently selected page nav item (and parent) if applicable 
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }
	
*/
#cajaCabecera{
		float: right;
		margin: 22px 30px 22px 0;
		padding: 10px 10px 0;
		background-color: #003d5b;
		}
#cajaCabecera img{
	padding: 10px 0 0 0;
	}
/** MENU PRINCIPAL **/
ul#menu-principal, ul#menu-english, ul#menu-portugues-3{
	background-color:#1789FE;
	padding: 7px;
	margin: 0;
	padding-left: 60px; /** Cambiar para centrar el menu principal */
}
ul#menu-english{
	padding-left: 90px;
	}
ul#menu-portugues-3{
	padding-left: 33px;
	}
ul#menu-principal li, ul#menu-english li, ul#menu-portugues-3 li{
	display: inline;
	line-height: normal;
	font-size: 16px;	
	background: url("images/menu.png") repeat-y scroll left top transparent;
}
ul#menu-principal li.menu-item-2345, ul#menu-english li.menu-item-2577, ul#menu-portugues-3 li.menu-item-2584{
	background: none;
	}
ul#menu-principal li a, ul#menu-english li a, ul#menu-portugues-3 li a{
	color:#ffffff;
	font-weight: bold;
	padding:0 20px;
	text-decoration: none;
	}
ul#menu-principal li a:hover, ul#menu-english li a:hover, ul#menu-portugues-3 li a:hover{
	text-decoration: underline;
	}
/** MENU PAISES **/
ul#menu-paises{
	background-color:#003D5B;
	padding: 3px 5px 3px;
	margin: 0;
	padding-left: 57px; /** Cambiar para centrar el menu principal */
}
ul#menu-paises li{
	display: inline;
	line-height: normal;
	font-size: 11px;	
}
ul#menu-paises li a{
	color:#ffffff;
	padding:0 8px;
	text-decoration: none;
	}
ul#menu-paises li a:hover{
	text-decoration: underline;
	}

/**      main content     */
#primaryContent {
  width: 640px;
  float: left;
  padding: 10px 20px;
  margin: 0;
}
  #primaryContent h1 {
    padding: 0;
    margin: 0;
  }

  #primaryContent h2, #primaryContent h3 {
    padding: 0;
    margin: 0;
	line-height: normal;
  }


  /* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle{
    font-size: 34px;
	padding-top: 0;
  }
  #primaryContent h2.postTitle {
    font-size: 28px;
	padding-top: 0;
  }
  #primaryContent h2.exclusiva {
    font-size: 36px;
	padding-top: 0;
  }
  #primaryContent h3.postTitle {
  	font-size: 22px;
	}
  #primaryContent h4.postTitle {
  	font-size: 20px;
	line-height: normal;
	padding-bottom: 0;
	}
  #primaryContent h5.postTitle {
	font-size: 15px;
	}
  .bordeInferiorTitulo{
  	border-bottom: 1px dotted #950527; 	
  }
  
  #primaryContent h3, #primaryContent h4 {
    padding: 0;
    margin: 0;
  }
  #primaryContent h5{
  	padding:0;
	margin: 10px 0 0;
	}
  
  #primaryContent h1.tituloCategoria{
	padding: 10px;
	color: #003d5b;
	background-color: #D3E7FD;
	margin-bottom: 25px;
	margin-top: 10px;
	/**border-bottom: 2px solid #0066CC;*/
	text-transform: uppercase;
	}
	
	

  ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    li.postWrapper,
    div.postWrapper { }

      .postWrapper img { }

      div.post { }

      p.postMeta { }

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }

.postTitle a, .exclusiva a{
	text-decoration: none;
	//color: #950527;
	color: #000000;
	line-height: normal;
}
.rojo a{
	color: #950527;
	}

.antetitulo, .antetitulo a{
	color: #1789FE;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.foto_noticia {	
	float: left;
	}

.separador{
	clear: both;
	height:7px;
	background-color: #E8F2FB;
	border: none;
	margin: 20px 0;
	}
	
.zona2{
	width: 450px;
	float: left;
	}
.zona3, .zona4{
	width: 350px;
	float: left;
	}
.protagonistas{
	width: 175px;
	float: right;
	margin:0;
	background-color: #E8F2FB;
	}
h2.prota {
	text-align: center;
	}
h2.prota a{
	font-size:16px;
	}
.antetituloProta a{
	font-size:12px;
	text-align: center;
	color: #003D5B;
	text-decoration:none;
	line-height: normal;
	}
.antetituloProta{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
	}
.listadoWidget{
	background-color: #D3E7FD;
	padding: 10px ;
	line-height: normal;
	}
ol.listadoWidget{
	background-color: #D3E7FD;
	padding: 10px 15px 20px 0 ;
	line-height: normal;
	font-size: 11px;
	}
.listadoWidget li {
	padding: 7px 5px 7px 0 ;
	border-bottom: 1px dotted #1789fe;
	}
.listadoWidget li a{	
	text-decoration: none;
	color:#333333;
	/** display: block; */
	}
.listadoWidget li a:hover{
	color: #950527;
	}
/** ULTIMA HORA */	
.listadoWidgetUltimaHora{
	padding: 10px ;
	line-height: normal;
	padding-bottom: 15px;
	background:url(images/fnd_ultima-hora.jpg) repeat-x top #DFDDDD;
	}
.tituloWidgetUltimaHora  {
	margin:0;
	padding:5px;
	
	background-color: #7D7D7D;
	border-top: 3px solid #434343;
	font-size: 18px;
	font-style:italic;

	font-weight: bold;
	color: #ffffff;
	}
.tituloWidgetUltimaHora a{
	color: #ffffff;
	}
.horaUltimaHora{	
	background: #ffffff;
	padding: 3px 5px;
	margin-right: 5px;
	}
.listadoWidgetUltimaHora h3.postTitle {
	font-size:13px;
	}

/** FIN */

/** corresponsales */	
.listadoWidgetCorresponsales{
	padding: 10px ;
	line-height: normal;
	padding-bottom: 15px;
	background:url(images/fnd_corresponsales.jpg) repeat-x top #D3E7FD;
	border: 1px solid #1789FE;
	border-bottom: 2px solid #1789FE;
	}
.tituloWidgetCorresponsales  {
	margin:0;
	padding:5px;
	background-color: #1789FE;
	border-top: 3px solid #003D5B;
	text-align: center;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	color: #ffffff;
	
	}



.publicarHora{
	float: left;
	color: #FF0000;
	padding-right: 10px;
	}
.entradilla p{
	padding-top: 0;
	margin-top: 0;
	color:#5e5e5e;
	}
.autor{
	margin-bottom:0;
	padding-bottom:0;
	}
.linksencillo{	
	text-decoration: none;
	color: #950527;
	font-weight: bold;
	margin-left: 25px;
	}	
.squarelinksencillo{
	margin:0;
	}

.protagonistasCat, .tituloWidget  {
	margin:0;
	padding:5px;
	background-color: #1789FE;
	border-top: 3px solid #003D5B;
	font-size: 18px;
	font-style:italic;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	}
.protagonistasCat a{
	color:#FFFFFF;
	text-decoration:none;
	}
.protagonistas2{	
	padding: 10px;
	}
.enelmundo{
	width: 275px;
	float: right;
	margin:0;
	background-color: #FEF0DC;
	margin-bottom: 20px;
	}
.enelmundoCat  {
	margin:0;
	padding:5px;
	background-color: #F28E00;
	border-top: 3px solid #EA5A00;
	font-size: 18px;
	font-style:italic;
	text-align: center;
	font-weight: bold;
	}
.enelmundoCat a{
	color:#FFFFFF;
	text-decoration:none;
	}
.enelmundo2{
	padding: 12px;
	}

.saborlatino{
	width: 275px;
	float: right;
	margin:0;
	background-color: #D2EBC7;
	margin-bottom: 20px;
	}
.saborlatinoCat  {
	margin:0;
	padding:5px;
	background-color: #2A8500;
	border-top: 3px solid #184D00;
	font-size: 18px;
	font-style:italic;
	text-align: center;
	font-weight: bold;
	}
.saborlatinoCat a{
	color:#FFFFFF;
	text-decoration:none;
	}
.saborlatino2{
	padding: 12px;
	}


.more-link{
	color: #000000;
	}
.relacionados, .relacionadosSingle{	
	/* color: #1789FE; */
	/* color: #950527; */
	color: #666666;
	}	
.relacionados b, .relacionadosSingle b{
	/* color: #003D5B; */
	color: #666666;
	}
.relacionados a, .relacionadosSingle a{
	/* color: #000000; */
	color: #950527;
	text-decoration: none;
	}
.relacionadosSingle{
	/*border-top: 1px solid  #D4E8FD; */
	 border-bottom: 1px solid  #cccccc;
	padding: 3px 0;
	margin: 30px 0 0;
	
	}
.subtitulo {
	color: #003D5B;
	font-size: 13px;
	font-style: italic;
	}
/**       sidebar          */
#secondaryContent {
  width: 270px;
  float: left;
  padding: 10px 20px 0 20px;
}
  #secondaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 0 0 10px 0;
    }

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

.avatarOpinion{
	float: left;
	padding: 0 10px 10px 0;
}


#comment {
  width: 500px;
}
#commentlist{
	list-style: none;
	margin:25px 0;
	padding:0;
	border-top: 1px solid #cccccc;
	}
#commentlist li{
	border-bottom: 1px solid #cccccc;
	margin: 3px 0;
	padding: 10px 10px 0 10px;
	}
.autorComentario, .autorComentario a{
	font-weight: bold;
	color: #000000;
	line-height: normal;
	}
h3#comments {
	padding: 5px 15px;
	color: #003d5b;
	background-color: #D3E7FD;
	margin-top: 40px;
	}
.comenta{
	color: #000000;
	text-decoration: none;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	}

#footer {
  clear: both;
  font-size: 80%;
}

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


/** paginación **/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
text-align: center;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #003D5B;
}

.pagination a:hover{
color:#fff;
background: #1789FE;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #1789FE;
color:#fff;
}

/** COMENTARIOS */

/** Ancho completo */

#videosblog{
	clear: both;
	width: 971px;
	background: #626262;
	padding: 5px 10px;
	}
#videos{
	width: 660px;
	float: left;
	background: #898989;
	padding: 0 0 5px;
	}
#videos h3{
		background: #B5B5B5;
		color: #FFFFFF;
		padding: 5px 15px;
		margin: 0 0 5px;
		font-size: 20px;
		font-style: italic;
		}
#videos h3 a{
	color:#FFFFFF;
	text-decoration: none;
	}
.thumbvideo, .thumbvideo_mini {
position:relative;
}

.thumbvideo span {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 100;
background: url(images/play.png) no-repeat center;
}
.thumbvideo_mini span {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 100;
background: url(images/play2.png) no-repeat center;
}

#blogs{
	width: 291px;
	float: right;
	
	height: 441px;
	}
#blogs h3{
		background: #1789FE;
		color: #FFFFFF;
		padding: 5px 15px;
		margin: 0 0 5px;
		font-size: 20px;
		font-style: italic;
		}
#blogs h3 a{
	color:#FFFFFF;
	text-decoration: none;
	}

#ultimoscategorias{
	clear: both;
	width: 950px;
	background: #ffffff;
	padding: 25px 20px;
	}
#ultimoscategorias h2{
	color: #1789FE;
	font-size: 18px;
	}
#ultimoscategorias h3 a{	
	font-size: 12px;
	}
.columna5{	
	width: 170px;
	padding: 0 10px;
	float: left;
	}
#directorio{
	}
#tabladirectorio{
	border-collapse: collapse; width: 100%; 
	//background-color: #D3E7FD; 
	background-color: #ffb3b3;
	}
.tablatitulo{
	//background-color: #66B1FE;
	background-color: #5b0000;
	padding-left: 20px;
	}
.tablatitulo p{
	margin: 0;
	padding: 8px 0;
	}
.tablapaises{
	//background-color: #577F93;
	background-color: #e32828;
	text-align: left; 
	}
.tablapaises p{	
	color: #000000;
	font-weight: bold;
	padding: 5px 1px;
	margin: 0;
	}
.elementotabla p{
	margin: 0;
	font-size: 11px;
	padding: 2px 1px;
	}
.elementotabla p a{
	color:#000000;
	text-decoration: none;
	}
.tablalateral{
	width:15px;
	}
#pie1{
	background: #9d9d9d;
	padding: 5px 40px;
	}
#pie1 a {
	margin-left: 150px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	}	
#pie1 img{
	float: left;
	margin-left: 20px;
	}
#pie2{
	background:#333333;
	padding: 5px 150px;
	}
#pie2 a{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 75px;
	}

.post img{
	margin: 0 20px 5px 0;
	}
.content{
	font-size: 14px;
	}

.post_comenta_portada{
background: #F5F5F5 ;
border: 1px solid #E6E6E6;
font-size: 11px;
// line-height: 14px;
font-weight: normal !important;
//margin: 5px 0;
padding: 0 5px ;
right: 0;
top: -2px;
position: relative;
color: #333333;
font-weight: bolder;
font-weight: bold;

}

#hoynoticiaContenedor{
	padding: 10px 20px;
	position: relative;
	
	}
ul#hoynoticia{
	margin:5px 0 0;
	padding: 0;
	float: left;
	/*  width: 600px;
	height: 60px; */
	list-style: none;
	}
ul#hoynoticia li{
	display: inline;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
	/* position: relative;
	z-index:10; */
	}
ul#hoynoticia li a{
	padding: 12px 20px;
	/* margin: 4px 2px 0; */
	background: url(images/fnd_hoy-es-noticia.jpg) repeat-x;
}
.wpp-thumbnail{
	float: right !important;
	margin: 0 5px 10px 10px !important;
}
.wpp-post-title {
    margin-left: -2px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: inline;
    float: right;
    //height: 50px;
    //width: 75px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listadoWidgetUltimaHora .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 75px;
    height: 50px;
}