/*
Theme Name: Blog de Viajes
Theme Uri:
Author: Juan Rivas
Description: Tema para el sitio web del blog de Viajes
Version: 1.0
Licence: GNU General Public Licence or Later
Tags: Html5, css, Viajes, blog
*/
/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,600,800,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/* 1 - Google Font End
------------------------------------------------------------------------*/


/* 2 - General styles
---------------------------------------------------------------------- */
html,
body {
	font-family: 'Open Sans', Sans-serif;
	font-size: 16px;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-0-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
a:focus {
	text-decoration: none;
	outline:none;
	outline-offset:0;
}
a:hover {
	text-decoration: none;
}
p {
	color: #000;
	font-size: 1.2em;
	line-height: 28px;
	text-align:justify;
}
li {
	display: inline-block;
}

.post-content ol li {
	list-style-type: decimal;
	 display:list-item;
}
* {
  -webkit-text-size-adjust: none;
}

.post-content ul li {
	 list-style-type:circle;
	 display:list-item;
}


.bg-dash {
	background-image: url('img/relle1.jpg');
	height:30px;
	margin-top:10px;

}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}



/* 2.1 - Headings
--------------------------------------------- */

h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 2.18em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.375em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

.negro {
	background-color: #927897;
}


/* Top Contact Section */
.top-contact {
	background-color: #927897;
	font-size: .875em;
	height: 55px;
	line-height: 53px;
}
.contact-list li {
	padding-right: 25px;
}
.contact-list a {
	color: #ffffff;
}
.top-icon {
	background-color: #ffffff;
	border-radius: 50%;
	color: #927897;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
}
.top-social {
	text-align: right;
}

/* Site Banner Section */

.site-banner {
	background: #000 url('img/fheader.jpg');
	height: 210px;
}
.site-logo {
	float:left;
	padding-top: 20px;
	margin-bottom: 10px;

}


/* Main Menu Section */

.main-menu {
	background-color: #660101;
	border: 1px solid #a95555;
}
.navbar-collapse {
	padding: 0px;
}
.menu-logo {
	display: none;
}
.navbar-toggle:focus {
	border: none;
	outline: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	color: #ffe400;
}
.navbar-nav>li>a {
	border-right: 1px solid #e9e9e9;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight:bold;
	padding: 15px;
	text-transform: capitalize;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.menu-list {
	float:right;

}
.navbar-header i {
	color:#FFF;

}
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */

.menu-list .active a {
	color: #927897;

}
.menu-list li:first-child a {
	border-left: 1px solid #fff;
}
.menu-search {
	border-right: 1px solid #e9e9e9;
	padding-right: 20px;
}

.header-fixed-top header.sticky {
	background-color: #660101;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;

	-webkit-animation-duration: 0.45s;
	-moz-animation-duration: 0.45s;
	-ms-animation-duration: 0.45s;
	-o-animation-duration: 0.45s;
	animation-duration: 0.45s;
}

@media (max-width: 720px) {

.menu-logo {
	display: block;
	margin-left:20px;
	margin-bottom:20px;
}
.navbar-nav li {
	text-align: center;
}
.navbar-nav li a {
	width:300px;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight:bold;
	padding: 15px;
	text-transform: capitalize;
	border: none;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.menu-list {
	float:left;

}

}

/*************** carrusel *****************/

.carousel-caption {
  position: absolute;
  width: 300px;
  min-height: 150px;
  left: 40%;
  top: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.carousel-caption h3 {
  color: #ffe401;
  font-size:26px;
  font-weight:bold;
  padding:10px;
  margin-left:8px;
  background:rgba(102,1,1,0.9);
  box-shadow: #2b0404 0.2em 0.2em 0.1em;
  text-align:center;

}

.carousel-caption .btn {
  text-shadow: none;
}

/* About Section */

.rrojo {
color: #F00;
}

/* Latest post Section */
aside .item img{
	width: 330px; height: 200px; object-fit: cover;
}

.item2{
	margin-bottom:30px;
	height:420px;
	clear:both;
}
.item2 img{
	width: 340px; height: 200px; object-fit: cover;
}
.item3{
	padding-bottom:20px;
	height:280px;
}
.item3 img{
	width: 330px; height: 200px; object-fit: cover;
}
.post-area {
padding-top: 60px;
padding-bottom: 20px;
}
.latest-posts {
padding-bottom: 50px;
padding-top: -10px;
display: inline-block;
}

.latest-posts2 {
padding-bottom: 35px;
padding-top: -10px;
display: inline-block;
}

.post-content {
padding-top: 15px;
}
.entry-title {
color: #6f7678;
font-size: 1.1em;
font-weight: 700;
text-transform: uppercase;
}

.entry-title a {
color: #6f7678;
}
.entry-title a:hover {
color: #927897;
}
.entry-text {
	height:80px;
font-size: .875em;
line-height: 23px;
padding-top: 10px;
}
.post-content .btn {
background-color: #927897;
border: 1px solid transparent;
border-radius: 2px;
color: #ffffff;
font-size: .75em;
font-weight: 800;
margin-top: 15px;
padding: 10px 15px;
text-transform: uppercase;
}
.post-content .btn:hover {
background-color: #ffffff;
border-color: #927897;
color: #927897;
}

/*************** Titulos *****************/

h1 {
color: #660101;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
text-align:center;
padding-top:15px;
padding-left:15px;
text-shadow: 1px 1px 2px #999;
}

h1 a {
color: #6f7678;
}
h1 a:hover {
color: #927897;
}


h2 {
color: #660101;
font-size: 26px;
font-weight: 700;
text-transform: uppercase;
padding-top:15px;
padding-left:15px;
text-shadow: 1px 1px 2px #999;
}


h2 strong{
color: #000;
font-size: 26px;
font-weight: 900;
text-transform: uppercase;
text-shadow: 1px 1px 2px #999;
padding-left:10px;
border-left:solid #000 8px;
}


h3,
h4 {
color: #474747;
margin-bottom:10px;
font-weight:bold;
}

h3 strong{
color: #fff;
}


h3 a,
h4 a {
color: #6f7678;
}

h5 {
color: #927897;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
padding-top:30px;
padding-bottom:15px;
text-align:center;
clear:both;
}

.numep {
color: #927897;
font-size: 22px;
font-weight: 800;
text-align:center;
}

/************** DEFAULT ************/
.negro{
	background-color:#000;
}
.log1 {
	margin-top:60px;
	margin-bottom::40px;
	overflow: hidden;
}


.aa,
.ab {
			margin:auto;
}

.aa .paises {
	display:inline-table;
	background-color:#EBEBEB;
	border-radius:40px;
	padding:10px 20px;

}

.aa .paises .bandera{
	float:left;
	width:100px;
	text-align:center;

}


.ab .contrato {
	display:inline-table;
	width:550px;
	height:250px;
	color: #FFF;
	padding:10px;
	text-align:justify;
	margin:10px;
}

.blanco{
 color: #fff;
 font-weight:300;
}


.blanco span{
 color: #fff;
 font-weight:900;
}


@media (max-width: 480px) {

.log1 {
	margin-top:40px;
}

.ab .contrato {
	width:100%;
}

.ab .contrato {
	color: #FFF;
	padding:10px;
	text-align:justify;
	padding-right:30px;
}
.aa .paises .bandera{
	float:left;
	width:50px;
	margin:10px;

}



}

/*** FIN DEFAULT */

/************** INDEX ************/


.banner {
	float: left;
	padding-top: 6px;
	margin-bottom:10px;
	overflow: hidden;
	width: 250px;
	height:391px;
}

.banner a:hover strong {
	color: #FF0;

}
.banner img {
	width: 250px;
}

.banner .imga {
	width: 250px;
	position: relative;
}

.banner:first-child {
	margin: 0;
}


.banner h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('img/banner_h2_bg.png') repeat;
	padding-top: 26px;
	padding-bottom: 22px;
	padding-left: 23px;
	width: 100%;
	color: #fff;
}


.banner h3 strong {
	font-size: 36px;
	display: block;
	margin-bottom: 3px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


.option {
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
}


.block-4 {
  background: url('img/index_img_block-4-bg.jpg') right 50% no-repeat;
  background-color: #fff;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 37px 0 49px;
  margin-top:20px;
}
.block-4 p {
  font-size: 48px;
  line-height: 48px;
  color: #393939;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
}
.block-4 p span {
  color: #F00;
}

.wrapper {
	float:left;
	position: relative ;
}


.wrapper .bcuadra {
	width:330px;
	height:40px;
	color:#FFF;
	font-size:24px;
	text-height: 32px;
	font-weight:bold;
	text-align:center;
	background: #660101;
	border-radius:25px;
	padding:4px 10px;
	margin:-30px auto;
	clear:both;
}

.wrapper .bcuadra a {
	color:#fff;
}


.wrapper .bcuadra a:hover {
	color:#FF0;
}
.my-btn {
  float: right;
  color:#fff;
  font-size: 24px;
  line-height: 49px;
  background: #660101;
  padding: 0 20px;
  text-transform: uppercase;
  margin-top: 80px;
}
.my-btn:hover {
  background: #000;
  color:#fff;
}

@media (max-width: 720px) {

.block-4 p {
	text-align:left;
  font-size: 28px;
  line-height: 28px;
  color: #393939;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper .bcuadra {
	width:210px;
	height:40px;
	color:#FFF;
	font-size:18px;
	text-height: 32px;
	font-weight:bold;
	text-align:center;
	background: #660101;
	border-radius:25px;
	padding:4px 10px;
	margin:-30px auto;
	clear:both;
}


}


/* Index Noticias */

.noti{
	float:left;
	min-height:250px;

}
.noti .ima{
	text-align:center;
}

/* fin Index Noticias */


/* varios */
.margent{
	margin-top:40px;
}
.margent3{
	margin-top:40px;
	text-align:center;
}
.margent2{
	margin-top:20px;
}
.margenb{
	margin-bottom:30px;
}
.paginar{
	text-align:center;
	clear: both;
}
.centrar{
	text-align:center;
}
.centrar{
	text-align:center;
}

.fafa{
	width:100%;
	height:100px;
}
.fright{
	float:right;
}

.ifright{
	float:right;
	padding:10px 10px;
}

.ifleft{
	float:left;
	padding:10px 10px;
}

.btn-primary {
  color: #ffffff;
  background-color: #660101;
  border-color: #3d0303;
}

.btn-primary:hover,
.btn-primary.active{
  color: #660101;
  background-color:#ccc;
  border-color: #3d0303;
}


.crop-img {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.crop-img img {
  display: block;
  max-width: none !important;
}


.nofloat {
display: inline-block;
}

.textm {
color: #000;
font-size:24px;
text-align:justify;
}


/************************** PAGINACION ***************/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #660101;
  border-color: #660101;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #660101;
  background-color: #ffffff;
  border-color: #660101;
  cursor: not-allowed;
}

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {

h1 {
	text-align:center;
}

.fafa{
	width:100%;
}
.btn-lg {
	width:100px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 6px;
}
.menu-list {
	float:left;

}

}



.modelo {
	 position:relative;
    float:left;
	margin-bottom:10px;
}

.modelo:hover .overlay {
    opacity:1;
    visibility:visible
}

.modelo:hover .overlay-background {
    opacity:.8;
    visibility:visible;
}

.modelo .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.modelo .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:10px 25px;
    background-color:#660101;
    background-color:rgba(255,255,255,0.4)
}

.modelo .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.modelo .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.modelo .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.modelo .inner-overlay-content.with-icons {
    text-align:center
}

.modeli {
	width:200px;
	margin-left:8px;
	margin-bottom:8px;
	text-align:center;
}

.modeli img {
width: 100%;
    height: auto;
	}

@media (max-width: 720px) {

.modeli {
	width:120px;
	margin-left:8px;
	margin-bottom:8px;
	text-align:center;
}
.modelo .inner-overlay-content {
    display:none;
}

.modelo .inner-overlay-content.with-icons {
    text-align:center
}

.modeli {
	width:100px;
	margin-left:8px;
	margin-bottom:8px;
	text-align:center;
}

.fa-search{
	font-size:12px;
}

}

.modelo img{

}

/**************** Portafolio ***************/
.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
	padding-top:10px;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#660101;
    font-size:24px;
	font-weight:bold;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#ccc;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:22px;
		font-weight:400;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#660101
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#660101;
    background-color:rgba(255,255,255,0.4)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
		background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */
.tig {
    height: 100%;
		margin: 10px 0;
}

.isotopeSelector{
}

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden;
		margin: 0;
		padding: 0;
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}

@media (max-width: 720px) {

}

/* icons inside overlay */

.modelo .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


.descri {
	 position:relative;
    float:left;
	margin-bottom:10px;
}

.descri .mservi {
	width:100%;
	background-color:#666;
	color:#FFF;
	font-size:18px;
	font-weight:600;
	padding:4px;
	margin-top:5px;
	margin-bottom:5px;
}

.gallery{
	position: relative;
    float: left;
    margin-bottom: 10px;
}

.gallery .gallery-item{
	float: left;
	height: 585px;
	width: auto!important;
	padding: 10px 20px;
}

.gallery-item img{
	border: none!important;
	width: 394px;
	height: 585px;

}

.gallery br{
	display: none;

}



/**************** Fin portafolio ***************/



/************** NOTICIAS *****************/

.noticias2 {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: #000 dotted 1px;
	overflow:hidden;

}

.noticiasd {
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;

}

.noticias2 .ima {
	padding-bottom:20px;

}

.noticiasd img {
   float:left;
   padding:10px;

}

.noticias2 .noti2 p,
.noticiasd  p{
	font-size:16px;
	color:#333;

}

.noticias2 .noti2 .btn-primary {
	float:right;

}
.fancyboxx {
  display: block;
  position: relative;
  overflow: hidden;
}
.fancyboxx img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fancyboxx:hover img {
  transform: scale(1.5);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.volver2{
	float:right;
 margin-top:10px;
 margin-bottom:10px;
 color:#660101;
}


.volver2 a{
 color:#660101;
 text-decoration:none;
 font-size:20px;
 font-weight:bold;
 display: flex;
 padding:10px;
}

.frr{
	float:right;
}


/*** FIN NOTICIAS */

/******** GALERIAS *************/

.fa-unlock-alt,
.fa-bullhorn {
    color: #660101;
    font-size: 50px;
	margin-bottom:20px;
}

.form-inline{
	margin-bottom:20px;
}

.menu{
	padding:8px 8px;
	overflow:hidden;
	text-align:center;
	/** " direction: rtl; " */
}

.menu .it1{
	width:150px;
	display: inline-block;
	margin: 5px 5px;
}

.menu .it1 .nombre{
	font-size:18px;
	color:#660101;
}

.nombre,
.nombre a,
strong {
	color:#660101;

}

.tabcontent .nombre{
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
}


th{
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

table {
	margin-top:10px;
}

.fa-retweet,
.fa-retweet a {
    color: #660101;
    font-size: 20px;
	margin-top:4px;
	margin-right:4px;
}

.volver{
	width:100%;
}

.volver .vr,
.volver .vr a{
	float:right;
	font-weight:800;
	margin-right:10px;
	text-decoration:none;
	text-align:center;
}


/*** FIN GALERIAS */


/******** GANADORES *************/

.ganadores {
	display: block;
	overflow:hidden;
}

.ganadores .gana {
	float:left;
	width:280px;
	text-align: center;
	margin-bottom:10px;
	position: relative;
}

.ganadores .gana a {
	display: block;
	padding: 15px 15px;
	color: #333333;
	text-align: center;
}


.ganadores .gana a span {
	display: block;
	margin: 10px 0 0 0;
	padding: 13px 0 0 0;
	font-size: 18px;
	color:#666;
	font-weight:600;
	text-transform: uppercase;
}



.ganadores .gana a:hover {
	border-color: #660101;
	color: #660101;
	-webkit-box-shadow: inset 0 0 0 8px #660101;
	box-shadow: inset 0 0 0 8px #660101;
}


.ganadores .gana img {
	width:100%;
}

.gana .icono1 {
    z-index:999;
    position:absolute;
    top:50%;
    left:50%;
	color:#FF0;
}


/*** FIN GANADORES */



/******** PREGUNTAS *************/

.faq {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:#666	1px dotted;
}

.faq:hover {
	background-color:#f7f7f7;
}

.faq .respuesta {
	margin-left:30px;

}


/******** FIN PREGUNTAS *************/



/* Scroll To Top */

.scroll-to-top {
	position: fixed;
	right: 35px;
	bottom: 25px;
	font-size: 1.15em;
	height: 40px;
	width: 40px;
	background-color: #660101;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	opacity: .3;
	cursor: pointer;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.scroll-to-top:hover {
	opacity: 1;
}


/************************** Footer  **************/

footer {
	background-color: #3d0101;
	color: #ffffff;
	font-size: .875em;
}
footer p,
footer a {
	color: #ffffff;
}
.footer-top {
	padding-top: 60px;
}
.tweet {
	display: inline-block;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 40px;
}
.tweet-icon {
	display: block;
	font-size: 2em;
}
.tweet-author {
	display: inline-block;
	font-weight: 700;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.tweet-author:before {
	content: '@';
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: 300;
}
.tweet-details {
	font-size: 1em;
	margin-bottom: 5px;
	line-height: 20px;
}
.tweet time {
	font-size: .93em;
	padding: 0px 10px;
	text-transform: lowercase;
	position: relative;
}
.tweet time:before,
.tweet time:after {
	content: '';
	top: 4px;
	position: absolute;
	height: 60%;
}
.tweet time:before {
	border-left: 1px solid #ffffff;
	left: 0px;
}
.tweet time:after {
	border-right: 1px solid #ffffff;
	right: 0px;
}
.copyright {
	line-height: 95px;
}

.rojo {
	background-color:red;
}

.rojo2 {
	background-color:red;
	padding-bottom: 500px;
}

.amarillo {
	background-color:yellow;
}
.gris {
	background-color: #e4e4e4;
	padding-bottom:10px;
}

.bg-warning {
	color:#F00;
	font-weight:bold;
	text-align:center;
	padding:18px;
}

.aside {
	float:right;
}


.hb {
	font-size:36px;
	color: #FF0;
	font-weight:bold;
	background-color:#000;
	width:250px;
	height:60px;
	padding:20px;
}
