/* GENERALES ------------------------------- */

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #000000;
    overflow-x: hidden;
}

.bg-gray {
    background: #d5d5d5;
}

.bg-black {
    background-color: #000000 !important;
}

.naranjo {
    color: #f07900;
}

.cyan {
    color: #00b0ea;
}

::selection {
    background: #00b0ea;
    color: #fff;
}

/* TIPOGRAFIA ------------------------------- */

h1, h2, h3, h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

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


.navbar-brand img {
    position: absolute;
    height: 50px;
    margin-top: -27px;
}

.navbar-nav li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 15px 0 15px;
    display: block;
    color: #ffffff !important;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-toggler {
	border-color: #005875 !important; 
}

.navbar-nav li a:hover {
	color:#00b0ea !important; 
}

.line-menu {
    margin-top: -8px;
    background-color: #000000;
    z-index: 1000;
}

.color-mtbk {
    position: relative;
    height: 8px;
    background-color: #03adef;
    width: 170px;
}

.color-mtbk a {
    cursor: pointer;
    z-index: 989;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: visible;
}

.buscar_goo input {
    width: 150px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    z-index: 9;
    background-color: #005875;
    font-size: 14px;
    border-color: #cccccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 0 5px;
}

.buscar_goo input[type=text]:focus {
    color: #ffffff;
    background-color: #005875;
}

.buscar_goo button {
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #00b0ea;
    border-color: #005875;
    border-radius: 3px;
    padding: 0 5px;
    background-color: #000000;
}

#bs4navbar .dropdown-menu {
    text-align: center;
    background-color: rgba(0,0,0,.8);
    right: -10px;
    left: auto;
    min-width: 13rem;
    padding: 10px;
    top: 95%;
}

/* BANNER ADS ------------------------------- */

.banner_superior {
  max-height: 180px;
  background: #d5d5d5;
}

.banner_superior img, .banner-sidebar img, .responsive_ad img, .responsive_img img {
  max-width: 100%;
}

.banner_full_brand {
  height: 180px;
}

.banner_superior, .contenido {
    background-repeat: no-repeat;
    background-position: top;
}

.banner-mobile img {
    width: 500px;
    max-width: 100%;
}


.banner-sidebar {
    margin-bottom: 10px;
}

.insta-gallery-profile {
    display: none !important; 
}

.insta-gallery-alert {
    background-color: #cccccc;
}

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

.ads-rrss {
  max-width: 300px;
}

.instagram-sidebar {
  width: 100%;
}

.sidebar {
    max-width: 330px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
}

.sidebar h3, .bottombar h3 {
    color: #6f6f6f;
    font-size: 1.2rem;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00b0ea;
}

.sidebar .fab, .bottombar .fab {
    color: #00b0ea;
}

.bottombar {
    background: #f5f5f5;
}

/* CONTENIDO ------------------------------- */

.home-news {
    background-color: #ffffff;
}

.container-fluid.contenido {
    background-size:0;
}
  
.noticia-principal {
    height: 350px;
    margin-top: -2px;
    text-align: right;
    border: 2px solid #fff;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.normal-noticia h1 {
    font-weight: 600;
}

.noticia-secundaria, .noticia-relacionada {
    height: 170px;
}

.noticia-secundaria, .noticia-relacionada {
    border: 2px solid #fff;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.click a {
    cursor: pointer;
    position: absolute;
    z-index: 989;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: visible;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.click:hover a {
	background-color: rgba(0,0,0,.30);
}

.text-overlay {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.8);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}

.text-overlay h2 {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}


.noticia-secundaria .text-overlay h2 {
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.noticia-secundaria .text-overlay h4 {
    font-size: 0.8rem;
    padding-bottom: 0;
    text-align: left;
}

.noticia-secundaria .text-overlay h4:after {
    margin-left: 0;
    margin-right: auto;
    width: 50px;
    border-top: 2px solid #00b0ea;
}

.noticia-secundaria .text-overlay {
    padding: 20px 20px 15px 20px;
}


.text-overlay h4 {
    color: #9e9e9e;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

.noticias-anteriores h2 {
    color: #6f6f6f;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-bottom: 25px;
    border-bottom: 2px solid #00b0ea;
}

.noticia-anterior h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.noticia-anterior a, .author a {
    text-decoration: none !important;
    color: #000000;
    
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.noticia-anterior a:hover, .author a:hover {
    text-decoration: none;
    color: #00b0ea !important;
}

.noticia-anterior h4 {
    color: #6f6f6f;
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.noticia-anterior p {
    font-size: 0.9rem;
}

.noticia-anterior h4:after {
    content: '';
    display: block;
    margin-top: 5px;
    margin-left: 0;
    width: 50px;
    border-top: 1px solid #00b0ea;
}

.noticia-anterior .foto-noticia {
    max-height: 195px;
    overflow: hidden;
}

.excerpt-noticia {
    -ms-word-break: keep-all;
    word-break: keep-all;
    height: 7rem;
    overflow: hidden;
    position: relative;
}

.noticia-anterior .texto-noticia {
    max-height: 220px;
    overflow: hidden;
}

.noticia-anterior .texto-noticia:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 10%,rgba(255,255,255,1) 90%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 10%,rgba(255,255,255,1) 90%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 10%,rgba(255,255,255,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}

.author {
    font-size: 0.7rem !important;
    margin-bottom: 0.7rem;
    color: #666666;
}

.auth-share {
    border-bottom: solid 1px #9e9e9e;
}

.text-overlay h4:after {
    content: '';
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    border-top: 2px solid #00b0ea;
}

.btn-outline-pag {
    color: #00b0ea;
    border-color: #00b0ea;
    padding: .2rem .75rem;
    font-size: 0.9rem;
}

.btn-outline-pag:hover {
    color: #fff;
    background-color: #00b0ea;
    border-color: #00b0ea;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #00b0ea;
    text-decoration: none;
    border-radius: .25rem;
    border: 1px solid #00b0ea;
    padding: .2rem .4rem;
    font-size: 0.8rem;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #fff;
    background-color: #00b0ea;
    border-color: #00b0ea;
}



/* CATEGORIAS ----------------------*/

.titulo-categoria {
    height: 250px;
    color: #ffffff;
    background: #262626;
    letter-spacing: 0.03em;
}

/* BLOQUE IMAGENES ----------------------*/

.wp-block-image figcaption {
    margin: 0 !important;
    padding: 10px 25px;
    text-align: center;
    font-size: .85rem;
    font-style: italic;
    color: #9e9e9e;
}

/* NOTICIAS ------------------------------------------ */

/* 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;
}


/* Fotos 100% */

.normal-noticia p img {
	max-width: 100%;
	height: auto;
}

/* Fotos CENTRADAS */

.wp-block-image {
	text-align: center;
}

/* YOUTUBE */


/* NOTICIA Full Width ---------------- */


.img-full-mobile {
    width: 100%;
    min-height: 470px;
    opacity: 0.6;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.noticia-fullwidth .alignwide {
  /* Set these margins to work with your own theme. */
  margin-left: -80px !important;
  margin-right: -80px !important;
  max-width: 100vw !important;
}

.noticia-fullwidth .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
    margin-top: 1.5rem;
}

.noticia-fullwidth .alignfull img {
  width: 100vw !important;
}

.header-fullwidth {
    background: #000000;
    margin-bottom: 1.5rem;
}

.header-fullwidth img {
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.overlay-fullwidth {
    position: absolute;
    text-align: center;
    padding: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.8);
}

.overlay-fullwidth h1 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.header-fullwidth h4 {
    text-transform: uppercase;
}

.header-fullwidth h4:after {
    content: '';
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-top: 4px solid #00b0ea;
}

/* NOTICIA Normal Width ------------------------------- */


.normal-noticia {
    background: #ffffff;
}

.normal-noticia h4 {
    color: #9e9e9e;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    width: 60%;
}

.normal-noticia h4:after {
    content: '';
    display: block;
    margin-top: 5px;
    margin-left: 0;
    width: 100px;
    border-top: 2px solid #00b0ea;
}

.normal-header img {
    width: 100% !important;
    height: 100% !important;
}


.normal-noticia .alignfull {
    max-width: initial;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.post-sdb {
    
}


/* NOTICIA EX-POTQ ------------------------------- */

.ex_potq-header {
    max-height: 550px;
    overflow: hidden;
}

.ex_potq-header img {
    width: 100% !important;
    height: auto;
}

/* NOTICIAS RELACIONADAS ------------------------------- */

.notas-relacionadas {
    margin-top: 80px;
}

.notas-relacionadas h3 {
    color: #9e9e9e;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding: 0 0 5px 0 !important;
    border-bottom: solid 1px #00b0ea;
}

.noticia-relacionada h4 {
    color: #ffffff;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    width: 100% !important;
    text-align: left !important;
}

.noticia-relacionada h4:after {
    display: none;
}

/* TAGS ------------------------------- */

.post-tag-cloud {
	clear: both;
}

.post-tag-cloud a{
	padding: 5px;
    display: inline-block;
	background: #00b0ea;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 1px;
	-webkit-transition: color .6s linear;	
}

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


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

/* Scrool To Top */


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #aaaaaa;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 40px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #00b0ea; }


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


.footer-brand img {
    height: 45px;
}
  
.footer {
    background-color: #000000;
    border-top: 3px solid #00b0ea;
}

.footer a {
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
    
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer a:hover {
    color: #00b0ea;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


img#wpstats {
  display: none;
}

/*
	Comentarios y Paginador
------------------------------------------------------------------- */
#comentarios-post {
	margin: 40px auto 40px auto;
	display: block;
}

#cabeza-comentarios {
	display: block;
	margin: 10px 0px;
	width: 772px;
	font-size: 20px;
	font-family: 'Proxima Nova', "Helvetica Neue", "Helvetica", sans-serif;
	
}	

#cabeza-comentarios div.titulo {
	float: left;
	width: 386px;	
}


	#cabeza-comentarios div.titulo h3 {

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

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

	#cabeza-comentarios div.anchor a{
		font-weight: bold;
	}
	
	#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 #00b0ea;
	padding:3px 6px 3px 6px;
	color: #fff;
	background:#00b0ea;
	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: Helvetica,Arial,sans-serif;
		line-height: 14px;
		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;
	text-shadow: 0px 1px 0px #fff;
	
}

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

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

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

/*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:#c0c0c0;
	/*overflow:hidden;*/
	right:10px;
	letter-spacing:-3px;
	text-align: right;
	margin-right: 10px;
	clear:both;
	text-shadow: 0px 1px 0px #fff;
	filter: dropshadow(color=#fff,offX=0,offY=1);	
}

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

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

a.comment-reply-link {
	padding: 2px;
	color: #fff;
	background: #00b0ea;
	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:598px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	padding: 10px 0px 10px 0px;
	display: block;
	margin: 0px auto 10px auto;
}

#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 blockquote.ping-txt p{
	font-size: 1.0em;
	line-height: 1.1em;
}


/* Forumlario de Respuesta 
---------------------------- */
#contestar {
	width: 802px;
	border: 1px solid #c0c0c0;
	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;
}








/* REGLAS RESPONSIVE ------------------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .overlay-fullwidth h1 {
        font-size: 2.5rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .overlay-fullwidth h1 {
        font-size: 3.5rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .overlay-fullwidth h1 {
        font-size: 4.5rem;
    }
    
    .container-fluid.contenido {
        background-size: initial;
    }
    
    .navbar-brand img {
        height: 75px;
        margin-top: -35px;
    }
    
    .noticia-principal {
        height: 450px;
    }
    
    .text-overlay h2 {
        font-size: 2.4rem;
        width: 60%;
        text-align: right;
    }
    
    .text-overlay h4 {
        font-size: 1.8rem;
        width: 60%;
        text-align: right;
    }
    
    .text-overlay h4:after {
        margin-right: unset;
        width: 100px;
        border-top: 4px solid #00b0ea;
    }
    
    .noticia-secundaria {
        height: 195px;
    }
    
    .noticia-secundaria .text-overlay {
        padding: 40px 40px 15px 40px;
    }
    
    .noticia-secundaria .text-overlay h2 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }   
    
    .noticia-secundaria .text-overlay h4 {
        font-size: 1rem;
    }
    
    .post-sdb {
        max-width: 640px;
    }
    

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .post-sdb {
        max-width: 810px;
    }

}


