html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}



*{
	margin: 0;
	padding: 0;
}
body{
	position: absolute;
  width: 100%;
  height: 100%;

  font-family: 'brelaregular';
  font-size: 16px;
  color: #6f6f6e;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'brelaregular';
  color: #7c982e;
  margin: 0;
}

	/*bootstrap*/
	.h1:first-child,
	.h2:first-child,
	.h3:first-child,
	.h4:first-child,
	.h5:first-child,
	.h6:first-child{
	  margin-top: 0;
	}

h1, .h1{
  font-size: 42px;
  margin-bottom: 30px;
}
h2, .h2{
  font-size: 32px;
  margin-bottom: 30px;
}
h3, .h3{
  font-size: 30px;
  margin-bottom: 20px;
}
h4, .h4{
  font-size: 24px;
  margin-bottom: 20px;
}


p{
	font-size: 16px;
	line-height: 1.4em;
  /*text-align: justify;*/
  margin-bottom: 20px;
}
	p:last-child{
	  margin-bottom: 0;
	}
/*p strong{
	font-family: 'robotobold';
	font-weight: normal;
}*/

ul, ol{
	font-size: 16px;
	line-height: 1.5em;
  /*text-align: justify;*/
  margin-bottom: 20px;
}
li{
  
}

a{
  color: #abd23d;
}
a:hover,
a:visited,
a:focus{
  /*text-decoration: none;*/
  /*color: inherit;*/
  /*display: block;*/
  color: #7c982e;
}





/*#flechas_div{
	position: absolute;
	top: 0;
	height: 100%;
}*/
#flechas{
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 999;
	height: 130px;
	width: auto;
	border: 2px solid #abd23d;
	display: inline-block;
}
	#flecha-arriba,
	#flecha-abajo{
		position: relative;
		padding: 15px;
		display: block;
	}

section#lateral{
	background: #7c982e;
	position: fixed;
	z-index: 999;
	min-height: auto;
	height: 100%;
	width: 315px;
	padding: 30px 30px;
}
	header{
		
	}
		header img.logo-lsse,
		header img.logo-vse{
			display: inline-block;
			margin-bottom: 20px;
		}
		header .lsse{
			font-family: 'brelaregular';
			font-size: 42px;
			line-height: 36px;
			color: #fff;
			margin-bottom: 10px;
			display: inline-block;
		}

	/*nav .navbar-brand{
		float: none;
		display: block;
	}*/
		nav .navbar-brand .txt{
			float: left;
			font-family: 'brelaregular';
			font-size: 100%;
			color: #fff;
			margin: 0;
		}
		nav .menu{
	    padding: 15px 15px;
	    font-size: 18px;
	    line-height: 20px;
	    height: 50px;

			color: #fff;
		}

@media (min-width: 768px){
	nav .navbar-brand{
		display: none;
	}
	nav .menu{
    display: none;
	}
}


@media (min-width: 768px){
	.navbar-default {
	  background-color: transparent;
	  border-color: transparent;
	  margin-bottom: 10px;
	}
	.navbar-collapse {
		padding-right: 0; 
		padding-left: 0; 
	}

	.navbar-nav,
	.navbar-nav>li {
		float: none; 
	}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}


	#navbar{
		/*margin-top: 35px;*/
		font-family: 'brelaregular';
		font-size: 16px;
	}
		/*#navbar ul li{
			margin-bottom: 8px;
		}*/
		#navbar ul li a{
			background: transparent;
			border-bottom-style: solid;
			border-color: #fff;
			border-width: 1px 0 1px 1px;
			padding: 6px 10px;
			display: block;
			/*border-radius: 2px 0 0 2px;*/
			color: #fff;
		}
			#navbar ul li a:hover,
			#navbar ul li.active a{
				background-color: #abd23d;
				/*border-color: #abd23d;*/
			}
		#navbar ul li a.resaltado{
			/*border-color: #abd23d;*/
			color: #abd23d;
		}
			#navbar ul li a:hover.resaltado{
				color: #fff;
			}
			#navbar ul li.active a.resaltado{
				color: #fff;
			}
}

@media (max-width: 767px){
	.navbar-default {
	  background-color: transparent;
	  border-color: #fff;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
    background: transparent;
	}
		.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
		}
/*	.navbar-default .navbar-nav>li {
    border-bottom: 1px dotted #fff;
	}*/
	.navbar-default .navbar-nav>li>a {
    color: #fff;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background-color: #abd23d;
    color: #fff;
	}
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus {
    background-color: #abd23d;
    color: #fff;
	}

	.navbar-fixed-top{
		max-width: 100% !important;
	}
	.navbar-header{
		background: #7c982e;
	}
	#navbar{
		background: #7c982e;
	}
}

	#feb,
	#contacto{
		margin-bottom: 20px;
		color: #fff;
		max-width: 315px;
    	margin-left: auto;
    	margin-right: auto;
	}
		#contacto a{
			color: #BDE842;
		}
		#contacto a:hover{
			text-decoration: underline;
		}

	footer{
		background: #7c982e;
	}
	footer img.logo-edup{
		/*margin-top: 20px;*/
		display: inline-block;
	}

	@media (max-width: 767px){
		section#lateral{
			padding-top: 50px !important;
		}
		footer{
			text-align: center;
		}
		footer img.logo-edup{
			margin-top: 20px;
			margin-bottom: 20px;
		}
	}

section#cuerpo{
	background: #fff;
	margin-left: 315px;
	/*padding: 0 50px;*/
	height: 100%;
	
}
/*	section#cuerpo section#interiores{
	  max-width: 900px;
	  height: 100%;
	}*/

	section#cuerpo .interior{
		max-width: 900px;
    	height: 100%;
		padding: 50px;
		margin-right: 150px;
	}

	@media (max-width: 1200px){
		section#cuerpo .interior{
			margin-right: 0;
		}
		#flechas{
			display: none;
		}
	}

	@media (max-width: 480px){
		section#cuerpo .interior{
			padding: 0;
		}
	}

@media (max-width: 767px){
	section#lateral{
		position: static;
		height: 100%;
		width: 100%;
		padding: 35px 30px;
	}
		section#lateral header,
		section#lateral nav,
		section#lateral footer{
			max-width: 315px;
			margin-left: auto;
			margin-right: auto; 
		}
	section#cuerpo{
	  margin-left: 0;
	  height: 100%;
	  /*margin-top: 100%;*/
	}
}

@media (max-width: 480px){
	section#lateral{
		padding: 35px 15px;
	}
}

h1{
	
}
p{
	
}
ul,ol{
	
}
li{
	
}
a{
	
}


#uno,
#dos,
#tres,
#cuatro{
	height: 400px;
}



.paralax {
    /* background-color: #ccc; */
    background-repeat: no-repeat;
    background-position: center center;
    	 -webkit-background-size: cover;
    			-moz-background-size: cover;
    				-o-background-size: cover;
    					 background-size: cover;
    background-attachment: fixed;
}
.cover{
	position: relative;
	min-height: 100%;
}
.cover .row,
.cover .tabla{
	margin-bottom: 2em;
}
	.cover .row:last-child{
		margin-bottom: 0;
	}

@media (max-width: 767px){
	.cover {
	    padding: 30px 15px;
	}
}


#about{
	background: #fff;
}
#our{
	background: #fff;
}
#courses{
	background: #fff;
}
#calendar{
	background: #fff;
}
#admissions{
	background: #fff;
}

@media (max-width: 768px){
	#about,
	#our,
	#courses,
	#calendar,
	#admissions{
		padding-top: 60px;
	}
}




#carousel-home,
#carousel-home .carousel-inner,
#carousel-home .carousel-inner > .item{
	height: 100%;
}
#carousel-home .carousel-inner > .item{
	
}
/*
#slide-1{
	background-image: url(../img/foto1.jpg);
}
#slide-2{
	background-image: url(../img/foto2.jpg);
}
#slide-3{
	background-image: url(../img/foto3.jpg);
}
#slide-4{
	background-image: url(../img/foto4.jpg);
}
#slide-5{
	background-image: url(../img/foto5.jpg);
}
*/














/*CLASES*/
.azul{
	color: #42607f;
}
.verde{
	color: #7c982e;
}
.verde-claro{
	color: #abd23d;
}
	
.btn-verde{
	background: #7c982e;
}

.fecha{
	font-size: 21px;
	color: #abd23d;
	margin-bottom: 5px;
}

.border-top-dotted{
	border-top: 1px dotted #abd23d;
	padding-top: 30px;
}


.btn-ico-verde {
  font-family: 'BrelaRegular';
  /*font-size: 20px;*/
  font-size: 24px;
  color: #fff;
	display: inline-block;
  padding: 15px 15px 15px 55px;  
  /*background-image: url(../img/ico-malla.png);*/
  background-repeat: no-repeat;
  background-color: #7c982e;
  background-position: 15px;
}
	.btn-ico-verde:visited,
	.btn-ico-verde:focus {
	  color: #fff;
	  background-color: #7c982e;
	}
	.btn-ico-verde:hover,
	.btn-ico-verde:focus{
	  color: #fff;
	  background-color: #abd23d;
	  text-decoration: none;

	}
	.btn-ico-verde.hoja {
		background-image: url(../img/web/ico-hoja.png);
	}














.nav-tabs{
	margin-left: 0;
	padding: 0 10px !important;
	border-bottom: 1px solid #abd23d;
}
.nav-tabs > li > a {
  color: #7c982e;
  border: 1px solid #abd23d;
  margin-right: 15px;
  border-radius: 0;
	padding: 15px 15px;
	/*font-size: 24px;*/
	font-size: 1.5em;
}
	.nav-tabs > li > a:hover {
	  border-color: #abd23d;
	}
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:focus,
	.nav-tabs > li.active > a:hover {
	  color: #fff;
	  background-color: #7c982e;
	  border: 1px solid #7c982e;
	}

.nav-tabs li.active a .tab{
	color: #fff;
}
.nav-tabs a .tab{
	font-size: inherit;
}
.nav-tabs > li > a h2{
  margin: 0; 
}

.tab-content{
	padding-top: 35px;
}
.tab-content .tab-pane p{
	/*font-size: 16px;*/
	font-size: 1em;
}

@media (max-width: 992px){
	.nav-tabs > li > a {
	  margin-right: 2px;
		padding: 10px 12px;
		/*font-size: 24px;*/
		font-size: 1.3em;
	}
}
@media (max-width: 768px){
	.panel-heading {
    background-color: #7c982e !important;
    color: #fff !important;
    border-bottom: 1px solid transparent;
    padding: 0;
		/*border-top-left-radius: 0 !important; 
		border-top-right-radius: 0 !important; */
	}
	  .panel-heading .panel-title a .tab {
	  	font-size: inherit;
	    margin: 0;
	    padding: 15px 15px;
	    color: #fff;
		}

		.panel-collapse .panel-body{
			/*padding: 50px 0 0;*/
		}
}

@media (max-width: 480px){
	.nav-tabs > li > a {
		font-size: 1.2em;
	}
  .nav-tabs{
		padding: 0 !important;
		padding-left: 5px !important;
	}
	/*.nav-tabs > li {
	  width: 50%;
	}*/
	.nav-tabs > li > a {
	  margin-right: 5px;
		padding: 10px 15px;
	}
}








ul.list-square{
  list-style: url("../img/web/vineta-square.png");
  margin-top: 20px;
  margin-left: 20px;
}







.carousel-caption {
	right: 200px;
	padding-bottom: 18px;
	text-align: right;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.carousel-indicators {
	left: 0;
	width: auto;
	margin-left: 0; 
	padding-left: 0;
	left: auto;
	bottom: 10px;

	right: 30px;
	text-align: right;
}
.carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	margin: 0 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 1.0);
	margin: 0 5px;
}





/*------------------------ 10-08-16 ------------------------*/
.table thead {
    background-color: #7c982e;
    color: #fff;
}

@media (max-width: 991px){
	#experience .row div:nth-child(2n+1){
		margin-bottom: 2em;
	}
}

/*video-experience*/
.video-experience iframe{
	margin-bottom: 0.5em;
	min-height: 216px;
}
@media (max-width: 991px){
	.video-experience iframe{
		min-height: 300px;
	}
}
@media (max-width: 767px){
	.video-experience iframe{
		min-height: 348px;
		/*min-height: 200px;*/
	}
}
@media (max-width: 480px){
	.video-experience iframe{
		min-height: 242px;
	}
}
@media (max-width: 360px){
	.video-experience iframe{
		min-height: 174px;
	}
}

/*tabla*/
.tabla{
  display: block;
}
.tabla .cel{
  display: table-cell;
}
.tabla .cel img{
  min-width: 130px;
  margin-right: 2em;
}

/*valign*/
.valign {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.vtop{
  vertical-align: top;
}
.vmiddle{
  vertical-align: middle;
}
.vbottom{
  vertical-align: bottom;
}




#logo_azul{
	display: inline-block;
	margin-left: 15px;
}