@charset "UTF-8";
.admin.navbar{
	position: absolute;
	z-index: 2147483647;
	right: 0;
	left: 0;
}
.home-news {
    height: 290px;
    text-align: center;
		padding: 0 1px;
		margin-left:0px;
		box-sizing: border-box;
}
.home-news>h2 {
    height:50px;
		background-color: #b7d53b;
    color: #030000;
    font-size: 20pt;
		margin-bottom:0px;
		line-height:50px;
		font-weight:500;
}
.home-news>h2 a {color: #030000;}
.item .inner-text h2{
		margin-top:0px;
}
.news-image {
	float: left;
	position: relative;
	width: 316px;
	height: 201px;
}

.news-image.empty {
    border: 5px solid transparent;
}

.news-image:hover .news-info {
    transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
    -moz-transition: opacity 1s; /* Safari */
    -o-transition: opacity 1s; /* Safari */
    opacity: 1;
}

.news-info {
    opacity: 0;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.news-info h4 {
    font-size: 12px;
    padding-top: 65px;
}

.news-info p {
    color: #b1b3b4;
    font-size: 10px;
    line-height: 15px;
}

.news-info span.plus {
    color: #b1b3b4;
}

.footer-news {
    /*background: #121212; /* Old browsers */
/*    background: -moz-linear-gradient(top, #333333 2%, #4c4c4c 16%, #2b2b2b 76%, #1c1c1c
        91%, #131313 100%); /* FF3.6+ */
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #333333),
        color-stop(16%, #4c4c4c), color-stop(76%, #2b2b2b),
        color-stop(91%, #1c1c1c), color-stop(100%, #131313));
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #333333 2%, #4c4c4c 16%, #2b2b2b 76%,
        #1c1c1c 91%, #131313 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #333333 2%, #4c4c4c 16%, #2b2b2b 76%, #1c1c1c
        91%, #131313 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #333333 2%, #4c4c4c 16%, #2b2b2b 76%, #1c1c1c
        91%, #131313 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #333333 2%, #4c4c4c 16%, #2b2b2b 76%, #1c1c1c
        91%, #131313 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#333333',
        endColorstr='#131313', GradientType=0); /* IE6-9 */
    width: 100%;
}

.item.mundial img,
.item img.content2,
.item > a > img.content3,
.item.mundial > a > img.tabi {
	padding-left: 0;
	padding-right: 0;
	float: left;
}




div.header{
	background:none;
}
.header .navbar{
	width:930px;
	padding-left:10px;
}
.header .navbar-inner {
	height: 93px;
	margin-top:12px;
	padding: 0 15px;
	background-color: #000;
	position:relative;
	z-index:10;
}
.navbar .nav.main{
	margin-top: 20px;
}
.header .brand {
	margin-top: 10px;
}
.header .redes a {
    float: left;
    margin-right: 0px;
    margin-left: 8px;
}
.header .pull-right{
	margin-top:17px;
}
.navbar-search {
	margin-top:17px;
}
.form-search .input-append .search-query{
	background-image:none;
	margin-right:25px;
	height: 21px;
	background-color: #fff;
	color:#686868;
}
.input-append:after{
	content:"";
	width:21px;
	height:21px;
	background: url(../img/lupa.png) center center no-repeat;
	margin-top:-21px;
	position: absolute;
	right: 0;
	top:20px;
}
.page2 {
    clear: both;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: absolute;
    width: 100%;
		top:0;
		left: 0;
		right: 0;
		z-index:0;
}

.page .home-menu {
	margin-top: 395px;
}
/*carrousel*/

.pull-right {
    float: right;
}
.carousel-indicators{
	right: 0;
	left: 0;
	text-align:center;
	bottom:0;
	background-image: url(../img/trasparencia-carrousel.png);
	padding: 5px 0;
	float:none;
}
.carousel-indicators li{
	margin:auto;
	float:inherit;
	display:inline-block;
	background-color: #fff;
}
.item .inner-text {
   top: -360px;
	 width:325px;
	 padding:10px 15px 15px;
	 margin-left:10px;
	 background-image: url(../img/trasparencia-carrousel2.png);
}
.carousel-control.right{
	right: 45px;
}
.carousel-control.left{
	left: 45px;
}
.item > a {
	width:100%;
	height:493px;
}
.item > a > div{
	background-repeat: no-repeat;
	background-position:top center;
	float: left;
	height: 493px;
	width: 100%;
}
@media all and (max-width: 1400px) {
	.page2 {
		width:100%;
	}
}
@media all and (max-width: 1100px) {
	.item > a, .item > a > div{
		float: inherit;
		margin: 0 auto;
		width:1100px;
	}
	.carousel-control{
		display:none;
	}
}