@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);


.ancho-letras{
	top: 65px;
	position: absolute;
	width: 100%;
	background: rgba(192,192,192,.6);
	text-align: center;
	z-index: 1;
	background: url(../images/slider.png);
	background-position: center;
	background-attachment: contain;/*para obligarla a estar dentro de las proporciones que le demos*/
	background-size: cover;/*para que tome el mismo tamaño del contenedor*/
	width:100%;
}
.letras-slider{
	width: 80%;
	margin: auto;
}
.letras-slider h1{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	text-transform: none;
}
.letras-slider p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	padding-top: 40px;
	text-transform: none;
}



.slider-about{
	top: 200px;
	position: absolute;
	width: 100%;
	background: url(../images/slider.png);
	text-align: center;
	z-index: 1;
	background-position: center;
		 	background-size: cover;/*para que tome el mismo tamaño del contenedor*/
	
}
.slider-about-letras{
	width: 80%;
	margin: auto;
}
.slider-about-letras h1{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	text-transform: none;
}
.slider-about-letras p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	padding-top: 40px;
	text-transform: none;
}



.carousel-caption{
	top: 0;
    bottom: auto;
	z-index: 1;
}
.carousel-caption h2{
	position: absolute;
	width: 100%;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	text-transform: none;
}

.carousel-caption p{
	position: absolute;
	text-align: center;
	top:100px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	text-transform: none;
}

.main-text
{
    position: absolute;
    top: 30px;
    width: 96.66666666666666%;
    color: white;
}
.main-text h2
{
   position: absolute;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	text-transform: none;
}
.main-text a
{
   
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: none;
	 padding-top: 10px;
	padding-bottom: 10px;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
    padding-top: 10px;
	padding-bottom: 10px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}
