/* Estilos para el administrador */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html, body, .contenedor {
	height: 100%;
}
body > .contenedor {
	height: auto;
	min-height: 100%;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	color:#333333;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background:#9AE4E8 url(../imagenes/fondo_cuerpo.png) no-repeat fixed left top;
	text-align:left;
}
a {
	color:#0084B4;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#enlace_top {
	font-size:0.8em;
	float:right;
	padding-top:5px;
}
.contenedor {
	width:970px;
	margin:0 auto;
}
.cabezal {
	background:url(../imagenes/logo.png) no-repeat left 10px;
	background-position: left 20px;
	height:70px;
	padding-top:10px;
}
.cabezal h1 {
	display:none;
}
.cabezal a {
	padding-bottom:50px;
	padding-right:250px;
}
.pie {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	padding:10px;
	background-color:#AFEFF1;
	border-top:1px solid #8FBEBF;
}
.entrada h2 {
	float:left;
	color:#333333;
}
.wrapper {
	width:970px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	padding-bottom: 50px;
	background: url(../imagenes/fondo_contenidos_sup.png) no-repeat;
	float:left
}
.contenidos {
	overflow:hidden;
	background-color:#C5FFBD;
}
.contenidos h2 {
	color:#535353;
}
.listado_central {
	width:562px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	float:left;
	min-height:52em;
}
#central_contenido {
	overflow:hidden;
}
.barra_lateral {
	width:368px;
	padding-right:10px;
	padding-left:10px;
	float:left;
}
.pie_contenido {
	clear:both;
	height:20px;
	background: url(../imagenes/fondo_contenidos_inf.png) no-repeat
}
.critica {
	border-top:1px dotted grey;
	clear:both;
	overflow:hidden;
	padding:10px 0 10px 5px;
	color:#535353;
}
.comentar {
	float:left;
	padding-top:7px;
}
.comentar a {
	color:#8F8F8F;
	font-size:0.7em;
}
.comentar a:hover {
	color:#0084B4;
}
.numero_comentario {
	padding-right:20px;
	color:#888888;
	font-family:'Georgia','Serif';
}
.texto {
	color:#000000;
}
.cant_votos, .fecha {
	font-size:0.7em;
	padding-top:7px;
}
.votaciones {
	float:left;
}
.entrada {
	overflow: hidden;
	padding-bottom:10px;
}
.chars_left {
}
#charsLeft {
	font-weight:bold;
	float:right;
	color:#CCCCCC;
	font-family:'Georgia','Serif';
	font-size:2.45em;
}
.entrada_criticas {
	float:left;
	clear:both;
}
.entrada_criticas textarea {
	border:1px solid #AAAAAA;
	width:556px;
}
#boton_critica {
	float:right;
	padding-right:4px;
	padding-top:3px;
}
.imagenes_votos {
	float:right;
	padding-right:10px;
}
.imagenes_votos img {
	border:none;
	vertical-align:baseline;
}
.cant_votos {
	
	float:right;
	padding-right:10px;
}
.cant_votos span{
	font-weight:bold;
}
.fecha{
	float:right;
	font-style:italic;
	padding-right:25px;
}
#paginado_central {
	text-align:center;
	font-size:0.8em;
	clear:both;
}
.notas {
	font-size:0.8em;
}
.poweredby {
	text-align:right;
}
.poweredby a {
	padding-right:25px;
	padding-top:23px;
	color:#333333;
	background:url(../imagenes/hormigas.png) no-repeat right 0px;
}
.poweredby a:hover {
	background:url(../imagenes/hormigas.png) no-repeat right -40px;
}
#pie_gads {
	padding-left:130px;
}
#barra_lateral_gads {
	padding-top: 50px;
	text-align:center;
}
.gads_inline {
	clear:both;
	padding:20px 0;
}
.loaders {
	text-align:center;
	padding:50px 0;
}
