/*
Theme Name: Demasiado Cine!
Theme URI: http://www.demasiadocine.com/
Description: La segunda versión de Demasiado Cine!
Author: Mariano Pagella
Version: 2.0
Tags: cine, rojo, amarillo, negro
*/

/*--- RESETEOS ---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, * {
	border:						0px;
	margin:						0px;
	padding:					0px;
}

textarea, input, select {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					13px;
	color:						#333;
	padding:					4px 5px;
}

.selected { cursor: default; }

.float_right {
	float: right;
}


/* ESTILOS DE TEXTO Y BOTONES
-------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #930000;
	font-size: 12px;
	background-color: inherit;	
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	background-color:inherit;
}

p {
	color: #333333;
}

.texto {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.red_button {
	padding: 3px 8px 4px 8px;
	height: 22px;
	position: relative;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;		
	-ms-border-radius: 3px;		
	background: #930000;
}

.red_button:hover {
	background: #000;
}

.button {
	padding: 4px 10px 4px 10px;
	height: 17px;
	position: relative;
	color: #930000;
	font-weight: bold;
	float: left;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	-moz-text-shadow: 0px 1px 0px #fff;
	-o-text-shadow: 0px 1px 0px #fff;
	-ms-text-shadow: 0px 1px 0px #fff;
}

.button:hover {
	background: #FFCC00;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF0B3;
}

.button_line {
	background: url(images/punto.gif) repeat-x left 12px;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	float: left;
}

.button_line .button {
	float: right;
	border: 5px solid #fff;
	border-radius: 8px;
	margin-right: -5px;
	margin-top: -5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;		
	-ms-border-radius: 8px;		
}

h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	background-color: inherit;
}

h3 {
	font-size: 16px;
	color: #930000;
	background-color: inherit;
}

h4 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ccc;
	font-weight: normal;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.gris {
	color: red;	
	background-color: inherit;	
}

.lista_links {
	list-style:  disc;
	color:  #FFCC00;
	font-size: 16px;
	margin-left: 15px;
	list-style-image: url(images/list_icon.gif);
	background-color: inherit;	
}

.lista_links li {
	margin-bottom: 8px;
	line-height: 13px;
	font-size: 12px;
}

.lista_links li span {
	color: #222222;
}

.lista_links li a {
	font-size: 12px;
}

.link_imagen {
	border: 1px solid #CCCCCC;
	float: left;
	position: relative;
}

.link_imagen img {
	float: left;
}

.link_imagen span {
	width: 168px;
	max-height: 30px;
	background: url(images/bg_negro_transp.png);
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	font-size: 12px;
	color: #FFCC00;
	padding: 3px 6px;
	line-height: 15px;
	text-decoration: none;
	background-color: inherit;	
}

.link_imagen:hover {
	border-color: #FFCC00;
	text-decoration: none;
}

span.titulo {
	width: 100%;
	/*max-height: 30px;*/
	background: url(images/bg_negro_transp.png);
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	font-size: 12px;
	color: #FFCC00;
	padding: 3px 0px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	background-color: inherit;	
}

.lista_linea {
	list-style:  none;
	color:  #FFCC00;
	font-size: 16px;
	list-style-image: url(images/list_icon.gif);
	background-color: inherit;	
}

.lista_linea li {
	margin-bottom: 2px;
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 12px;
	background: url(images/punto.gif) repeat-x left bottom;
}

.lista_linea li span {
	color: #222222;
}

.lista_linea li a {
	font-size: 12px;
}

.loader {
	background: url(images/loader.gif) no-repeat center;
	height: 31px;
	padding: 10px 0px;
	display: block;	
	float: left;
	width: 100%;
}

.tabs .loader {
	position: absolute;
	height: 100%;
	z-index: 1200;
	background-color: rgba(255,255,255,0.5);
	top: -10px;
	width: 310px;
	left: -5px;
}

/* Iconos */

.icon_views {
	width: 20px;
	height: 11px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -169px -11px ;
}

.icon_comments {
	width: 18px;
	height: 11px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -169px 0px;
}

.icon_comments_large {
	width: 27px;
	height: 20px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -21px -152px;
}
.icon_manifiesto {
	width: 16px;
	height: 16px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -153px 0px;
}
.icon_contacto {
	width: 16px;
	height: 16px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -137px 0px;
}
.icon_rss_small {
	width: 15px;
	height: 15px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -48px -152px;
}
.icon_cinta {
	width: 171px;
	height: 64px;
	float: left;
	background: url(images/icons_sprite.png) no-repeat -0px -178px;
}

.linea {
	height: 1px;
	width: 570px;
	float: left;
	background: url(images/punto.gif) repeat-x top left;
	margin-top: 20px;
}

.text_small {
	display: block;
	font-size: 12px;
}
.text_small a {
	font-size: 12px;
}

/* GENERAL
-------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	background: url(images/bg_ladrillos.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	padding-top: 38px;
}

#main {
	margin: 0 auto;
	width: 974px;	
}

#container {
	float: left;
	width: 964px;
	padding: 0px 5px;
	background: url(images/bg_page.png) repeat-y;	
	position: relative;	
	padding-bottom: 20px;
/*	margin-bottom: 70px;*/
}

#content {
	width: 594px;
	padding-left: 24px;
	float: left;
	margin-top: 24px;
	background: url(images/punto.gif) repeat-y 617px top;	
	padding-bottom: 10px;
}

#container .content_bottom {
	position: absolute;
	bottom: -70px;
	left: 0px;
}



/* HEADER
-------------------------------------------------------------- */

#header {
	height: 166px;
	margin: auto;
	
	width: 974px;
	position: relative;
	background: url(images/bg_page.png) repeat-y;	
}

#header .header_bg_top {
	position: absolute;
	top: -31px;
}

#header #masthead {
	width: 964px;
	height: 100%;
	background: #FFCC00;
	margin-left: 5px;
}

#header .logo_img {
	position: absolute;
	top: -21px;
	left: 379px;
}

#header #masthead .head_left {
	width: 240px;
	height: 50px;
	position: absolute;
	left: 27px;
	top: 0px;
}

/* Buscador */

#searchform {
	position: relative;
	width: 188px;
}

#searchform label {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #333;
}

#searchform #s {
	width: 158px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	color: #333;	
	padding-right: 23px;
}

#searchform #searchsubmit {
	width: 19px;
	height: 22px;
	background: url(images/icons_sprite.png) no-repeat top left;
	position: absolute;
	right: 2px;
	top: 2px;
	border: none;	
	cursor: pointer;
}

/* Seguinos */

.seguinos {
	margin-top: 11px;
	width: 183px;
	padding-left: 2px;
}

.icon_rss, .icon_facebook, .icon_twitter, .icon_youtube {
	width: 22px;
	height: 22px;
	background-image: url(images/icons_sprite.png);
	float: right;
	margin-left: 9px;
	margin-top: -3px;
}
.icon_rss {	background-position: -19px top; }
.icon_facebook { background-position: -41px top; }
.icon_twitter {	background-position: -63px top; }
.icon_youtube { background-position: -85px top; }

/* Login Block */

#header #masthead .head_right {
	width: 183px;
	height: 50px;
	position: absolute;
	right: 30px;
	top: 0px;
}

#login_header {
	float: left;
	margin-top: 8px;
	background: url(images/punto.gif) repeat-x bottom left;
	padding-bottom: 13px;
	width: 100%;
}
#login_header p input.input {
	width: 77px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	color: #333;
	padding-top: 2px;
	font-size: 11px;	
}
#login_header p {
	position: relative;
	float: left;
	margin-right: 5px;
}
#login_header p.form_pass {
	margin-right: 0px;
}
#login_header p label {
	position: absolute;
	left: 5px;
	top: 4px;
	font-size: 11px;
}
form#login_header p input {
	font-size: 11px;
}

#login_header .submit {
	width: 100%;
	float: left;
	margin-top: 7px;
}
#login_header .red_button {
	float: right;
	padding-top: 0px;
	height: 18px;
	cursor: pointer;	
}
#login_header .red_button input {
	padding: 0px;
	border: 0px;
	width: auto;
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	padding-top: 3px;
	background: none;
}

.recuperar_pass {
	float: right;
	font-size: 10px;
	margin-top: 1px;
}
#login_header .forgetmenot {
	float: left;
	width: auto;
	margin-left: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	margin-top: 4px;
}
#login_header .forgetmenot input {
	width: auto;
	height: 10px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	padding: 0px;
}
#login_header .forgetmenot label {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	float: left;
}

/* Usuario logueado */

.user_logged {
	float: left;
	position: relative;
	width: 100%;
} 
.user_logged .photo {
	float: left;
	border: 1px solid #fff;
}
.user_logged .cerrar_sesion {
	position: absolute;
	top: -15px;
	right: 0px;
	font-size: 10px;
}

.user_info {
	float: left;
	width: 123px;
	margin-left: 7px;
	margin-top: 6px;
}
.user_info a {
	font-weight: bold;
}
.user_info .name {
	padding-bottom: 9px;
	margin-bottom: 0px;
	background: url(images/punto.gif) repeat-x bottom;
}

/* Menú*/

.menu {
	height: 35px;
	position: absolute;
	bottom: 0px;
}
.menu li {
	height: 35px;
	float: left;
	background-color:inherit;	
}
.menu li a {
	height: 26px;
	background: #000;
	float: left;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	padding-top: 9px;
/*	padding-left: 12px;
	padding-right: 12px;*/
	padding-left: 13px;
	padding-right: 13px;
}
.menu li a:hover {
	text-decoration: none;
	background: #930000;
}
.menu li a.final {
/*	padding-right: 15px;*/
	padding-right: 19px;
}
.menu li a.selected {
	background: #930000;
	color: #fff;
}

/* HOME
-------------------------------------------------------------- */

.destacados {
	width: 570px;
	height: 250px;
	margin-bottom: 27px;
	background: #cccccc;
	position: relative;
}

.destacados .destac_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.destacados .thumbs {
	width: 102px;
	padding-left: 6px;
	float: left;
	position: relative;
	z-index: 2;
}

.destacados .thumbs a {
	width: 96px;
	height: 55px;
	float: left;
	margin-top: 6px;
}

.destacados .thumbs a img {
	float: left;
}

.destacados .destacado_img {
	width: 462px;
	height: 250px;
	float: left;
	position: relative;
}

.destacados .destacado_img a {
	width: 462px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.destacados .destacado_img a img {
	float: left;
}

.destacados .destacado_img a:hover {
	text-decoration: none;
}

.destacados .destacado_img a:hover span {
	color: #fff;
}

.list_title {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #FFCC00;
	margin-bottom: 22px;
	width: 570px;
	background-color: inherit;
}

.list_title .button {
	float: right;
	margin-top: 8px;
}

h1.page-title {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #FFCC00;
	margin-bottom: 22px;
	width: 570px;
	background-color: inherit;
	padding-bottom: 5px;
}
h1.page-title p {
	width: 100%;
	display: block;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666;
	font-weight: normal;
}

.home_links {
	width: 570px;
}

.home_links .lista_links li {
	margin-bottom: 10px;
}

.no_te_pierdas {
	width: 182px;
	float: right;
}

.no_te_pierdas .link_imagen {
	margin: 6px 0px;
}

.panoramica {
	margin-top: 20px;
	float: left;
}
.panoramica .thumbnews {
	margin-bottom: 15px;
}
.panoramica .thumbnews a.cat_link {
	margin: 0px;
	display: block;
	float: none;
	margin-bottom: 4px;
	font-weight: bold;
}

.thumbnews {
	margin-bottom: 10px;
	float: left;
}

.thumbnews a {
	float: left;
	margin-right: 12px;
}

.thumbnews.margin_bottom {
	margin-bottom: 30px;
}

.bottom_news h4 {
	margin-bottom: 3px;
	float: left;
}

.thumbnews .button_line {
	width: 570px;
	margin-top: 7px;
	float: left;
}

.thumb_with_list {
	width: 182px;
	float: left;
	margin-right: 12px;
	margin-top: 10px;
}

.thumb_with_list h4 {
	height: 28px;
	overflow: hidden;
}

.thumb_with_list a.link_imagen {
	margin-bottom: 9px;
}

.thumb_with_list .lista_linea {
	/*background: url(images/punto.gif) repeat-x top left;*/
	float:left;
	padding-top: 0px;
	list-style: disc;
	color: #ffcc00;
	list-style-image: url(images/list_icon.gif);
}
.thumb_with_list .lista_linea li {
	margin-left: 17px;
	background: none;
	line-height: 14px;
	padding: 3px 0px;
}
.thumb_with_list .lista_linea li a {
	font-size: 12px;
}

.thumb_with_list .link_imagen {
	margin-bottom: 5px;
}

.thumb_with_list .ver_mas {
	width: 182px;
	float: left;
	background: url(images/punto_grisclaro.gif) repeat-x top left;	
	margin-top: 5px;
	padding-top: 5px;
}

.thumb_with_list .ver_mas a {
	float: right;
	padding-right: 4px;
}


/* POST - LISTADOS
-------------------------------------------------------------- */

.post_list {
	float: left;
}

.post_list .post {
	float: left;
	margin-bottom: 25px;
}

.post_list .button_line {
	width: 570px;
	margin-top: -10px;
}

.post hr {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.post_img {
	width: 182px;
	float: left;
	margin-bottom: 5px;
}

.post_img div {
	width: 101px;
	float: left;
	color: #666;
	margin-top: 5px;
}

.post_img .share_fb, .post_img .share_twitter {
	width: 15px;
	height: 15px;
	display: block;
	float :right;
	margin-left: 7px;
	background: url(images/icons_sprite.png) no-repeat -107px top;
}

.post_img .share_twitter {
	background: url(images/icons_sprite.png) no-repeat -122px top;
}

.img_link {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	float: left;
}

.img_link img {
	float: left;
}

.img_link:hover {
	border-color: #FFCC00;
}

.post_text {
	width: 379px;
	float: left;
	margin-left: 9px;
}

.post_text .post_content {
	height: 105px;
	background: url(images/punto.gif) repeat-x left 104px;
	overflow: hidden;	
}

.post_text h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
}

.post_text h2 a:hover {
	text-decoration: none;
	color: #FFCC00;
}

.post_text p {
	line-height: 16px;
	margin-top: 3px;
	height: 50px;
	overflow: hidden;
}

.post_text .entry-meta {
	color: #666;
	padding-top: 5px;
}

.icon_link {
	margin-left: 5px;
	color: #666;
	float: right;
}

.icon_link span {
	margin-right: 2px;
	margin-top: 2px;
}

.edit-link {
	margin-top: 3px;
	margin-left: 10px;
	float: left;
}

/* Categoria */

.category .thumbnews a {
	margin-bottom: 12px;
}

/* Navegación */

.navigation {
	width: 570px;
	float: left;
}
.navigation#nav-above {
	padding-bottom: 20px;
}
.navigation#nav-below {
	padding-top: 10px;
	border-top: 1px solid #ffcc00;
}
.navigation#nav-below.border_bottom {
	padding-top: 0px;
	border-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffcc00;
}
.navigation a  {
	padding: 5px 4px 4px 10px;
	height: 16px;
	position: relative;
	color: #930000;
	font-weight: bold;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	background: url(images/icons_sprite.png) no-repeat left -105px;
	background-color: inherit;
}

.navigation a .btn_bg {
	width: 5px;
	height: 25px;
	position: absolute;
	right: -5px;
	top: 0px;
	background: url(images/icons_sprite.png) no-repeat right -105px;
}

.navigation a:hover {
	color: #FBA609;
	text-decoration: none;
}
.navigation .nav-previous {
	float: right;
}

.navigation.navegacion_galeria .nav-next {
	float: right;
}
.navigation.navegacion_galeria .nav-previous {
	float: left;
}

/* SIDEBAR
-------------------------------------------------------------- */

#sidebar {
	width: 346px;
	background: url(images/punto.gif) repeat-y left top;
	padding-left: 1px;
	float: right;
	margin-left: -1px;
	margin-top: 24px;
}

#sidebar ul li {
	margin-left: 23px;
	margin-bottom: 10px;
	float: left;
}

#sidebar .button_line {
	width: 300px;
	margin-top: 0px;
}

/* Banners */

.banner_300x250_m {
	margin-top: 20px;
}

/* Top Trailers */
#sidebar .sidebar_home .top_trailers {
	margin-top: 20px;
}
.top_trailers {
	margin-top: 5px;
}

.top_trailers .link_imagen {
	margin-right: 6px;
	margin-bottom: 6px;
}

.top_trailers .link_imagen img {
	width: 145px;
	height: 83px;
}

.top_trailers .link_imagen span {
	width: 137px;
	max-height: 27px;	
	font-size: 11px;	
	padding: 2px 4px;	
	line-height: 13px;	
}

/* Thumb Block */
#sidebar a.thumb_block {
	width: 300px;
	background: #fff;
	color: #930000;
	font-size: 13px;
	float: left;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-mox-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

#sidebar a.thumb_block img {
	float: left;
	width: 148px;	
}

#sidebar a.thumb_block p {
	line-height: 15px;
	float: left;
	padding: 5px 0px 4px 8px;
	width: 142px;
	height: 75px;
	overflow: hidden;
	color: #000;
	font-size: 12px;	
	font-weight: bold;	
}

#sidebar a.thumb_block p span {
	font-size: 16px;
	color: #930000;	
	line-height: 21px;
	padding-top: 2px;
	display: block;
}

#sidebar a.thumb_block:hover {
	background: #ffcc00;
	border-color: #ffcc00;
	text-decoration: none;
}

#sidebar .sidebar_block {
	position: relative;
	margin-top: 3px;
	margin-bottom: 8px;
}

#sidebar .sidebar_block a.btn_mas {
	color: #930000;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	z-index: 5;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 5px;
}
#sidebar .sidebar_block a.btn_mas:hover {
	background: #ffcc00;
	text-decoration: none;
}

/* Podcast */
#sidebar .podcast a.thumb_block span {
	font-size: 12px;	
	font-weight: normal;
	line-height: normal;
}

/* Suscripción */
#sidebar .sidebar_home .sidebar_mailing {
	margin-top: 20px;
}
.sidebar_mailing {
	background: #ffcc00;
	width: 280px;
	padding: 2px 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-mox-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);	
}

.sidebar_mailing p {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-bottom: 7px;
}

.sidebar_mailing form {
	margin-top: 5px;
}

.sidebar_mailing input {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 15px;
	width: 172px;
}
.sidebar_mailing input.button {
	border: none;
	float: right;
	height: 25px;
	width: auto;
}
.sidebar_mailing input.button:hover {
	background: #E5E5E5;
	cursor: pointer;
	text-decoration: underline;
}

/* Las más fichadas */
#sidebar .sidebar_home .las_mas_fichadas {
	margin-top: 20px;
}

#sidebar .las_mas_fichadas {
	margin-top: 5px;
	width: 300px;
}

#sidebar .las_mas_fichadas .fichadas_bloque {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-mox-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding-bottom: 3px;
}

#sidebar .las_mas_fichadas .lista_links {
	clear: both;
	margin-left: 24px;
}

#sidebar .las_mas_fichadas .lista_links li {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	float: none;
	margin-left: 1px;
	line-height: 15px;	
}

#sidebar .las_mas_fichadas .pelis_afiche {
	float: left;
	margin-bottom: 10px;
/*	margin-left: 2px;
	margin-top: 2px;*/
}

#sidebar .las_mas_fichadas .link_imagen {
	margin-left: 3px;
	margin-top: 3px;
	border: 1px solid #fff;
}

#sidebar .las_mas_fichadas .link_imagen:hover {
	border: 1px solid #ffcc00;
}

#sidebar .las_mas_fichadas .link_imagen span {
	width: 81px;
	max-height: 45px;
	font-size: 11px;
}

/* Podcast */
.entry-content .podcast_listado p {
	font-size: 13px;
}
.entry-content .podcast_listado p a {
	font-weight: normal;
	font-size: 13px;
}

.podcast_player {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
}
.podcast_player a  {
	font-weight: bold;
}

/* Panel FB */

.panel_fb {
	margin-top: 20px;
}

/* TABS */

#sidebar .tabs {
	margin-top: 10px;
	position: relative;
}

.tab {
	padding: 5px 9px 4px 9px;
	height: 16px;
	position: relative;
	color: #930000;
	font-weight: bold;
	text-align: center;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;		
	-ms-border-radius: 3px;	
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
	background: #FFCC00;
	z-index: 0;
}

.tab:hover {
	color: #000;
	text-decoration: none;
}

.last_tab {
	margin-right: 0px;
	padding-right: 8px;
}

.tab.selected {
	background: #fff;
	color: #000;
	box-shadow: 0px -2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -2px 4px rgba(0,0,0,0.4);
	-mox-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	z-index: 2;			
}

#tab_content {
	width: 300px;
	float: left;
	padding: 10px 0px 10px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-mox-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);	
	position: relative;
	z-index: 1;
}

#tab_content .gris {
	color: #999;
}
.tab_content {
	float: left;
	margin-left: 0px;
	width: 280px;
	display: none;
	position: relative;
	top: 0;
}
.tab_content #tabs_ultimos_comentarios {
	display: block;
}
#sidebar .tab_content li {
	background: url(images/punto_grisclaro.gif) bottom left repeat-x;
	padding-bottom: 11px;
	line-height: 14px;
	margin-bottom: 1px;
	width: 280px;
	margin-left: 10px;
}

/* Ultimos comentarios */
.tab_content .rc-item, .tab_content .rc-item a {
	font-size: 11px;
	list-style: none;
	margin-left: none;
}
.tab_content li .rc-info {
	color: #000;
	width: 280px;
	height: 15px;
	overflow: hidden;
}
.tab_content li a.rc-post {
	width: 280px;
	height: 10px;
}
.tab_content li .rc-reviewer, .tab_content li .rc-reviewer a {
	color: #000;
	font-weight: bold;
}
.tab_content li .rc-excerpt {
	color: #666666;
	width: 280x;
	height: 28px;
	overflow: hidden;	
	background: #fff;
}
#sidebar .tab_content li.rc-navi {
	background: none;
	list-style: none;
	font-weight: bold;
	margin-top: 5px;
	width: 280px;
	padding-bottom: 0px;
}
.tab_content li.rc-navi .rc-older {
	font-size: 12px;
	float: right;
	cursor: pointer;
}
.tab_content li.rc-navi .rc-newer {
	float: left;
	cursor: pointer;	
}
.tab_content li.rc-navi .rc-newest {
	float: left;
	cursor: pointer;	
	margin-right: 7px;
}
.tab_content li#rc-comment-temp, .tab_content li#rc-ping-temp {
	list-style: none;
	background: none;
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 13px;
}

/* Lo mas leído / Lo más comentado */
#tabs_mas_leidos, #tabs_mas_comentados {
	width: 300px;
}
#tabs_mas_leidos li, #tabs_mas_comentados li {
	list-style: none;
	color: #666;
	width: 360px;
	height: 15px;	
	overflow: hidden;		
	padding-bottom: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabs_mas_leidos li a, #tabs_mas_comentados li a {
	line-height: 22px;
}
#tabs_mas_leidos li span, #tabs_mas_comentados li span {
	margin-top: 6px;
	margin-right: 3px;
}

/* Afiche del día */
#sidebar .afiche_del_dia {
	margin-top: 9px;
}

#sidebar .afiche_del_dia .afiche {
	width: 266px;
	border-top: 1px solid #ffcc00;
	padding-left: 24px;
	padding-top: 10px;
}

#sidebar .afiche_del_dia .afiche .link_imagen {
	border: 7px solid #dfdfdf;
}

#sidebar .afiche_del_dia .afiche .link_imagen span {
	max-height: 100px;
	font-size: 13px;
	font-weight: bold;
	width: 228px;
}

#sidebar .afiche_del_dia .afiche .bottom_links {
	width: 252px;
	float: left;
	padding-top: 7px;
	margin-top: 7px;
	background: url(images/punto_grisclaro.gif) top left repeat-x;
}

#sidebar .afiche_del_dia .afiche .bottom_links .icon_link {
	float:left;
}

#sidebar .afiche_del_dia .afiche .bottom_links .ver_mas {
	float:right;
	font-weight:bold;
} 

/* SIDEBAR - SINGLE
-------------------------------------------------------------- */

.recent_posts {
	margin-top: 5px;
}

.recent_posts .lista_links {
	border: 1px solid #ffcc00;
	float: left;
	margin-left: 0px;
	width: 300px;
	padding: 10px 0px 7px 0px;
}
#sidebar .recent_posts ul.lista_links li {
	width: 265px;
	background: url(images/punto_grisclaro.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
.recent_posts .lista_links li a {
	float: none;
	line-height: 15px;
	margin: 0px;
}
.recent_posts a {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}

/* DETALLE DE POST
-------------------------------------------------------------- */

.single_top {
	width: 570px;
	background: url(images/punto.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.single_top h1 {
	margin-top: 0px;
}

.title_seccion {
	border-top: 1px solid #ffcc00;
	margin-top: 5px;
	text-align: center;
	height: 15px;	
}
.title_seccion h5 {
	display: inline;
	text-align: center;
	background: #fff;
	position: relative;
	top: -13px;
	padding: 0px 5px;
}

.title_bottom {
	margin-top:17px;
	height: 23px;
	padding-left: 3px;
}
.title_bottom div {
	float: left;
	font-size: 12px;
}
.title_bottom .autor_fecha span {
	color: #666;
}
.title_bottom .title_icon {
	margin-left: 6px;
	margin-right: 2px;
	font-size: 12px;
	color: #666;
}
.title_bottom .title_icon b {
	font-size: 12px;
}
.title_bottom .title_icon span {
	margin-top: 3px;
	margin-right: 2px;
}
.title_bottom .title_social {
	float: right;
	margin-left: 0px;
	margin-top: -3px;
}

/* Detalle del post */
.entry-content {
	width: 506px;
	margin-left: 32px;
	margin-top: 15px;
}
.entry-content p {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	margin-bottom: 20px;	
}
.entry-content p a {
	font-size: 14px;
	line-height: 21px;	
	font-weight: bold;
}

/* Imagen */
.entry-content .wp-caption {
	/*border: 1px solid #ccc;*/
	text-align: center;
	margin-bottom: 15px;
	width: auto !important;
}
.entry-content .wp-caption a {
	display: block;
	padding: 0px !important;
	margin: 0px !important;
	float: left;
}
.entry-content .wp-caption img {
	padding: 0px;
	margin: 0px;
	border:0px;
	display: block;
}
.entry-content .wp-caption p {
	background: #e1e1e1;
	font-size: 11px;
	color: #333;
	text-align: center;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.entry-content blockquote {
	background: url(images/blockquote_bg.gif) no-repeat 5px 5px #f0f0f0;
	padding: 15px;
	margin-left: 30px;
	font-style: italic;
	margin-bottom: 20px;
	padding-left: 20px;
}
.entry-content blockquote p {
	margin-bottom: 0px;
	font-size: 14px;
}

/* Post Footer*/

.post_footer {
	width: 492px;
	padding: 15px 12px 8px 12px;
	border: 1px solid #ccc;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
.post_footer .compartir_flecha {
	background: url(images/icons_sprite.png) left -152px;
	position: absolute;
	width: 21px;
	height: 12px;
	left: 17px;
	top: -12px
}
.post_footer .edit-link {
	position: absolute;
	right: 5px;
	top: 20px;
}
.post_footer .post_compartir {
	background: url(images/punto.gif) repeat-x bottom left;
	margin-top: 0px;
	height: 40px;
}
.post_footer .post_compartir .title_social {
	float: left;
	margin-right: 5px;
}
.post_footer .post_compartir span {
	float: left;
	margin-right: 8px;	
	font-weight: bold;
	margin-top: 2px;
}
.post_footer .post_tags {
	margin-top: 8px;
}
.entry-content .post_footer .post_tags ul {
	list-style: none;	
	display: inline;
	padding: 0px;
	clear: none;
	float: left;
	color: #ffcc00;
	height: auto;
	margin: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
}
.post_footer .post_tags ul li {
	background: url(images/list_icon.gif) no-repeat left 5px;
	padding-left: 12px;
	line-height: normal;
	width: 145px;
	height: auto;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 4px;
}
.post_footer .post_tags li a {
	padding: 0px;
	margin: 0px;
}
.post_footer .post_tags .tags_container {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 7px;
}

/* Final del Post */

.related_content {
	width: 590px;
	float: left;
	padding-top: 25px;
}
.related_content h4 {
	color: #000;
	font-size: 13px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.related_content .link_imagen {
	margin-right: 12px;
}

.banner_wide {
	width: 568px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin-top: 22px;
}

/* Attachments */

.navigation.small {
	width: 100%;
}
.navigation.small a {
	background: #e0e0e0;
	background-image: none;
	border-radius: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;		
	-ms-border-radius: 8px;		
	padding-right: 7px;
	text-align: center;
}

.galeria_imagenes {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.galeria_imagenes a {
	float: left;
	border: 1px solid #fff;
}
.galeria_imagenes a:hover {
	border: 1px solid #ffcc00;
}
.galeria_imagenes a img {
	float: left;
	width: 166px;
}
p.attachment {
	text-align: center;
}

.tag-estrenos-cine .entry-content .galeria_imagenes p img, .tag-lanzamientos-dvd-bluray .entry-content .galeria_imagenes p  img {
	line-height: auto;
	margin-right:0px;
	margin: 0px;
	border: none;
}
.tag-estrenos-cine .entry-content .galeria_imagenes p a, .tag-lanzamientos-dvd-bluray .entry-content .galeria_imagenes p a {
	border: 1px solid #fff;
	background: #fff;
	float: left;
}
.tag-estrenos-cine .entry-content .galeria_imagenes p a:hover, .tag-lanzamientos-dvd-bluray .entry-content .galeria_imagenes p a:hover {
	border: 1px solid #ffcc00;
}

/* Galeria de imagenes - OLD */
.galeriaImagenes {
	margin: 10px 0px;
}
.galeriaImagenes a {
	border: 1px solid #e0e0e0;
	margin: 2px;
	width: 95px;
	height: 84px;
	display:block;
	float:left;
}
.galeriaImagenes a:hover {
	border-color: #ffcc00;
}
.galeriaImagenes a img {
	width: 95px;
	height: 84px;
}

/* ESTRENOS / LANZAMIENTOS
-------------------------------------------------------------- */

.entry-content ul {
	list-style: disc inside;
	color: yellow;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
	margin-bottom: 40px;

}
.entry-content ul li {
	color: #000;
	line-height: 18px;
}
.entry-content ul li.none {
	list-style: none;
	margin-bottom: 10px;
}


.entry-content .aviso {
	background: #f0f0f0;
}
.entry-content span.linea {
	width: 100%;
	display: block;
	height: 1px;
	background: none;
	margin: 30px 0px;
}
.entry-content span.linea_y {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: solid 1px #ffcc00;
}
.entry-content span.linea_r {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: solid 1px #930000;
}
.entry-content span.linea_b {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: solid 1px #000;
}
.entry-content span.punteada {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: dotted 1px #ccc;
}
.entry-content span.punteada_y {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: dotted 1px #ffcc00;
}
.entry-content span.punteada_r {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: dotted 1px #930000;
}
.entry-content span.punteada_b {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0px;
	border-bottom: dotted 1px #000;
}
.entry-content span.separador {
	width: 100%;
	display: block;
	height: 1px;
	margin: 20px 0px;
}

.tag-estrenos-cine .entry-content p span.aviso, .tag-lanzamientos-dvd-bluray .entry-content p span.aviso {
	width: 100%;
	background: #f0f0f0;
	clear: both;
	display: block;
}
.tag-estrenos-cine .entry-content p, .tag-lanzamientos-dvd-bluray .entry-content p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	display: block;
	margin: 6px 0px;
}
.tag-estrenos-cine .entry-content p a, .tag-lanzamientos-dvd-bluray .entry-content p a {
	font-size: 24px;
	float: none;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.tag-estrenos-cine .entry-content p a.link, .tag-lanzamientos-dvd-bluray .entry-content p a.link  {
	font-size: 13px;
}


.entry-content p span.hr {
	display: block;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin-top: 7px;
	margin-bottom:10px;
	padding: 0px;
	width: auto;
}
.tag-estrenos-cine .entry-content p img, .tag-lanzamientos-dvd-bluray .entry-content p img {
	border: 1px solid #ccc;
	margin: 0px;
	margin-right: 10px;
	float: left;
	display: inline;
}

/*

#content .tag-estrenos-cine .entry-content p span.modulo_ficha {
	margin: 10px 0px;
	float: left;
margin-bottom: 50px;

}

.entry-content p span.modulo_ficha span {
	padding: 5px;
	width: 100%;
	display: block;
}
.entry-content p span.hr {
	display: block;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin-top: 7px;
	margin-bottom:10px;
	padding: 0px;
	width: auto;
}
.modulo_ficha img {
	border: 1px solid #ccc;
	margin: 0px;
	margin-right: 8px;
	float: left;
}
*/


/* COMENTARIOS
-------------------------------------------------------------- */

.comments {
	float: left;
	width: 570px;
	margin-top: 40px;
}
#comments-title {
	float: left;
	border-bottom: 3px solid #ffcc00;
	padding-bottom: 8px;
	width: 100%;
}
#comments-title .icon_comments_large {
	margin-right: 10px;
	margin-top: 4px;
}
#comments-title h3 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif
}
.comments_feed {
	float: right;
	margin-top: 7px;
}
.comments_feed .icon_rss_small {
	margin-right: 5px;
}

/* Formulario para comentar */
#respond {
	width: 100%;
	float: left;
	margin-top: 15px;
	background: url(images/punto.gif) repeat-x bottom;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
#respond h3 {
	font-size: 15px;
}

#commentform, .commentlist .comment_box {
	width: 471px;
	padding: 10px 13px;
	border: 1px solid #ccc;
	position: relative;
	float: right;
	margin-top: 10px;	
}
#commentform .form_flechita,  .commentlist .comment .form_flechita {
	background: url(images/icons_sprite.png) no-repeat right 0px;
	width: 8px;
	height: 11px;
	position: absolute;
	left: -8px;
	top: 15px;
}
#commentform .logged-in-as {
	width: 100%;
	font-size: 13px;
}
#commentform .logged-in-as span {
	color: #000;
	font-weight: bold;
}
#commentform .logged-in-as a {
	float: right;
}
#commentform #submit {
	width: 72px;
	height: 25px;
	background: url(images/icons_sprite.png) -63px -152px;
	float: left;
	color: #930000;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px;
	text-align: center;
}
#commentform #submit:hover {
	text-decoration: underline;
}
#commentform #comment {
	width: 468px;
	height: 60px;
	margin: 5px 0px;
	float: left;
	border: 1px solid #f0f0f0;
}
#commentform .comment_img, .comment .photo {
	border: 1px solid #ccc;
	position: absolute;
	left: -72px;
	top: -1px;
	padding: 4px;
}
.must-log-in {
	margin-top: 15px;
}
.must-log-in a {
	font-weight: bold;
}

/* Listado de Comentarios */
.commentlist {
	list-style: none;
	width: 100%;
	float: left;	 
}
.commentlist .comment {
 	margin-top: 20px;
	float: left;
	width: 100%;
}
.commentlist .comment_box {
	margin-top: 0px; 
}
.commentlist .comment .comment_date {
	color: #999;
}
.commentlist .comment .commentmetadata {
	float: right;
	font-size: 11px;
	color: #999;
	margin-top: 2px;
}
.commentlist .comment .commentmetadata a {
	font-size: 11px;
}
.commentlist .comment .comment-body p {
	line-height: 20px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 2px;
}

/* Respuesta - Form y comentario */
.commentlist #respond {
	width: 499px;
	margin-left: 71px;	
}
.commentlist #respond #commentform, .commentlist .children .comment_box  {
	width: 400px;
}
.commentlist #respond #commentform #comment {
	width: 393px;
}
.commentlist #respond h3 small {
	float: right;
}
#respond #commentform .comment_img .photo {
	border: none;
	position: relative;
	left: 0px;
	padding: 0px;
/*	left: -72px;
	top: -1px;
	padding: 4px;*/
	float: left;
}
.commentlist .children {
	background: url(images/punto_grisclaro.gif) repeat-x bottom left;
	padding-bottom: 20px;
	float: left;
	width: 499px;
	margin-left: 71px;	
	margin-bottom: 0px;
}
.commentlist .children .comment {
	margin-top: 15px;
}

/* Pingbacks */
.pingback {
	margin-top: 20px;
}
.pingback .comment_box {
	width: 540px;
}

/* PAGINA DE CONTACTO */

.formulario {
	width: 430px;
	background: red;
}

.formulario p {
	width: 100%;	
	float: left;
	clear: both;
	margin-bottom: 10px;	
}

.formulario label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 6px;
}

.formulario p select {
	background: #fbfbfb;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	width: 262px;
	padding: 7px 5px ;
	float: left;
}

.formulario p input.input {
	background: #fbfbfb;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	width: 250px;
	padding: 7px 5px ;
	float: left;
}

body form .input {
	font-family: Arial, Helvetica, sans-serif;
}

.formulario p textarea {
	background: #fbfbfb;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	width: 250px;
	height: 80px;
	padding: 7px 5px ;
	float: left;
}

.formulario #feedback {
	color: red;
	width: 210px;
	height: 50px;
	float: right;
	font-weight: bold;
	padding-top: 5px;
}

.formulario #feedback.ok {
	color: #000;
}

.formulario .enviar {
	float: right;
	background: #ffcc00;
	border-radius: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;		
	-ms-border-radius: 8px;		
	padding: 5px 10px;
	margin-right: 5px;
}

/* PAGINA UNA COLUMNA
-------------------------------------------------------------- */

#content.one-column {
	background: none;
	margin-left: 105px;
	margin-top: 50px;
	width: 660px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 2px 10px #ccc;
	padding-top: 40px;
	padding-left: 95px;	
	padding-bottom: 50px;
	position: relative;
}
#content.one-column .icon_cinta {
	position: absolute;
	top: -35px;
	left: 305px;
}
#content.one-column .page-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 40px;
}
#content.one-column .page-title.small {
	font-size: 38px;
}


/* FOOTER
-------------------------------------------------------------- */

#footer {
	background: url(images/footer_bg.png) repeat-x center top;
	width: 100%;
	min-width: 974px;
	height: 477px;
	margin: auto;
	float: left;
	margin-top: -70px;
	position: relative;
	margin-bottom: 40px;
	z-index: -1;
	position: relative;
}

.footer_content {
	width: 922px;
	height: 300px;
	margin: auto;
	background: url(images/footer_modulos.png) no-repeat left top;
	margin-top:150px;
	position: relative;
	z-index: 50;
}

.footer_content  img.content_bottom {
	position: absolute;
	top: -80px;
	left: -26px;
	margin: auto;
	z-index: 400;
}

.footer_about {
	width: 153px;
	position: absolute;
	top: 120px;
	left: 15px;
}
.footer_about p {
	color: #666;
}
.footer_about ul {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
	margin: 7px 0px;
}
.footer_about ul li {
	padding: 5px 0px;
}
.footer_about ul li a {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
}
.footer_about .icon_rss, .footer_about .icon_facebook, .footer_about .icon_twitter, .footer_about .icon_youtube {
	float: left;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 9px;
}

#footer .fb-like-box {
	border:none;
	margin-left: 15px;
	margin-top: 5px;
}

/* Footer Menú */
.footer_menu {
	width: 275px;
	position: absolute;
	top: 35px;
	left: 223px;
}
.footer_menu .list_title {
	width: 275px;
	font-size: 21px;
	margin-bottom: 5px;
}
.footer_menu ul {
	float: left;
	width: 300px;
}
.footer_menu ul li {
	width: 125px;
	float: left;
	padding: 5px 0px 15px 0px;
	margin-right: 20px;
	background: url(images/punto.gif) repeat-x bottom left;
}
.footer_menu ul li.last {
	background: none;
}
.footer_menu ul li a {
	font-weight: bold;
	font-size: 13px;
}

/* Footer tabs */

.footer_fb {
	position: absolute;
	top: 20px;
	left: 539px;
}
/*
.tab {
	padding: 8px 5px 4px 13px;
	height: 17px;
	position: relative;
	color: #930000;
	font-weight: bold;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 11px;
	background: url(images/icons_sprite.png) no-repeat left -51px;
}
.tab .tab_bg {
	width: 5px;
	height: 29px;
	position: absolute;
	right: -5px;
	top: 0px;
	background: url(images/icons_sprite.png) no-repeat right -51px;
}
.tab:hover {
	color: #FBA609;
	text-decoration: none;
}
.tab.selected {
	background-position: left -22px;
	color: #000;
}
.tab.selected .tab_bg {
	background-position: right -22px;
}

#tab_content {
	width: 350px;
	height: 225px;
	overflow: hidden;
	padding-left: 15px;
	float: left;
	margin: 8px 0px 0px 7px;
}
#tab_content .gris {
	color: #999;
}

.tab_content {
	float: left;
	margin-left: 0px;
	width: 350px;
	display: none;
}

.footer_tabs .tab_content li {
	background: url(images/punto_grisclaro.gif) bottom repeat-x;
	padding-bottom: 11px;
	line-height: 14px;
	margin-bottom: 1px;
	width: 350px;
}
.tab_content#tabs_ultimos_comentarios {
	display: block;
}
*/



/* Barra negra inferior */

#colofon {
	width: 100%;
	background: #000;
	border-top: 2px solid #666;
	height: 28px;
	position: absolute;
	bottom: -40px;
	font-size: 11px;
	color: #999;
	padding-top: 12px;
}

#colofon p {
	color: #999;
}

#colofon a {
	font-size: 11px;
	color: #ffcc00;
}

#copy {
	width: 917px;
	margin: auto;
}


/* USER PROFILE
-------------------------------------------------------------- */

#user_profile h2 {
	font-size: 18px;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	margin-top: 30px;
	float: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif
}

#user_profile .campo {
	width: 100%;
	float: left;
	font-size: 14px;
	margin: 5px 0px;	
	position: relative;
}
#user_profile .campo label {
	width: 150px;
	float: left;
	padding-top: 5px;
}
#user_profile .campo input {
	width: 200px;
	float: left;	
	border: 1px solid #ccc;
}
#user_profile .campo small {
	position: absolute;
	left: 368px;
	top: -2px;
	width: 200px;
	color: #999999;
}
#user_profile .campo select {
	width: 212px;
	float: left;	
	border: 1px solid #ccc;
}

.input_bottom {
	width: 100%;
	border-top: 1px solid #ffcc00;
	float: left;
	padding: 20px;
	clear: both;
	margin-bottom: 15px;
}

#user_profile input.button {
	background-image: none;
	background-color: #930000;
	border-color: #930000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;		
	-ms-border-radius: 5px;		
	height: 30px;
	text-align: center;
	padding: 0px 12px;
	color: #fff;
	float: right;
	cursor: pointer;
}
#user_profile input.button:hover {
	text-decoration: underline;
}

#user_profile #userphoto {
	float: left;
}
#user_profile #userphoto th {
	width: 150px;
	float: left;
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

#user_profile #userphoto_image_file_control {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}
#user_profile #userphoto_image_file_control input {
	padding: 0px;
}
#user_profile #userphoto_image_file_control .field-hint {
	display: none;
}

#user_profile #user-photo {
	float: left;
	margin-left: 155px;
}
#user_profile #user-photo label {
	margin-left: 10px;
}


/* Reseteos
-------------------------------------------------------------- */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup *//*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

*/

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
/*
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

*/

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}





/*

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

*/

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
/*
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
*/

