body{
	background-color: #e6e6e6;
}

hr.lineanaranja {
  margin-top: 0px;
  height: 5px;
  background-color: #fc5a11;
  margin-left: 0%;
  width: 100%;
}

.container{
	background-color: #ffffff;
}

.fondopie{	
	color: #999999;
	background-color: #f2f2f2;
	font-size: 12px;
}

.fondopie2{
	color: #ffffff;
	background-color: #424242;
}

p {
    line-height: 21px;
    margin: 0 0 15px;
}

.margin-1 {
    margin: 28px 0 22px;
}

.page-title h2 {
    float: left;
    font-weight: normal;
    padding: 20px 0;
}
h2 {
    font-size: 22px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 34px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    letter-spacing: -0.2px;
}

h2 span, h3 span {
    color: #888;
    font-weight: 200;
}

.recent-blog h4 a:hover {
    color: #888;
	text-decoration: none;
}
.recent-blog h4 a {
    color: #333;
	font-size: 13px;
}
a:hover, a:focus {
    color: #888;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
a, a:visited {
    color: #169fe6;
    outline: 0 none;
    text-decoration: none;
    transition: color 0.1s ease-in-out 0s;
}

.recent-blog p {
    color: #999999;
	font-size: 13px;
}

.day {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 2px 2px 0 0;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.month {
    background: #ccc none repeat scroll 0 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    padding: 0 10px 2px;
}

.btnnaranjo{
	background-color: #fc5a11;
	color: #ffffff;
}







/*
Carusel
*/

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}


/*Carrusel*/





li a:hover, a:focus, a:visited {
	outline: 0 none;
    text-decoration: none;
    transition: color 0.1s ease-in-out 0s;
    color:red;
}

img {
    border: 0 none;
    width: auto;
}


.titulo{
	font-size: 22px;
	
}

.subtitulo{
	font-size: 20px;
}


.progress {
  position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.item-description-equipo{
	padding: 20px;
}

.item-description-equipo span {
    color: #888;
    font-size: 13px;
    font-weight: 300;
}