@charset "utf-8";
/* CSS Document */
#volver_arriba,#volver_abajo{
	display:table;
	width:100%;
}
#volver_abajo{
	display:none;	
}
.comentarios_home{
	float:right;
	background:url(../images/comentario.png) center no-repeat;
	width:50px;
	height:50px;
}
.comentarios_home span{
	display:block;
	text-align:center;
	padding:11px 13px 0 0;
	
	
	width:50px;
	height:50px;
}
#contenido_centro{
vertical-align: top;
    /* display: table-cell; */
    margin: auto;
    overflow: hidden;
    background-repeat: repeat-x;
    width: auto;
    /* min-width: 900px; */
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    height: 100%;
    /*min-height: 640px;*/
    border: hidden;
	    font-size: 85%;
	
}

	
#contenido_derecha,#contenido_izquierda{
	
	padding:0 2% 0 2%;
	height:100%;
	
	overflow:hidden;    
	display:table-cell;
	width:30%;
	max-width:300px;
	vertical-align:top;

}

#contenido_derecha img,#contenido_izquierda img{
	
	width:100%;
	text-align:right;
	display:table;
	
}
#contenido_derecha h1,#contenido_izquierda h1,a.bloque_pagina_lateral,#enlace_pagina a{
	background-image:url(../images/cuerpo/ribon_blq_der.png);
	background-repeat:no-repeat;
	background-size:300px;
	height:40px;
	width:100%;
	text-align:left;
	font-size:20px;
	
	padding:6px 0 0 20px;
	
	
	padding-bottom:20px;


	color:#FFF;
}

#contenido_izquierda{
	width:300px;
	max-width:300px;

	margin:0px;
	padding:2%;
	padding-left:0%;
	background:#000;
	height:100%;
}
#enlace_pagina a{
	display:inline-table;
	font-family:TIMESITALIC;
	text-decoration:none;
	width:auto;
		background-size:270px;
		background:#333;
	padding-right:20%;
	height:20px;
	margin-top:2px;
	padding-bottom:2px;
	margin-right:20px;
	transition:1s;
	text-transform:capitalize;
	/*text-shadow: 0.1em 0.1em 0.05em #000;*/
	
}
#enlace_pagina a:hover,#enlace_pagina a.enlace_seleccionado{
	text-decoration:none;
	background:#72621A;
	border-radius:0 20px 0 0;
	
	
}

.bloque_pagina_lateral{
	/*SEPARACION PAGINAS*/
	margin-bottom:1%;
	
	
}
.imagen_cabecera{
	display:table-cell;
	float:left;
	margin:0 1% 0 0;
	width:260px;
	height:130px;
	border:#333 8px solid;
	background-position:center;
	background-repeat:no-repeat;

}


.content_noticia,.content_noticia_dentro{
	display:table;
	width:94%;
	
	
	/* -moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;*/

	background-color:transparent;
	padding:2%;
	margin-bottom:2%;
	min-height:110px;
	height:auto;
	
	
text-align:justify;

border-bottom:#999999 thin dashed;
	/*border-top:#999999 thin dashed;*/
	
	
}
.content_noticia img,.content_noticia_dentro img{
	
	max-width:96%;
	margin:2%;
	
	
}

.cuerpo_noticia{
	text-align:left;
	margin-bottom:2%;
	font-size-adjust:inherit;
	min-width:50px;
	color:#666;
	font-size:1em;
	font-family:IMPORT-REGULAR;
	
	


}


.titulo_noticia,.titulo_noticia a{
	font-family:TIMESITALIC;
	font-size:24px;

	text-align:left;
	color:#333;
	text-decoration:none;
}


.titulo_noticia a:hover{
color:#666666;
	
}

.titulo_noticia h1{
	text-transform:none;
	font-family:TIMESITALIC;
}
.fecha{
	color:#666;
	
	font-size:80%;
	padding-bottom:1%;
}

.leer_mas a, #paginacion a,#paginacion span{
	
	margin-bottom:12px;
	
	font-family:TIMESITALIC;
	background-color:#C00;
	font-weight:lighter;
	padding:8px 12px 8px 12px;  
	color:#FFF;
	text-decoration:none;
	 -moz-transition-duration:.3s;
  -webkit-transition-duration:.3s;
  -o-transition-duration:.3s;
  transition-duration:.3s;
}

.leer_mas a:hover, #paginacion a:hover{
	background-color:#FF0000;
	text-decoration:none;
	
}
.leer_mas{

	text-align:right;
	letter-spacing:1px;
	
}

.editar a{
	color:#333;
	
}
.editar{
	margin-bottom:2%;
	
}
#paginacion{
	height:30px;
	
	margin: 20px 0 0 0;
	float:right;
}
#paginacion a,#paginacion span{
	margin-left:3px;
	
}
#paginacion span{
	color:#CCC;
	background:#999;
	cursor:default;
	
}
#contenido_centro li{
	list-style:none;
	margin-left:5%;
	/*display:inline-block;
	
	list-style:square;
	height:20px;
	font-size:1.2em;*/
	
	
}
.abajo_noticias{
	text-align:right;
	display:table;
	vertical-align:bottom;
	margin-top:20px;
	width:100%;
	color:#333;
	font-size:0.8em;
}

.sharer,.visitas{
	text-align:left;
	width:50%;
	display:table-cell;
}
.visitas{
	text-align:right;
}
img.share_img{
	
	width:24px;
	margin:0px;
}
#ficha_perfil{
	
vertical-align: top;
    margin: auto;
    overflow: hidden;
    background-repeat: repeat-x;
    width: auto;
    max-width: 950px;
    margin-top: 83px;
    padding: 10px;
    margin-bottom: 10px;
    height: 100%;
    border: hidden;
    font-size: 1em;
    color: #FFF;	
}