/*
Theme Name: LZ14
Theme URI: http://www.lagzero.net/
Description: El Pulento Tema de LagZero.NET
Version: 9.0.css.1
Author: Pepe Huerta
Author URI: http://www.lagzero.net
Tags: Tema Pulento

CSS bajo Licencia CC Share a Like Basado en otra wea

Hola CONCHETUMADRE! ;)
*/

/* MEDIDAS

Ancho: 1100px;
Bloque Contenidos: 1016px;
Sidebar: 360px;

gris #393939

*/
 
/* 
   Resetiando Segun Leimos (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix { 
	display: inline-block; 
}

/* start commented backslash hack \*/
* html .clearfix { 
	height: 1%; 
}

.clearfix {
	display: block; 
}

/* close commented backslash hack */

/*
	Fuentes
------------------------------------------------------------------- */
@font - face {
    font - family: 'Proxima Nova';
    src: url('type/proximanova-regular-webfont.eot');
    src: url('type/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('type/proximanova-regular-webfont.woff') format('woff'),
    url('type/proximanova-regular-webfont.ttf') format('truetype'),
    url('type/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font - weight: normal;
    font - style: normal
}

@font - face {
    font - family: 'Proxima Nova';
    src: url('type/proximanova-bold-webfont.eot');
    src: url('type/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('type/proximanova-bold-webfont.woff') format('woff'),
    url('type/proximanova-bold-webfont.ttf') format('truetype'),
    url('type/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font - weight: bold;
    font - style: normal
}

/* 
   General 
------------------------------------------------------------------- */

html {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* reset 1em to 10px */
	min-height: 100% !important; /*fix para gradiente full screen*/
	min-width: 1100px;	
}

body {
	min-width: 1100px;
	text-rendering: optimizeLegibility;
	background-color: #e8e8e8; /*color de fondo 393939*/
/*  background-image: url(i/cover-bg5.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-position: fixed;

*/	background-image: linear-gradient(bottom, #C4C4C4 100%, #E8E8E8 0%);
	background-image: -o-linear-gradient(bottom, #C4C4C4 100%, #E8E8E8 0%);
	background-image: -moz-linear-gradient(bottom, #C4C4C4 100%, #E8E8E8 0%);
	background-image: -webkit-linear-gradient(bottom, #C4C4C4 100%, #E8E8E8 0%);
	background-image: -ms-linear-gradient(bottom, #C4C4C4 100%, #E8E8E8 0%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(1, #C4C4C4),
			color-stop(0, #E8E8E8)
	);	

}

body.single-format-image {
	background: #000;
	color: #fff;
}

body.category-ladies, body.fondo-bg-ladies {
	background-color: #fce0f6 !important;
	background-image: url(i/patron-ladies.jpg) !important;
	background-repeat: repeat;
}

/* 
   Enlaces
------------------------------------------------------------------- */
a {
	color: #000; 
	text-decoration:none;
	-webkit-transition: color .6s linear;
    transition: color .6s linear;
    -moz-transition: color .6s linear; /** Firefox **/
    -o-transition: color .6s linear; /** Opera **/  	
	
}

a:hover {
	color: #a40000;
	text-decoration: underline;
	-webkit-transition: color .1s linear;
    transition: color .1s linear;
    -moz-transition: color .1s linear; /** Firefox **/
    -o-transition: color .1s linear; /** Opera **/  	
	
}

a:active {
	color: #f28c8c;
	-webkit-transition: color .1s linear;
    transition: color .1s linear;
    -moz-transition: color .1s linear; /** Firefox **/
    -o-transition: color .1s linear; /** Opera **/  	
}


/*
	Seleccion *.* - IE
--------------------------------------------------------------------*/
/*Mozilla-Geko*/
::-moz-selection{
	background:#a40000;
	color:#fff;
}

/* Otros */
::selection {
	background:#a40000;
	color:#fff;
}


/*
	Formatos
--------------------------------------------------------------------*/
strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

small {
	font-family: Arial, sans-serif;
	font-variant: small-caps;
}

/*
	Publicidad
--------------------------------------------------------------------*/
.publicidad-header {
	margin: 30px auto 30px auto;
}

.banner-leaderboard {
	margin: auto;
	width: 728px;
	height: 90px;
}

/* 
   Estructura 
------------------------------------------------------------------- */
#contenedor {
	margin: auto;
	width: 100%;
}

/*Header*/
/*Warning*/
#navegador-callampa {
	margin: auto;
	padding: 10px 0px 10px 0px;
	background: #a40000;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

#navegador-callampa a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}


#header {
	margin: auto;		
}

#contenido-header {
	width: 1096px;
	height: 57px;
	margin: auto;
	position: relative;			
}

#login-box {
	width: 1096px;
	margin: auto;
	position: absolute;
	bottom: 34px;
	right: 0px;
}

.contenedor-login {
	margin: auto;
	float: right;
	text-align: right;
	font-size: 14px;
	padding: 10px;
}

.contenedor-login a {
	font-family: Bitter, serif;
	color: #222;		
}

.contenedor-login a img.avatar {
	margin: auto 5px auto auto;
	border: 1px solid #f1f1f1;
	vertical-align: sub;
}

.contenedor-login a.salir {
	padding-right: 20px;
	background-image: url(i/flecha-r.svg),none;
	background-size: 15px;
	background-position: center right; 
	background-repeat: no-repeat;
	font-weight: bold; 
}

.contenedor-login a.lock {
	padding-left: 20px;
	background-image: url(i/candado.svg),none;
	background-size: 15px;
	background-position: center left; 
	background-repeat: no-repeat;
	font-weight: bold; 
}


#branding {
	height: 75px;
	width: 250px;
	position: absolute;
	bottom: -40px;
	padding: 10px 10px 10px 10px;
	z-index: 10; /*ojo*/
}

#branding h1 {
	text-indent:-10000px;
}

#branding h1 a{
	display:block; 
	background-image: url(i/vector-3d-trans.png);
	background-image: url(i/vector-3d.svg),none;
	background-size: contain;
	background-position: bottom left; 
	background-repeat: no-repeat;
	height:75px; 
	outline:none;
	margin-top: 0px;
}

#menu-header {
	background-color: #f5f5f5;		
/*	background-image: url(i/menu-bg2.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 710px;
	padding: 10px 0px 10px 0px;
}

#menu-header ul {
	list-style-type: none;
}

#menu-header ul li {
	display: inline-block;
	margin: 0px 0px 0px 8px;
}

#menu-header ul li a {
	color: #929292;
	font-size: 14px;
	font-family: /*'Proxima Nova',*/ "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 9px 0px 9px 0px;		
}

#menu-header ul li a:hover {
	text-decoration: none;
	color: #a40000;
	padding: 9px 0px 9px 0px;	
}

a.home {
	padding-left: 22px !important;
	background-image: url(i/home.png);
	background-image: url(i/home.svg),none;
	background-size: 16px;
	background-position: 0% 45% !important; 
	background-repeat: no-repeat;
	font-weight: bold;
}

a.home:hover {
	padding-left: 22px !important;
	background-image: url(i/home-color.png);
	background-image: url(i/home-color.svg),none !important;
	background-size: 16px;
	background-position: 0% 45% !important; 
	background-repeat: no-repeat !important;	
}

.drop {
	height: 600px;
	margin: auto;
	background: transparent;
}


#contenido-central {
	width: 1096px;
	margin: auto;
}

.post-single {
	margin: auto;
	background: #fff;
}

#footer {
	margin: auto;
}

.contenedor-footer {
	width: 1096px;
	margin: auto;
	background: #000000;
	border-top: 4px solid #a40000;
	overflow: hidden;
	position: relative;	
}

/* 
   index.php 
------------------------------------------------------------------- */
#portada-central {
	width: 1096px;
	margin: auto;
	background: #ffffff;
}

.portada-destacada {
	margin: auto;
	background: #fff;
}

.portada-firstscroll {
	margin: auto;
	height: 551px;
	overflow: hidden;
	background: transparent;		
}

.principal {
	width: 698px;
	background: transparent;
	height: 368px;
	float: left;
	border-right: 2px solid #fff;	
}

.fondo-principal {
	width: 698px;
	position: relative;
	height: 368px;
	overflow: hidden;
}

.imagen-principal {
	width: 698px;
	height: auto;
}

.titulo-principal {
	position: absolute;
	bottom: 0px;	

}

.titulo-principal h2 a{
	color: #fff;
	font-size: 22px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 0px 0px 4px #000;	
	display: block;
	width: 683px;
	padding: 368px 15px 0px 15px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/
    background-color: transparent;
	/*background: repeating-linear-gradient(135deg, rgba(57, 57 ,57, 0.6), rgba(57, 57 ,57, 0.6) 25px, transparent 25px, transparent 30px); */
}

.titulo-principal h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);	
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  			
}

span.palito {
	color: #a40000;	
}

.comment-esquina {
	position: absolute;
	bottom:15px;
	right: 0px;
}

span.comentarios-bubble{
	font-family: Bitter, serif;
	font-size: 10px;
	text-shadow: 0px 0px 0px #fff;
	color: #222;
	padding: 8px 8px 8px 8px;
	margin-left: 5px;
	font-weight: normal;
	vertical-align: super;
	background-image: url(i/comment2.svg),none;
	background-size: 18px;
	background-position: 50% 70%; 
	background-repeat: no-repeat;	

}

.caluga-chica-top {
	width: 396px;
	float: left;
	background: transparent;
	height: 183px;
	border-bottom: 1px solid #fff;
}

.fondo-caluga-chica-top, .fondo-caluga-chica-bottom {
	width: 396px;
	position: relative;
	height: 183px;
	overflow: hidden;
}

.imagen-caluga-chica-top, .imagen-caluga-chica-bottom {
	width: 396px;
	height: auto;
}

.titulo-caluga-chica-top {
	position: absolute;
	bottom: 0px;
	left: 0px;

}

.titulo-caluga-chica-top h2 a{
	color: #fff;
	font-size: 14px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0px 0px 4px #000;
	display: block;
	width: 366px;
	padding: 183px 15px 0px 15px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/  	
		
}

.titulo-caluga-chica-top h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";	
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  	
	
}


.caluga-chica-bottom {
	width: 396px;
	float: left;
	background: transparent;
	height: 183px;
	clear: right;
	border-top: 1px solid #fff;
}

.titulo-caluga-chica-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.titulo-caluga-chica-bottom h2 a{
	color: #fff;
	font-size: 14px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0px 0px 4px #000;	
	display: block;
	padding: 184px 15px 5px 15px;
	width: 366px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/  	
		
}

.titulo-caluga-chica-bottom h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  	
		
}

.caluga-estandar-1 {
	margin: auto;
	height: 183px;
	display: block;
	clear: both !important;
	border-top: 2px solid #fff;
	overflow: hidden;	
}

.fondo-caluga-estandar-1 {
	width: 1096px;
	position: relative;
	height: 183px;
	overflow: hidden;
}

.imagen-caluga-estandar-1 {
	width: 1096px;
	height: auto;
}

.titulo-caluga-estandar-1 {
	position: absolute;
	bottom: 0px;
	left: 0px;

}

.titulo-caluga-estandar-1 h2 a{
	color: #fff;
	font-size: 17px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0px 0px 4px #000;	
	display: block;
	padding: 183px 0px 5px 15px;
	width: 1096px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/  	
		
}

.titulo-caluga-estandar-1 h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  	
		
}

/*
	Videos en portada
---------------------------------------------------------------*/
#video-titulo-portada{
	margin: auto;
	background: #f7f7f7;
   -moz-box-shadow:    inset 0 0 10px #cccccc;
   -webkit-box-shadow: inset 0 0 10px #cccccc;
   box-shadow:         inset 0 0 10px #cccccc;	
}



#video-titulo-portada h2 {
	font-size: 24px;
	font-family: "Helvetica Neue", serif;
	text-align: left;
	color: #fff;
	margin: auto auto auto 15px;
	line-height: 54px;
}

#video-titulo-portada h2 a {
	color: #929292;
	padding: 20px 10px 20px 10px;
	font-weight: normal;
	
}

#video-titulo-portada h2 a:hover {
	color: #a40000;
	text-decoration: none;
}

#video-titulo-portada h2 a span {
	color: #a40000;
}

#video-titulo-portada h2 a:hover span {
	color: #929292;
}

#video-portada {
	margin: auto;
	height: 394px;
	overflow: hidden;
	background: transparent;
}


.playable {
	width: 700px;
	background: transparent;
	height: 394px;
	float: left;	
}

.fondo-playable {
	width: 700px;
	position: relative;
	height: 394px;
	overflow: hidden;
}

.imagen-playable {
	width: 700px;
	height: auto;
}

.titulo-playable {
	position: absolute;
	bottom: 0px;	

}

.titulo-playable h2 a{
	color: #fff;
	font-size: 22px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 0px 0px 4px #000;	
	display: block;
	width: 685px;
	padding: 394px 15px 0px 15px;
	background-image: url(i/play.png);
	background-image: url(i/play-3.svg),none;
	background-size: 65px;	
	background-position: center center;
	background-repeat: no-repeat;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/  	
	
			
}

.titulo-playable h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  	
		
}


.vid2 {
	width: 396px;
	float: left;
	background: transparent;
	height: 96px;
	border-top: 2px solid #ccc;	
	border-bottom: 2px solid #ccc;
}

.fondo-vid {
	width: 396px;
	position: relative;
	height: 96px;
	overflow: hidden;
	background: #000;
}

.imagen-vid {
	width: 96px;
	height: 96px;
}

.titulo-vid {
	position: absolute;
	top: 20px;
	left: 100px;

}

.titulo-vid h2 a{
	color: #fff;
	font-size: 14px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0px 0px 4px #000;
	display: block;
	width: 296px;
	padding: 0px 0px 0px 0px;
		
}

.titulo-vid h2 a:hover {
	color: #a40000;
	text-decoration: none;
}

.titulo-caluga-chica-top h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";	
}


.vid3 {
	width: 396px;
	float: left;
	height: 96px;
	clear: right;
	border-bottom: 2px solid #ccc;	
}

.vid4 {
	width: 396px;
	float: left;
	height: 96px;
	clear: right;
	border-bottom: 2px solid #ccc;	
}

.vid5 {
	width: 396px;
	float: left;
	height: 96px;
	clear: right;
	border-bottom: 3px solid #ccc;	
}

.vid6 {
	width: 396px;
	float: left;
	height: 96px;
	clear: right;
}


/*
	Segundo Scroll
---------------------------------------------------------------------*/
#contenido-segundoscroll {
	margin: 50px auto auto auto;
	background: #fff;
}

.columnas-segundo {
	width: 700px;
	background: #ccc;
	float: left;
}

.post-segscroll {
	margin: auto auto auto auto;
	background: #fff;
}

.imagen-post-portada {
	width: 700px;
	height: 169px;
	overflow: hidden;
}

.imagen-post-portada img {
	width: 700px;
	height: 169px;
}

.post-titulo-portada {
	margin: 7px 40px 20px 40px;
}

.post-titulo-portada h2 {
	font-size: 22px;
	line-height: 34px;
}

.post-titulo-portada h2 a{
	font-family: Bitter, serif;
	color: #000;
	font-weight: bold;	
}

.post-titulo-portada h2 a:hover {
	color: #a40000;
	text-decoration: none;
}

.columnas-segundo .autor {
	font-family: 'Helvetica Neue', serif;
	font-size: 13px;
	margin: 5px 0px 5px 40px;
	text-transform: uppercase;
	font-style: normal;
	color: #929292;	
}

.columnas-segundo .autor img.avatar {
	vertical-align: bottom;	
}


.post-segscroll .autor a {
	font-style: normal;
	color: #929292;
	font-weight: bold;
	text-transform: uppercase;	
}

.post-segscroll .autor a:hover {
	text-decoration: none;
	color: #a40000;
}


.post-cuerpo-portada {
	float: left;
	margin: auto 15px 40px 40px;
	width: 655px;
}

.post-cuerpo-portada p {
	font-family: inherit;
	font-size: 14px;
	line-height: 26px;
	margin: 0px 0px 12px 0px;
	text-align: left;
}

.post-cuerpo-portada p img {
	max-width: 100%;
	height: auto;
}

/*
 * Sidebar Index 
*/

#sidebar-segscroll {
	width: 396px;
	float: left;
}


.contenedor-sbindex {
	width: 300px;
	margin: auto;
}

.contenedor-sbindex div {
	margin-bottom: 50px;
}

.more-social {
	margin: -52px auto auto auto;
}

.more-social #twitter {
	width: 144px;
	height: 80px;
	border: 2px solid #48b2e5;
	float: left;
	margin-right: 2px;
	/*background: #48b2e5;*/
}

.more-social #gplus {
	width: 144px;
	height: 80px;
	border: 2px solid #d8443a;
	float: left;
	margin-left: 2px;
	/*background: #d8443a;*/
}

/*Top Comentaristas Index*/
.top-comentaristas-index {
	margin: auto;
	background-color: #f5f5f5;	
}

.top-com-contenedor {
	width: 200px;
	margin: 0px auto 0px auto !important;
}

.top-com-1 {

}

.top-com-5 {

}

.top-com-img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: 1px solid #222;
	position: relative;
	float: left;
}

.top-com-img img {
	width: 60px;
	height: auto;
	margin: 0px 0px 0px 0px;
}


.top-com-titulo {
	width: 128px;
	margin: 0px 0px 0px 10px;
	color: #929292;
	font-size: 13px;
	float: left;	
}
.bloque-index-titulo{
	font-family: "Helvetica Neue",Helvetica, Arial,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: auto auto auto auto !important;
	text-align: center;
	display: block;
	color: #929292 !important;
	padding: 15px 0px;
}
.bloque-index-titulo span{
	font-weight: bold;
	color: #A40000;
	text-shadow: none;
}

.top-com-1 .top-com-titulo{
	font-size: 2em;
}
.top-com-2 .top-com-titulo{
	font-size: 1.8em;
}
.top-com-3 .top-com-titulo{
	font-size: 1.4em;
}
.comentarios-small, .comentarios-small a, .comentarios-small a:hover, p.cuenta-com{
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
	
}

p.cuenta-com {
	margin-top: 5px;
}
.top-com-1 .cuenta-com, .top-com-2 .cuenta-com, .top-com-3 .cuenta-com{
	
}


.top-comentaristas-index p.cuenta-com {
	color: #929292;
}


/*
	Tercer Scroll
---------------------------------------------------------------------*/
#contenedor-tercer {
	margin: 50px auto auto auto;
	background: #fff;
}

.top-seven {
	width: 546px;
	height: 546px;
	float: left;
	background: transparent;
}

.lefty {
	border-right: 2px solid #fff;
}

.righty {
	border-left: 2px solid #fff;
}

.imagen-top {
	width: 546px;
	height: 546px;
	overflow: hidden;
	position: relative;
}

.imagen-top img {
	height: 548px;
	width: auto;
}

.top-quote {
	position: absolute;
	top: 0px;
}

.top-quote h2 a{
	color: #fff;
	font-size: 28px;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 40px;
	text-shadow: 0px 0px 5px #000;
	display: block;
	width: 483px;
	padding: 170px 40px 360px 40px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/  	
		
}

	.italia-mamma {
		font-style: italic;
	}

.top-quote h2 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  	
		
}



/*
	Cuarto Scroll
---------------------------------------------------------------------*/
#contenedor-cuarto {
	margin: 60px auto auto auto;
	background: #fff;	
}

.imagen-post-full {
	margin: auto;
	overflow: hidden;
	max-height: 300px;		
}

.imagen-post-full img {
	width: 100%;
	height: auto;
}

.post-titulo-full {
	margin: 20px 40px 20px 40px;
}

.post-titulo-full h2 {
	font-size: 26px;
	line-height: 40px;
}

.post-titulo-full h2 a{
	font-family: Bitter, serif;
	color: #000;
	font-weight: bold;	
}

.post-titulo-full h2 a:hover {
	color: #a40000;
	text-decoration: none;
}

.bajada-portada {
	margin: 20px 40px 20px 40px;
	width: 300px;
	font-size: 16px;
	line-height: 34px;
	float: left;
}

.bajada-portada h3 {
	font-size: 20px;
}

.autor-portada {
	font-size: 13px;
	font-style: italic;
}

.relacionado-portada {
	width: 716px;
	height: 250px;
	float: left;
}

.related-item-portada {
	width: 356px;
	float: left;
	border: 1px solid #fff;	
}

.imagen-related {
	width: 356px;
	height: 164px;
	overflow: hidden;
	position: relative;
}

.imagen-related img {
	width: 356px;
	height: auto;
}

.titulo-related-portada {
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.titulo-related-portada h3 a{
	color: #fff;
	font-size: 14px;
	font-family: Bitter, serif;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0px 0px 4px #000;
	display: block;
	width: 326px;
	padding: 183px 15px 0px 15px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/  	
		
}

.titulo-related-portada h3 a:hover{
	text-decoration: none;
	background-color: rgb(164, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(164, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffa018, endColorstr=#99ffa018)";
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/  	
		
}


#contenedor-paged {
	margin: auto auto auto auto;
	background: #fff;	
}

/* 
   single.php 
------------------------------------------------------------------- */
.imagen-post {
	max-width: 100%;
	margin: auto;
	max-height: 550px;
	overflow: hidden;		
}

.imagen-post img {
	width: 100% !important;
	height: auto;	
}

#navegacion-post {
	margin: auto auto 50px auto;
	position: relative;
	font-size: 14px;
}

#navegacion-post span.nota-anterior {
	width: 546px;
	position: absolute;
	left: 0;
	border: 1px solid #000;
	padding: 5px 0px;
}

#navegacion-post span.nota-siguiente {
	width: 546px;
	position: absolute;
	right: 0;
	text-align: right;
	border: 1px solid #000;
	padding: 5px 0px;	
}

#navegacion-post span.nota-siguiente a{
	
}

.post-titulo-single {
	margin: auto 40px 20px 40px;
}

.post-titulo-single h2 {
	font-size: 32px;
	line-height: 44px;
}

.post-titulo-single h2 a{
	font-family: Bitter, serif;
	color: #000;
	font-weight: bold;
}

.post-titulo-single h2 a:hover {
	color: #a40000;
	text-decoration: none;
}

.bajada {
	margin: auto auto auto 40px;
}

.bajada h3 {
	font-size: 22px;
	line-height: 34px;
	color: #000;
	font-style: italic;
}

.autor {
	font-family: 'Helvetica Neue', Helvetica, serif;
	font-size: 16px;
	font-style: normal;	
	margin: 15px 0px 15px 40px;
	color: #929292;
}

.autor img.avatar {
	vertical-align: bottom;	
}


.autor a {
	font-style: normal;
	color: #929292;
	font-weight: bold;	
}

.autor a:hover {
	text-decoration: none;
	color: #a40000;
}

.post-cuerpo-single {
	float: left;
	margin: auto 15px auto 40px;
	width: 701px;
}

.category-potq {
	width: 1016px;
	float: none;
	margin: auto 40px 40px 40px;
}
	/*fix*/
	body.category-potq{
		width: auto !important;
		float: none !important;
		margin: auto !important;
	}

div.banners-inline {
	width: 900px;
	margin: auto auto 15px auto;
}
div.banners-inline div {
	display: inline-block !important;
}


.post-cuerpo-single p {
	font-family: inherit;
	font-size: 17px;
	line-height: 28px;
	margin: 0px 0px 17px 0px;
	text-align: left;
}

.post-cuerpo-single p a {
	color: #a40000;
	font-weight: bold;
}

.post-cuerpo-single p a:hover {
	color: #000000;
}

.post-cuerpo-single pre {
	background-color: #a40000;
	margin: auto;
}

.post-cuerpo-single ul, .post-cuerpo-single ol {
	font-family: inherit;
	font-size: 15px;
	line-height: 25px;
	margin: 15px 0px 30px 0px;
}

.post-cuerpo-single ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px 0px 17px 10px;
	text-align: justify;	
}

.post-cuerpo-single ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0px 0px 17px 10px;
	text-align: justify;
}

.post-cuerpo-single h1 {
	color: #000;
	font-family: 'Bitter', serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	margin: 0px 0px 15px 0px;
	text-align: justify;
	text-decoration: underline;

}

.post-cuerpo-single h2 {
	color: #000;
	font-family: 'Proxima Nova', "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	margin: 0px 0px 15px 0px;
	text-align: justify;

}

.post-cuerpo-single h3 {
	color: #000;
	font-family: 'Bitter', serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	margin: 0px 0px 15px 0px;
	text-align: justify;

}

.post-cuerpo-single h4 {
	font-family: 'Bitter', serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: 0pt;
	color: #333333;
	padding-top: 0.95em;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
	margin-top: 12px;
	margin-right: 16px;
	margin-bottom: 14px;
	margin-left: 0pt;
	clear: both;
}

.post-cuerpo-single h5 {
	font-family: 'Bitter', serif;
	float:left;
	font-size:15px;
	line-height: 25px;
	margin: 8px 10px 8px auto;
	border-top: 4px solid #a40000;
	border-bottom: 2px solid #929292;	
	padding: 20px;
	width: 30%;
	color: #929292;
		-webkit-font-smoothing:antialiased;	
}

.post-cuerpo-single h6 {
	font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, sans-serif;
	float:right;
	color: #666;
	font-size:15px;
	line-height: 25px;
	margin: 8px auto 8px 10px;
	border-top: 4px solid #a40000;
	border-bottom: 2px solid #929292;	padding: 20px;
	width: 30%;
	color: #929292;
		-webkit-font-smoothing:antialiased;	
	
}

.post-cuerpo-single blockquote {
	background: #f1f1f1 url('i/backgrounds.gif') no-repeat 0 -414px;
	border: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0px auto 15px auto;
	padding: 8px 20px 0px 46px;
	word-wrap: break-word;	
}


/*ALERTA*/

.post-cuerpo-single p img {
	max-width: 100%;
	height: auto;
}

/*
/
/	Socialite.js
/
/
*/
/*
 * Socialite Look-a-like defaults
 */

ul.social-buttons {
	width: 90px;
	text-align: left !important;
	margin: 0px 10px 0px 0px !important;
	float: left;
	border-right: 2px solid #898989;	
}
 
.social-buttons { 
	display: block; 
	list-style: none; 
	padding: 0; 
	margin: 0px; 
}

.social-buttons > li { 
	display: block; 
	margin: 0px 0px 10px 0px !important; 
	padding: 0px;  
}

.social-buttons .socialite { 
	display: block; 
	position: relative; 
}

.social-buttons .socialite-loaded { 
	background: none !important; 
	margin: 0px 0px 0px 0px;
	display: inline-block; 
}
 
.social-buttons .twitter-share { 
	width: 50px; 
	height: 50px; 
	background-image: url(i/twitter-2012.svg);
	background-size: 25px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-color: #898989;
	padding: 2px;	
}
.social-buttons .googleplus-one { 
	width: 50px; 
	height: 50px; 
	background-image: url(i/googleplus.svg);
	background-size: 40px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-color: #898989;
	padding: 2px;	
	
}

.social-buttons .facebook-like { 
	width: 50px; 
	height: 50px; 
	background-image: url(i/like-alt.svg);
	background-size: 40px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-color: #898989;
	padding: 2px;	
	
}

.social-buttons .facebook-like.socialite-loaded {
	margin-bottom: 25px;
}

 
.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }



/*ALERTA*/

figure.video {
	margin: 0px 0px 15px 0px;
        
}

.post-tag-cloud {
	margin: 40px auto auto auto;
	height: 25px;
	clear: both;
	
}

.post-tag-cloud a{
	padding: 5px;
	background: #a40000;
	color: #fff;
	font-family: "Helvetica Neue", serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: color .6s linear;	
}

.post-tag-cloud a:hover {
	text-decoration: none;
	background: #222;
	-webkit-transition: color .1s linear;	
	color: #a40000;	
}

 /* Captions */
.wp-caption {
	margin: 15px auto 15px auto;
	max-width: 100%;
}

.wp-caption img {
	margin: auto;
	max-width: 100%;
	height: auto;
}
 
.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 23px;
	padding: 5px 5px 5px 5px !important;
	margin: auto !important;
	color: #fff;
	font-weight: bold;
	font-family: 'Proxima Nova', "Helvetica Neue", "Helvetica", sans-serif;
	background: #000;
}
/* End captions */


.navegacion-home {
	height: 30px;
	margin: auto auto auto auto;
	padding: 40px 0px 40px 0px;
	background: #fff;
	text-align: center;
	font-size: 16px;
}


/* 
   Paginas especiales
------------------------------------------------------------------- */
/*search.php*/
span.small-texto {
	font-size: 14px;
}

/*page-contacto.php*/
.page-contacto label {
	font-size: 16px;
	
}

.page-contacto input.name, .page-contacto input.email, .page-contacto input.url, .page-contacto textarea#contact-form-comment-g49279-comentario, .page-contacto textarea#contact-form-comment-g49279-mensaje , .page-contacto input.text {
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 14px;
	color: #5d0000;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;
/*	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/		
}

.page-contacto input.pushbutton-wide {
	padding: 10px;
	background-color: #a40000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f1f1f1;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
/*	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	*/		
}

.page-contacto input.pushbutton-wide:hover {
	background-color: #898989;
	cursor: pointer;
}


/*IMAGE.php*/

div.tiled-gallery {
	background-image: url(i/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.navegacion-galeria {
	display: block;
	margin: 20px auto 15px auto;
}

.contenedor-flechas {
	width: 600px;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 16px;
}

.contenedor-flechas a {
	color: #fff;
	padding: 10px;
	background: #a40000;
	font-family: "Proxima Nova", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/	
}

.contenedor-flechas a:hover {
	background: #000;
	text-decoration: none;
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/	
}

.contenedor-flechas .img-anterior {
	display: inline;
	width: 148px;
	padding: 5px;
}

.contenedor-flechas .img-siguiente {
	display: inline;
	width: 148px;
	padding: 5px;
}

/* Page Instagram */
.box-sidebar-instagram{
	background-color: #f1f1f1;
	padding: 5px 0px 0px 0px;
}

.page-instagram {
	margin-bottom: 0px !important;
}
.titulo-instagram {
	width:490px;
	color: #f1f1f1;
	background-color: #a40000;
	padding: 8px 5px 8px 5px;
	font-size: 16px;
	font-family: Helvetica, serif;
	font-weight: bold;
	margin: 20px auto 0px auto;
	display: block;
	background-image: url(i/instagram-ico.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;	

}

.instagram-top {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}


.instagram-bottom {
	width: 50%;
	float: left;
	margin-bottom: 40px;	
}

/* 404.php */
.cuatrocerocuatro{
	margin: auto;
	background-image: url(i/404.png);
	background-position: 0% 27%;
	background-repeat: no-repeat;
}
.titulo-404{
	font-size: 25px;
	text-align: center;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;	
	margin: 0px 0px 20px 0px;
	text-shadow: 1px 1px 0px #f1f1f1;	
}

.big-404 {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size:120px;
	text-align: center;
	color: #222222;
  	text-transform: uppercase;
 	text-shadow: 1px 1px 0px #222;
 	font-weight: bold;
 	margin: 0px 0px 30px 0px;
 	letter-spacing: -10px;	 	
}

.big-404 p span {
	color: #a40000;
}

.explain-404 {
	font-size: 20px;
	text-shadow: 1px 1px 0px #f1f1f1;
	text-align: center;
	margin: 0px 0px 50px 0px;
}

.explain-404 p{
	line-height: 28px;
}

.revisa-esto {
	font-size: 18px;
	text-align: right;
	margin: 0px 0px 50px 0px;
	text-shadow: 1px 1px 0px #f1f1f1;		
}

.buscon {
	font-size: 16px;
	text-align: center;	
	text-shadow: 1px 1px 0px #f1f1f1;	
}

.buscador {
	margin: 20px auto 0px auto;
	display: block;
	width: 342px;
}

.buscador div{
	margin-left: 0px !important;
}


/* Cajas Modales */

#busqueda-modal {
	display: none;
	/*background-image: url(i/dp-3.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	padding: 10px;		
}

.titulo-busqueda {
	margin: 15px auto 15px auto;
	width: 100%;
	display: block;
}


.titulo-busqueda h6 {
	color: #222222;
	text-align: center;
	font-size: 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.titulo-busqueda h6 span.pipe {
	color: #a40000;
}

.titulo-busqueda h6 span.hash {
	color: #f07900;
}

.busqueda-intro {
	color: #929292;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "Droid Serif", Helvetica, Arial, sans-serif;*/
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0.2em 0 1.2em;	
}

.campo-busqueda {
	width: 300px;
	margin: 10px 0px 10px 20px;
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #ccc;
}

.campo-busqueda input.busqueda {
	height: 24px !important;
	border: 1px solid #ccc;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b5b5b5;
}

.search-img {
	padding: 5px;
	background: #fff;
	margin-left: 5px;
	border: 1px solid #ccc;
	float: left;
}

.busqueda-texto {
	width: 430px;
	color: #929292;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "Droid Serif", Helvetica,Arial,sans-serif;*/
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0.2em 0 1.2em;
}

.busqueda-texto a {
	color: #929292;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;	
}

#suscripcion-modal {
	display: none;
	width: 700px;
	/*background-image: url(i/freeman.png);
	background-repeat: no-repeat;
	background-position: right center;*/
}

#suscripcion-modal ul li {
	margin-bottom: 20px;
	line-height: 1.0em;
}

#suscripcion-modal ul li a{
	color: #929292;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;	
}

span.tabulado {
	width: 340px;
	font-size: 12px;
}

.sus-email {
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 0;
	height: 32px;
} 
.sus-facebook { 
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 -35px; 
	height: 32px; 
}
 
.sus-buzz { 
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 -70px;  
	height: 32px; 
}
 
.sus-rss { 
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 -105px;  
	height: 32px; 
} 
.sus-steam { 
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 -140px;  
	height: 32px; 
} 
.sus-twitter { 
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 -175px;  
	height: 32px; 
}
 
.sus-youtube { 
	background-image: url(i/sprite-suscripcion.png);
	background-repeat: no-repeat;
	padding-left: 38px; 
	background-position: 0 -210px;  
	height: 32px; 
}


/* Login Modal */

#login-modal {
	display: none;
	width: 600px;
	height:400px;
	background-image: url(i/z-del-zorro.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Helvetica Neue", Helvetica, sans-serif;		
}

.label-login {
	margin: 20px 10px 10px 46px;
	font-size: 14px;
	color: #ccc;
}

.login-name {
	margin: 10px;
	padding-left: 36px;
}

.login-name input {
	height: 30px;
	width: 230px;
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 22px;
	color: #5d0000;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;	
}

.password-input {
	margin: 10px 10px 5px 10px;
	padding-left: 36px;	
	
}

.password-input input {
	height: 30px;
	width: 230px;
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 14px;
	color: #5d0000;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background-color: #f1f1f1;
}

.forever-check {
	font-size: 14px;
	color: #222222;
	margin: 0px 10px 5px 40px;
	
}

.login-submit {
	margin: 0px 0px 5px 180px;	
}

.login-submit input.button {
	padding: 10px;
	background-color: #a40000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f1f1f1;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;	
}

.login-submit input.button:hover {
	background-color: #898989;
	cursor: pointer;	
}

.extras-login {
	margin: 10px 10px 10px 46px;
}

.extras-login ul {
	list-style-type: disc;
}

.extras-login ul li {
	margin: 5px 5px 0px 0px;
}

.extras-login ul li a{
	font-size: 14px;
	font-weight: bold;
}
 

/* 
   footer.php 
------------------------------------------------------------------- */
.top-footer {
	width: 100%;
	margin: auto;
	display: block;
}

.datos-footer {
	width: 548px;
	float: left;
}

.datos-footer ul{
	color: #fff;
	font-size: 16px;
	font-family: "Proxima Nova", sans-serif;
	text-transform: lowercase;
	margin: 20px auto auto 40px;
}

.datos-footer ul li {
	margin: auto auto 20px auto;
}

.datos-footer ul li a{
	color: #fff;
}

.datos-footer ul li a:hover {
	color: #a40000;
}

li.map-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/map-pin.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}

li.fb-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/fb-circle.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}

li.tw-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/tw-circle.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}

li.gp-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/gp-circle.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}

li.ig-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/ig-circle.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}

li.yt-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/yt-circle.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}

li.rs-foo a{
	padding: 10px 0px 0px 25px;
	background-image: url(i/rss-circle.svg),none;
	background-size: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	
}
	

.logo-footer {
	width: 548px;
	float: left;
}

#foot-logo {
	height: 97px;
	width: 229px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 259px;
}

#foot-logo h6 {
	text-indent:-10000px;
}

#foot-logo h6 a{
	display:block; 
	background-image: url(i/vector-3d-trans.png);
	background-image: url(i/vector-3d.svg),none;
	background-size: contain;
	background-position: bottom left; 
	background-repeat: no-repeat;
	height:97px; 
	outline:none;
	margin-top: 0px;
}

.bottom-footer {
	width: 100%;
	margin: auto;
	display: block;
}

#amigos-montenbaik {
	clear: both;
	margin: auto 40px auto 40px;
	display: block;
}

.amiguis {
	color: #fff;
	margin: auto auto 20px auto;
	font-size: 16px;
	text-align: center;
}

#amigos-montenbaik span.lista-amiguis {
	font-size: 13px;
	line-height: 15px;
	font-family: Bitter, serif;
	word-break: break-word;
	text-align: center;
}

.rainbow {
/*background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #FF2222),
	color-stop(0.15, #F2F2FF),
	color-stop(0.3, #2222FF),
	color-stop(0.45, #22FFFF),
	color-stop(0.6, #22FF22),
	color-stop(0.75, #22FF22),
	color-stop(0.9, #FFFF22),
	color-stop(1, #F22222)
);
background-image: -o-linear-gradient(right, #FF2222 0%, #F2F2FF 15%, #2222FF 30%, #22FFFF 45%, #22FF22 60%, #22FF22 75%, #FFFF22 90%, #FF2222 100%);
background-image: -moz-linear-gradient(right, #FF2222 0%, #F2F2FF 15%, #2222FF 30%, #22FFFF 45%, #22FF22 60%, #22FF22 75%, #FFFF22 90%, #FF2222 100%);
background-image: -webkit-linear-gradient(right, #FF2222 0%, #F2F2FF 15%, #2222FF 30%, #22FFFF 45%, #22FF22 60%, #22FF22 75%, #FFFF22 90%, #FF2222 100%);
background-image: -ms-linear-gradient(right, #FF2222 0%, #F2F2FF 15%, #2222FF 30%, #22FFFF 45%, #22FF22 60%, #22FF22 75%, #FFFF22 90%, #FF2222 100%);
background-image: linear-gradient(to right, #FF2222 0%, #F2F2FF 15%, #2222FF 30%, #22FFFF 45%, #22FF22 60%, #22FF22 75%, #FFFF22 90%, #FF2222 100%);
*/
  color:transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;

  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );  
}

.atrincaL {
	width: 50px;
	height: 35px;
	float: left;
}

.atrincaR {
	width: 50px;
	height: 25px;
	float: right;
}

.firefox-white {
	color: #ffffff !important;
	
}

.bottom-line {
	margin: 10px auto auto auto;
	padding-bottom: 10px;
}

.bottom-line p {
	text-align: center;
}

.bottom-line p a{
	color: #ccc;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}


.kbzas {
	position: absolute;
	bottom: -85px;
	left: 40px;	
}

.kbzas ul li {
	display: inline-block;
	margin: 0px 0px 0px 10px;	
}

.kbzas ul li a img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .5s ease-in-out; /** Firefox **/
    -o-transition: all .5s ease-in-out; /** Opera **/    
}



.kbzas ul li a img:hover {
    transform: translate(0,-35px);
    -webkit-transform: translate(0,-35px); /** Chrome & Safari **/
    -o-transform: translate(0,-35px); /** Opera **/
    -moz-transform: translate(0,-35px); /** Firefox **/
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/    
}

/* 
   single VIDEO 
------------------------------------------------------------------- */
.video-post {
	margin: auto;
	max-height: 616px;
	overflow: hidden;		
}

.video-post img {
	width: 100%;
	height: auto;	
}

/* 
   sidebar single 
------------------------------------------------------------------- */
#sidebar-single {
	width: 300px;
	float: right;
	background: transparent;
	margin: auto 40px auto auto;
}

.contenido-sidebar {
	width: 300px;
	margin: auto auto auto auto;
}

.contenido-sidebar div {
	margin-bottom: 10px;
}

/* 
   Category & Archives & Tags 
------------------------------------------------------------------- */
.special-title {
	margin: auto;
	border: 1px solid #000;
	height: 300px;
	display: block;
	background: #262626;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.special-title .contenedor-title {
	margin-top: 110px;	
}

.special-title p {
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-family: 'Helvetica Neue', sans-serif;
}

.special-title p span.pipe {
	color: #a40000;
}

.special-title p span.hash {
	color: #f07900;
}


/*
	Galerias
------------------------------------------------------------------- */

/*.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
*/
/*
	Comentarios y Paginador
------------------------------------------------------------------- */
#comentarios-post {
	margin: 40px auto 40px auto;
	display: block;
	
}

#cabeza-comentarios {
	max-width: 804px;
	color: #929292;
	display: block;
	margin: 10px 0px;
	font-size: 20px;
	font-family: 'Proxima Nova', "Helvetica Neue", "Helvetica", sans-serif;
	background: #f5f5f5;
	padding: 20px 0px;
}	

#cabeza-comentarios div.titulo {
	float: left;
	margin-left: 20px;
	
}


	#cabeza-comentarios div.titulo h3 {

	}
	
		#cabeza-comentarios div.sin-comentarios {
			clear: both;
			margin: 20px auto 20px 20px;
		}

#cabeza-comentarios div.anchor {
	float: right;
	text-align: right;
	margin-right: 20px;
	font-family: 'Proxima Nova', "Helvetica Neue", "Helvetica", sans-serif;
}

	#cabeza-comentarios div.anchor a{
		font-weight: bold;
		color: #929292;
	}
	
	#cabeza-comentarios div.anchor a:hover {
		text-decoration: none;
	}

/* Paginador de Comentarios
---------------------------- */
.paginador-comentarios {
	width: 804px;
	margin: auto;
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.paginador-comentarios a {
	text-decoration: none;
	border: solid #ccc 1px;
	background-color: #e8e8e8;
	color: #555;
	font-weight: normal;
}

.paginador-comentarios a:link, .paginador-comentarios a:visited {
	border: solid #ccc 1px;
	padding: .2em .4em;
}

.paginador-comentarios a:hover {
	border: solid #222 1px;
	background-color: #222;
	color: white;
	font-weight: normal;
}

.paginador-comentarios a:active {
	border: solid #ccc 1px;
	background-color: #e8e8e8;
	color: #555;
}


.paginador-comentarios .page-numbers {
	border: solid #ccc 1px;
	background-color: #e8e8e8;
	color: #555;
	font-weight: normal;
	padding: 3px 6px 3px 6px;
}	

.paginador-comentarios .current {
	border: 1px solid #a40000;
	padding:3px 6px 3px 6px;
	color: #fff;
	background:#a40000;
	font-weight: bold;
}

/*------------ 0 ------------ */
.lista-comentarios{
	width: 804px;
	border: 0px solid #ccc;
}

.lista-comentarios li.bypostauthor {
	background: #fff2ee !important;
	list-style-type: none;	
	border-bottom: 1px solid #ccc;
}

.lista-comentarios li.even {
	background:#f1f1f1;
	list-style-type: none;
	/*border-bottom: 1px solid #ccc;*/
}

.lista-comentarios li.odd {
	background:#f6f6f6;
	list-style-type: none;
	/*border-bottom: 1px solid #ccc;*/
}

ul.commentlist {
	margin: 0px auto 30px auto;
}

ul.commentlist li {
	width: 800px;
	margin: auto;
}


ul.commentlist li.even {
	background:#f1f1f1;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

ul.commentlist li.odd {
	background:#fff;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

ul.commentlist li ul.children li.depth-2 {
	margin: 0px 0px 15px 30px;
	width: 740px;
}

	ul.commentlist li ul.children li.depth-2 .gravatar-comentario {
		float:left;
		width:30px;
		height: 30px;
		margin-left: 10px;	
	}
	
	ul.commentlist li ul.children li.depth-2 .gravatar-comentario img {
		position:relative;
		z-index:1;	
		width: 30px !important;
		height: 30px !important;			
	}
	
	ul.commentlist li ul.children li.depth-2 .datos-comentario {
		float:left;
		min-height: 65px;
		margin-bottom: 8px;
	}
	
	ul.commentlist li ul.children li.depth-2 .autor-comentario {
		font-size: 16px;
		margin: 0px 0px 6px 8px;
		
	}
	
	ul.commentlist li ul.children li.depth-2 .fecha-comentario {
		font-size: 12px;
		margin: 0px 0px 4px 10px;
	}

	ul.commentlist li ul.children li.depth-2 .texto-comentario {
		display: block;
		margin:10px auto 10px auto;
		padding: 0px 20px;
		clear:both;
		font-size: 12px;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica,Arial,sans-serif;
		line-height: 14px;
		color: #393939;
		word-wrap: break-word;
		position:relative;	
	}
	
	ul.commentlist li ul.children li.depth-2 .texto-comentario p {
		margin-bottom: 1em;
	}	



ul.commentlist li ul.children li.depth-3 {
	margin: 0px 0px 15px 30px;
	width: 95%;	
}

	ul.commentlist li ul.children li.depth-3 .datos-comentario {
		float:left;
		min-height: 65px;
		margin-bottom: 8px;
		width: 90%;
	}	

ul.commentlist li ul.children li.depth-5 {
	margin: 0px 0px 0px 30px;
	width: 100%;	
}


div.comentario {
	min-height: 100px;
	padding: 20px 0px 20px 0px;

}

.gravatar-comentario {
	float:left;
	width:70px;
	height: 70px;
	margin-left: 10px;
}

.gravatar-comentario img {
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;*/
	border: 2px solid #222;
	position: relative;		
}

.datos-comentario {
	float:left;
	width: 700px;
	min-height: 85px;
	margin-bottom: 10px;
}

.autor-comentario {
	font-size: 18px;
	margin: 0px 0px 8px 10px;
	font-family: Bitter, serif;
	color: #393939;
	
}

.fecha-comentario {
	font-size: 13px;
	margin: 0px 0px 4px 10px;
	color: #929292;	
}

.fecha-comentario a {
	color: #929292;
}

.cuenta-comentario {
	font-size: 13px;
	margin: 0px 0px 8px 10px;
	color: #929292;	
}

.karma {
	display: block;
	padding: 2px;
	font-size: 13px;
	margin: 0px 0px 8px 10px;
	width: 400px;
	color: #929292;	
}

/*li.even div.karma{
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	width: 100px;
}*/

.comentario-numero {
	float: right;
	font-size:18px;
	font-weight:bold;
	font-family: tahoma, arial, sans-serif;
	font-weight:100;
	color:#929292;
	/*overflow:hidden;*/
	right:10px;
	letter-spacing:-3px;
	text-align: right;
	margin-right: 10px;
	clear:both;	
}

.texto-comentario {
	display: block;
	margin:10px 10px 10px 10px;
	width: 650px;
	clear:both;
	font-size: 14px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica,Arial,sans-serif;
	line-height: 24px;
	word-wrap: break-word;
	position:relative;
	color: #393939;	
}

.texto-comentario p {
	margin-bottom: 1em;
}

.texto-comentario img{
	max-width: 40%;
}

a.comment-reply-link {
	padding: 2px;
	color: #fff;
	background: #a40000;
	font-family: arial,sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/		
}

a.comment-reply-link:hover {
	background: #898989;
	text-decoration: none;
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/	
}

a#cancel-comment-reply-link {
	font-family: sans-serif;
	color: #fff;
	background: #5D0000;
	font-size: 12px;
	font-variant: normal;
	text-transform: uppercase;
	padding: 4px;
	font-weight: bold;
    transition: all .6s linear;
    -webkit-transition: all .6s linear; /** Chrome & Safari **/
    -moz-transition: all .6s linear; /** Firefox **/
    -o-transition: all .6s linear; /** Opera **/	
}

a#cancel-comment-reply-link:hover {
	text-decoration: none;
	background: #a40000;
    transition: all .1s linear;
    -webkit-transition: all .1s linear; /** Chrome & Safari **/
    -moz-transition: all .1s linear; /** Firefox **/
    -o-transition: all .1s linear; /** Opera **/	
	
}



/* Trackbacks */

#pingbacks {
	width:800px;
	background: #f5f5f5;
	padding: 10px 0px 10px 0px;
	margin: auto 0px 20px 0px;
	color: #929292;
}

#pingbacks h3 {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 10px 8px 10px;
	font-size: 1.4em;
	
}

#pingbacks ul li {
	list-style-type: disc;
	margin: 0px 10px 8px 25px;
}

#pingbacks p.ping-autor {
	font-size: 1.256em;
	margin: 0px 0px 5px 0px;
}

#pingbacks p.ping-link {
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
}

#pingbacks p.ping-link a{
	color: #929292;
}

#pingbacks blockquote.ping-txt p{
	font-size: 1.0em;
	line-height: 1.1em;
}


/* Forumlario de Respuesta 
---------------------------- */
#contestar {
	width: 804px;
	background-color: #f5f5f5;
	color: #929292;
	/*background-color: #cccccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F2F2F2),
		color-stop(1, #CCCCCC)
	);
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CCCCCC 100%);
	*/
}
#respond {
	width: 80%;
	margin: auto;
	padding: 20px;
}

h3#reply-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.leyenda h3 {
	font-size: 20px;
	margin: 10px 0px 8px 10px;
/*	text-shadow: 0px 2px 0px #f1f1f9;
	filter: dropshadow(color=#f1f1f9,offX=0,offY=2);	
*/
}

.identificacion {
	margin: 0px 0px 5px 2px;
	font-size: 16px;
}

.identificacion-bajada {
	margin: 5px 0px 8px 2px;
	font-size: 12px;
}

.form_row {
	margin: 0px 0px 5px 11px;
	font-size: 1.3em;
}

.suscripcion-checkbox {
	margin: 0px 0px 5px 11px !important;
	padding: 0px !important;
}

.suscripcion-checkbox p.subscribe-to-comments {
	margin: 0px !important;
	padding: 0px !important;
}

.suscripcion-checkbox label{
	font-size: 1.3em;
}

.form_value textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #9e9e9e;
	box-shadow:3px 3px 3px #c5c5c5;
	-webkit-box-shadow:3px 3px 3px #c5c5c5;
	-moz-box-shadow: 3px 3px 3px #c5c5c5;
	overflow: auto;	
}

.enviar-comentario {
	text-align: right;
	width: 570px;
	margin-bottom: 10px;
}

input.boton {
	background: #E9E8E8 url('i/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1.2em Verdana,sans-serif;
	margin-top: 3px;
	padding: 3px;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.boton-publicar{
	width: 80px !important;
	font-size: 12px;
	height:auto;
	font-weight: bold !important;
}

input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.boton:hover,input.boton:focus {
	background: #FFFFF5;
}

input.boton:hover, input.boton:focus {
	color: #123;
	cursor: pointer;
}	

.gravatar-live {
	border: 2px solid #222;
	height: 80px;
	width: 80px;
	float: left;
	margin: 0px 10px 20px 11px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
}

.gravatar-logged {
	border: 2px solid #222;
	height: 80px;
	width: 80px;
	float: left;
	margin: 0px 10px 5px 11px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
}

/*
	Clases Wordpress
------------------------------------------------------------------- */
/*acronym*/
acronym, abbr, span.caps { 
	cursor: help; 
}
acronym, abbr { 
	border-bottom: 1px dashed #999; 
}

/* +++++ Alinea Fotos y video +++++*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right; 
	margin:10px !important;
}

.alignleft{
	float:left; 
	margin:10px !important;
}

object { 
	display:block; 
	margin:auto;
} 

embed { 
	display:block; 
	margin:auto;
} 

.ngg-galleryoverview {
	margin: 0px auto 50px auto !important;
	display: block !important;
	max-width: 100% !important;
	padding: 5px !important;
	background: #f4f4f4;
}

.ngg-navigation { 
	margin-top:0px; 
	margin-bottom:10px;
}
 
img#wpstats {
	display: none !important;
}

.daft-punk {
	background-image: url(i/colors.gif) !important;
	background-repeat:repeat !important;
	background-position: center center !important;
}


/*Post con multiples paginas*/
.post-cuerpo-single .pagina-actual {
	margin: auto 10px auto auto;
	display: block;
	position: relative;
	border-top: 2px solid #ccc;
	height: 25px;
}

.post-cuerpo-single .pagina-actual .numero {
	position: absolute;
	right: 0px;
	top: -1px;
	padding: 5px;
	background: #f5f5f5;
	color: #929292;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.post-cuerpo-single .multi-pagina{
	display: block;
	margin: 10px auto 25px auto;
	text-align: center;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #929292;
	text-transform: uppercase;
	font-weight: normal;
	
}

.post-cuerpo-single .multi-pagina span.contentjumpnumber { 
	vertical-align: middle;	
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	border: solid #222 1px;
	background-color: #a40000;
	color: #fff;

}
								
.post-cuerpo-single .multi-pagina a.contentjumpnumber {
	vertical-align: middle;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	border: solid #ccc 1px;
	background-color: #e8e8e8;
	color: #555;
	font-weight: normal;
}
							
.post-cuerpo-single .multi-pagina a.contentjumpnumber:hover { 
	border: solid #222 1px;
	background-color: #222;
	color: #fff;
	font-weight: normal; 
}


/*
 * Metro
 *
 */
 .metro-social {
	 width: 300px;
	}

.metro-height-extend {
	height:145px;
	}

.metro-height {

	}

.metro-social li {
	position:relative;
	cursor:pointer;
	list-style:none;
	}

.metro-social .metro-facebook,.metro-twitter,.metro-googleplus,.metro-pinterest,.metro-linkedin,.metro-youtube,.metro-rss,.rss-feed,.metro-specific,.googleplus-one,.twitter-one,.linkedin-one,.pinterest-one,.twitter-one-extend,.pinterest-one-extend,.youtube-one,.twitter-extend-one { 
	float:left;

	position:relative;
	display:block;
	}

.metro-social .metro-facebook {
	background:url(i/facebook.png) no-repeat center center #1f69b3;
	width:47%;
	height:140px;
	padding:0;
	}

.metro-social .metro-twitter {
	background:url(i/twitter-metro.png) no-repeat center center #43b3e5;
	width:23%;
	height:69px;
	padding:0;
	}

.metro-social .metro-googleplus {
	background:url(i/google-metro.png) no-repeat center center #da4a38;
	width:23.3%;
	height:69px;
	padding:0;
	}

.metro-social .metro-youtube {
	background:url(i/youtube-metro.png) no-repeat center center #e64a41;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .metro-rss {
	background:url(i/feed.png) no-repeat center center #e9a01c;
	width:47%;
	height:69px;
	padding:0;
	}

.metro-social .rss-feed {
	background:url(i/feed.png) no-repeat center center #e9a01c;
	width:95%;
	height:69px;
	padding:0;
	}


.metro-social .youtube-one {
	background:url(i/youtube-metro.png);
	background-image: url(i/youtube18.svg),none;
	background-size: 45px;	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e64a41;	
	width:300px;
	height:69px;
	padding:0;
	margin-top: 4px;
	}

.metro-social .googleplus-one {
	background:url(i/google-metro.png);
	background-image: url(i/googleplus.svg),none;
	background-size: 60px;	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #da4a38;	
	width:148px;
	height:69px;
	padding:0;
	}

.metro-social .twitter-one {
	background-image: url(i/twitter-metro.png);
	background-image: url(i/twitter-2012.svg),none;
	background-size: 35px;	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #43b3e5;
	width:148px;
	height:69px;
	padding:0;
	margin-left: 4px;
	}

.metro-social .twitter-one-extend {
	background:url(i/twitter-metro.png) no-repeat center center #43b3e5;
	width:47%;
	height:140px;
	padding:0;
	}

.metro-social .twitter-extend-one {
	background:url(i/twitter-metro.png) no-repeat center center #43b3e5;
	width:95%;
	height:69px;
	padding:0;
	}

.metro-social li:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

.metro-social .fbhover, .twitterhover, .googlehover, .linkedinhover, .pinteresthover{
	visibility:hidden;
	opacity:0;
	transition:visibility 2.5s linear 0.5s,opacity 0.5s linear;
	}

.metro-twitter:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.twitter-one-extend:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-googleplus:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.metro-youtube:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.youtube-one:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.googleplus-one:hover .googlehover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.twitter-one:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}
.twitter-extend-one:hover .twitterhover{
	opacity:1;
	transition-delay:0s;
	visibility: visible;
	}