/*body { 
	background: url('../images/bg_textura.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;	
	-o-background-size: cover;
	background-size: cover;
}*/


.navbar-inverse {
	background: #fff;
}

.navbar-brand{
	padding-top: 2px;
}

.navbar-inverse .navbar-nav > li > a{
	color: rgba(0, 0, 0, 0.6);
	padding:40px 15px;;
}

.navbar-inverse .navbar-nav > li > a:hover{
	color: #CCC;
	padding:40px 15px;;
}

.texto_banner{
	text-shadow: 0px 0px 7px #fff;
}

.icon-circle-arrow-right{
	text-shadow: 0px 0px 15px #000;
}
.icon-circle-arrow-left{
	text-shadow: 0px 0px 15px #000;
}

.carousel-caption{
	bottom:7px;
}

.bg-text-carrousel{
	background-color:#000;
	opacity: 0.6;
}

.tit-carrousel{
	color:#fff;
	opacity: 1;
	text-shadow: 0px 0px 15px #000;
}

.img-thumbnail2{
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	/*height: auto;*/
}

.alert_texto{
	display:none;
}


/*.banner h1{
	width:300px;
	margin: 120px auto 100px 0px;
}*/


/*footer{
	background:#e8e8e8;
}

footer ul li{
	color:#000;
}*/
