@charset "UTF-8";

body {
	font-family: 'Montserrat', sans-serif;
		font-weight: 300;
}

.arriba {
	padding-top: 70px;
}

.abajo {
	padding-bottom: 100px;
}


.mynav {font-size: 14px;
	color:#333;
	border-radius: 0;
	border: 0;

	
}
.mynav .navbar-right li a:active { color: #333;}
.mynav .navbar-right li a:link { color: #333;}
.mynav .navbar-right li a:visited { color: #333;}
.mynav .navbar-right li a:hover { color: #57462f;}


.nav {padding-top: 30px;
}

.navbar-default {
	width: 100%;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin: auto;
	background-color: #ffffff;
	border: none;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
/*background-image: url(images/fondo_bot.png);*/
}


h1 {
	font-family: 'Josefin Slab', serif;
	margin: 70px auto 30px auto;
	padding-bottom: 40px;
	font-weight: 300;
	background-image: image();
	background-repeat: no-repeat;
	background-position: center;
}


p {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}


.linea-blanca {
	background-image: url(images/linea-blanca.png);
	background-position: center bottom;
}

.linea-color {
	background-image: url(images/linea-color.png);
	background-position: center bottom;
}


.punteo {
	color: white;
	display: block;
	margin-bottom: 10px;	
}


.blanco {color:white;}

.box {
	display: inline-block;
	padding: 5px;
	background-color: #57462f;
	color: white;
	font-weight: 300;
	margin-bottom: 50px;
}

.box2 {
	
	padding: 10px;
	margin: 10px;
	border-color:  solid 2px #57462f;
}


.btn-default {
	border: 2px solid;
	font-weight: 600;
}


.txt-inst {
	color: #57462f;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}



.servicios {
	background-color: #57462f;
	background-image: url(images/servicios.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}

.equipamiento {
	background-color: #57462f;
	background-image: url(images/equipamiento.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}




.tapa {
	background-color: #57462f;
	background-image: url(images/tapa.jpg);
	background-position: top center;
	background-size: cover;
}

.logotapa {
	display: block;
	margin: 60px auto 30px auto;
	
}


.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iz {
	background-color: black;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: right;
	width: 100%;
}