@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:700);

body {
	font-family: "Open Sans";
	font-weight: bold;
}

.equipo_title {
	position: absolute;
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(equipo.title.png);
	width: 276px;
	height: 69px;
	top:360px;
	left:60px;
}

.equipo {
	height: 889px;
	background-image: url(equipo.bg2.right.jpg);
}

.productos {
	height: 889px;
	background-image: url(productos.bg.jpg);
}

.blackboard {
	height: 672px;
	width: 489px;
	background-image: url(blackboard.jpg);
	position: absolute;
	left: 5px;
	top: 5px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
}

.blackboard p {
	color:white;
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.productos_bg {
	background-repeat: no-repeat;
	background-image: url(productos.bg.left.jpg);
	width:535px;
	height:889px;
	position: absolute;
	right: 0;
	z-index:0;
}

.equipo_bg {
	background-repeat: no-repeat;
	background-image: url(equipo.bg.right.jpg);
	width:966px;
	height:889px;
	position: absolute;
	right: -483px;
	z-index:0;
}

.equipo_height {
	height: 889px;
}

.museo {
	font-family: 'museo100'; #, Georgia, "Times New Roman", Times, serif;
}

.equipo .parrafo {
	width:400px;
#	text-align:justify;	
#	text-justify:auto;
	color: #6B6C6F;
}

.equipo_text {
	width:400px;
	z-index:1;
	position: absolute;
	left:60px;
	bottom: 76px;
}

.logo {
	background-image : url(logo.png);
	width: 178px;
	height: 50px;
}

.logo-main {
	background-image : url(logo.big.png);
	width: 269px;
	height: 70px;
	margin-bottom:15px;
	margin-top: 10px;
}


.madera {
	background-image : url(equipo.bg.left.jpg);
	height: 889px;
}

.nosotros {
	background: #F5F5F8;
	height: 768px;
}

.nosotros .parrafo {
	width:370px;
#	text-align:justify;	
#	text-justify:auto;
	color: #6B6C6F;
}

.cursos {
	height: 633px;
	background-image : url(cursos.all.bg.jpg);
}

.nosotros_text {
	width:370px;
	z-index:1;
	position: absolute;
	top: 85px;
	margin-top: 100px;
	margin-left: 30px;
}

.nosotros_bg {
	background-repeat: no-repeat;
	background-image: url(nosotros.bg.jpg);
	width:970px;
	height:863px;
	position: absolute;
	left: -485px;
	z-index:0;
}

.cursos_list li {
	margin-bottom: 16px;
}

.separator {
	height: 4px;
	background: white; # url(div.bg.jpg) no-repeat center;;
}

.cursos_text {
	color: #6B6C6F;
	width:440px;
	z-index:1;
	position: absolute;
	right: 15px;
	top: 45px;
}

.cursos_bg {	
	background-repeat: no-repeat;
	background-image: url(cursos.bg.jpg);
	width:970px;
	height:633px;
	position: absolute;
	left: -485px;
	z-index:0;
}

.list_title {
	font-weight: bold;
}

.contacto {
	margin-top: 50px;
	height: 671px;
}

a:link {
    color: white;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: white;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: white;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: white;
	text-decoration:none;
}

.contacto_text {
	width:250px;
	z-index:1;
	color: white;
	position: absolute;
	text-align: center;
	right: 74px;
	font-size:14px;
}

.contacto_text_1 {
	top: 340px;
}

.contacto_text_2 {
	top: 400px;
}

.contacto_text_3 {
	top: 460px;
}

.contacto_separator {
	position: absolute;
	background-image: url(hr.png);
	width:200px;
	height:6px;
	z-index:1;
	right: 99px;
}

.contacto_separator_1 {
	top: 377px;
}

.contacto_separator_2 {
	top: 437px;
}

.contacto_bg_left {	
	background-repeat: no-repeat;
	background-image: url(contacto.bg.left.jpg);
	width:378px;
	height:671px;
	position: absolute;
	right: 0px;
	z-index:0;
}

.contacto_bg_right {	
	background-repeat: no-repeat;
	background-image: url(contacto.bg.right.jpg);
	width:181px;
	height:671px;
	position: absolute;
	left: 0px;
	z-index:0;
}

@media (max-width: 991px) {	
	.navbar-inverse .navbar-nav > li > a {
		font-size:10px;
	}
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size:10px;
	}
}