/* Base */

.info  h4 {
    position: absolute;
    margin-left: 230px;
}

p  {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}

h1 {
    font-family: "Fira Sans", sans-serif;
    color: black;
    font-weight: bold;
    font-size: 26px;
    padding-left: 21px;
    padding-top: 21px;
    font-size: large;
}

.fondoindex body {
	margin: 0;
	padding: 0;
	height: 100%;

	background: #575756; /* Same color as your menu */
	font-family: 'Fira Sans', sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;

	background: white; /* Same color as your menu */
	font-family: 'Fira Sans', sans-serif;
}



#page {
	position: relative; /* Set the position property so z-index will apply */
	z-index: 20; /* Make sure this is higher than #menu */


  background: white;
	height: 100%;
}

#page h1 {
	margin: 0;
}

#toggle-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	background-color: #575756;
}

#menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;

	width: 241px;
	height: 100%;
	padding: 15px 25px;
	margin: 0;

	list-style: none;
	background: #575756;
	z-index: 10; /* Make sure the z-index is lower than the #page */
}

#menu a.listado {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  width: 200px;
  text-decoration: none;
  font-weight: 200;
  display: block;
  color: #575756;
  vertical-align: middle;
  margin: 0px 0px 2px 20px
}

#menu a {
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
font-size: 18px;
width: 200px;
text-decoration: none;
display: block;
color: #575756;
vertical-align: middle;
margin: -5px 0px -5px 0px;
}

/* Animations */

#page, #menu {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

/* Hide the menu unless it's animating or visible */
.animating #menu, .menu-visible #menu {
	display: block;
  background-color: #6CC3E5;
  height: 800px;
}

/***
* If the animating class is present then apply
* the CSS transition to #page over 250ms.
*/
.animating #page {
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
}

/***
* If the left class is present then transform
* the #page element 240px to the left.
*/
.animating.left #page {
	transform: translate3d( -240px, 0, 0 );
	-webkit-transform: translate3d( -240px, 0, 0 );
}

/***
* If the right class is present then transform
* the #page element 240px to the right.
*/
.animating.right #page {
	transform: translate3d( 240px, 0, 0 );
	-webkit-transform: translate3d( 240px, 0, 0 );
}

/***
* If the menu-visible class is present then
* shift the #page 240px from the right edge
* via position: absolute to keep it in the
* open position. When .animating, .left and
* .right classes are not present the CSS
* transform does not apply to #page.
*/
.menu-visible #page {
	right: 240px;
}

hr   {
	margin-top: 10px;
	    margin-bottom: 10px;
	    border: 0;
	    border-top: 1px solid #eee;
}

.menuico	{
	width: 27px;
}

.menuico2	{
  max-width: 15px;
margin-top: 17px;
margin-left: 18px;
}

.logomenu	{
  max-width: 66px;
margin-top: 10px;
position: absolute;
left: 20%;
top: 1%;
}

.titulo	{
	background-color: #575756;
	width: 100%;
	height: 0px;
}

.titulo h1	{
	font-size: 20px;
  color: #6cc3e5;
	position: absolute;
	top: 8%;
	left: 57%;
  text-align: center;
  width: 160px;
	transform: translate(-50%, -50%);
}

.titulo p	{
  font-size: 14px;
color: white;
position: absolute;
top: 15%;
left: 60%;
text-align: center;
transform: translate(-50%, -50%);
text-align: center;
width: 280px;
}

.logo	{
	max-height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}

header	{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #575756;
	width: 100%;
	height: 143px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.icomenu	{
	width: 22px;
	margin-right: 25px;
}

.icomenutop	{
	width: 22px;
	margin-right: 25px;
	position: absolute;
}

.icomenuheader {
  width: 23px;
margin: 16px -14px 0px 0px;
float: left;
}


/* .barra	{
	position: relative;
	height: 30px;
	width: 100%;
	background-color: #F7941E;
} */

.nav-tabs>li>a	{
	color: #575756;
	text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #575756;
	background-color: white;
	border-width: 0 0 5px 0;
	border-bottom-color: #6cc3e5;
	text-align: center;
}

ol, ul {
    margin-top: -1px;
}

.fecha	{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #BDBDBD;
	right: 0;
	margin: 5px 0 -5px 15px;
}

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none;
 border-color:#cccccc;
}
.form-control{width:20%}
.navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar-nav:last-child{ border-right:0}

.navbar-form {
    padding: 10px 15px;
    margin-top: 0px;
    margin-right: -21px;
    margin-bottom: 8px;
    margin-left: -37px;
    position: absolute;
}

.nav-tabs {
    background-color: white;
    border-bottom-color: #6cc3e5;
border-bottom-width: 2px;
}


.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.img-circle	{
	height: 80px;
	width: 80px;
	float: right;
}

.headermenu	{
	height: 54px;
}

.btn-group>.btn:first-child {
    margin-left: 14px;
    MARGIN-TOP: 7px;
		background-color: #F7941E;
    border-width: 0;
}

.dropdown-menu	{
  font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: -2px 0px 0px 95px;
}

.btn-default {
    color: rgb(255, 255, 255);
    background-color: rgba(29, 19, 19, 0);
    border-color: #fff;
    margin-top: 20px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    border-color: #8c8c8c;
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: rgba(0, 253, 160, 0.15);
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: rgba(255, 0, 94, 0.2);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 0;
}

.noticias  {
      color: #6cc3e5;
      text-align: center;
      margin-bottom: 25px;
}

.noticiaimg {
	width: 136px;
	height: 98px;
	float:right;
}

.noticia	{
	width: 100%;
	height: 98px;
	margin-top: 5px
}

h2 	{
	margin: 0 5px 5px 5px;
}

.bajada	{
	margin: 0 5px 5px 5px;
}

.divnot	{
	margin: 5px 0 0 0;
}

.nav-tabs li	{
	width: 33.33%;
}

#page img.escudo {
  display: block;
  margin: auto;
}

#page .well p	{
	text-align: center;
	margin: 0;
  font-size: smaller;
}

#page .well h3	{
  font-family: 'Fira Sans', sans-serif;
  text-align: left;
    margin: 11px 0px 5px 0;
    font-size: medium;
    font-weight: 600;
    color: #575756;
}

#page .well h4 {
  font-family: 'Fira Sans', sans-serif;
  text-align: left;
    margin: 11px 0px 5px 0;
    font-size: medium;
    font-weight: 600;
  color: #BCBCBB;
}

.botonera  {
  text-align: center;
      margin-top: 25px;
}

input {
  font-family: 'Fira Sans', sans-serif;
    border-width: thin;
    border-bottom-color: #575756;
    border-bottom-width: 1px;
    margin: 4px 0px 0 23px;
    background-color: rgba(147, 112, 219, 0);
    border-left-color: rgba(247, 148, 30, 0);
    border-top-color: rgba(240, 248, 255, 0);
    border-right-color: rgba(255, 127, 80, 0);
    width: 159px;
    height: 35px;
    color: white;
}

*::-webkit-input-placeholder {
    color: white;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: white;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: white;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

.footquienes  {
  background-color: #D9DF69;
    height: 169px;
        margin-top: 115px;
    color: #575756;
    font-size: 10px;
    text-align: center;
    padding: 27px 50px 10px 50px;
}

.footescuela  {
  background-color: #D9DF69;
    height: 169px;
        margin-top: 2px;
    color: #575756;
    font-size: 10px;
    text-align: center;
    padding: 27px 50px 10px 50px;
}

.footquienes p {
  font-size: small;
  width: 263px;
}

.footescuela p {
  font-size: small;
  width: 267px;
}

.footquienes input {
  margin: 0px 38px 0px 0px;
width: 188px;
height: 4px;
padding-left: 15px;
background-color: white;
border-radius: 150px;
border-bottom: white;
font-size: 12px;
height: 35px;
color: #333;
}

.footescuela input {
  margin: 0px 38px 0px 0px;
width: 188px;
height: 4px;
padding-left: 15px;
background-color: white;
border-radius: 150px;
border-bottom: white;
font-size: 12px;
height: 35px;
color: #333;
}

.footquienes img {
  max-width: 80px;
    position: absolute;
    margin: -92px 0px 0px -34px;
}

footer  {
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  font-size: 6px;
  color: grey;
  background-color: white;
  padding: 15px 35px 15px 35px;
}

.rotulo  p{
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  font-size: 10px;
  color: grey;
  background-color: white;
  padding: 15px 35px 15px 35px;
}


.rotuloindex  p{
  font-family: 'Fira Sans', sans-serif;
  margin-top: 18px;
  text-align: center;
  font-size: 10px;
  color: white;
  background-color: #575756;
  padding: 15px 35px 15px 35px;
}

.botonfloat		{
	position: fixed;
	float: right;
	max-width: 75px;
	margin-left: 70%;
  margin-top: 150%;

}

.logogrande		{
	width: 180px;
	margin-left: 30px;
margin-top: 30px;
}

.titescuelas	{
	color: #575756;
  font-size: 26px;
    font-weight: 100;
    text-align: center;
    padding-top: 15px;
padding-bottom: 6px;
}
.well	{
  border: 2px solid #D9DF69;
    padding: 0px 25px 7px 20px;
    margin: 7px 78px 7px 20px;
    background-color: white;
    border-radius: 0px;
}

#vacnule  {
  border: 2px solid #BCBCBB;
  color: #BCBCBB;
}

.well	img{
  max-width: 100px;
position: absolute;
left: 68%;
margin-top: 22px;
}

.amarillo	{
  color: #6CC3E5;
display: inline-block;
vertical-align: top;
}

.gris	{
  color: #BCBCBB;
display: inline-block;
vertical-align: top;
}

.negro	{
	color: black;
	display: inline-block;
  vertical-align: top;
  padding-left: 7px;
}

.well h5  {
	color: black;
}

.fotoescuela	img{
	width: 100%;
}

.fotoescuela	h1{
	font-size: 30px;
	color: white;
	position: absolute;
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 280px;
}

.infogral		{
	padding: 30px;
	background-color: #575756;
	width: 100%;
	height: 305px;
	text-align: left;
  color: white;
}

.infogral h1 {
  text-align: center;
	margin-top: 15px;
	padding: 0px;
	padding-bottom: 13px;
    color: white;
}

.descripcioninfo {
	color: white;
	line-height: 15px;
	padding-bottom: 10px;
}

.infogral hr {
		border-top: 2px solid white;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0;
    margin-bottom: 0;
}

.infoacademica hr {
		border-top: 2px solid white;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0;
    margin-bottom: 0;
}

.datos {
		margin: 5px 0px 5px 0px;
    color: white;
    display: inline-block;
    vertical-align: top;
}

.infoacademica		{
  padding: 30px;
  margin-top: 2px;
    background-color: #878787;
    width: 100%;
    height: 280px;
    text-align: left;
    color: white;

}

.infoacademica h1 {
  text-align: center;
	margin-top: 15px;
	padding: 0px;
	padding-bottom: 13px;
    color: white;
}

.infoacademica h3 {

	font-size: 15px;
    color: white;
}

.infoacademica img  	{
	max-width: 15px;
	fill: #575756;
	margin-right: 5px;
  margin-top: 7px;
}

.contacto		{
	background-color: #6cc3e5;
	width: 100%;
	height: 170px;
	padding: 30px;
}

.logocontacto		{
	width: 180px;
float:left;
display:inline;
width: 49%;
}

.textocontacto	{
	float:left;
	display:inline;
	width: 49%;
	font-size: 12px;
  color: white;
}

.contacto input 	{
	background: white;
	border-radius: 20px;
	color: black;
	margin: 0px;
	border-width: 0px;
}

.inicio	{
	background-color: #575756;
	width: 100%;
	height: 100%;
	text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 'Extra-Light';
	color: white;
}

.inicio1 img  {
  max-width: 340px;
margin-top: 45px;
margin-bottom: -20px;
}

.inicio img  {
  max-width: 285px;
margin-top: 110px;
}

.inicio h2 {
  font-size: 26px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  color: white;
  margin-top: 25px;
}

.transpbtn  {
  background: transparent;
color: #6CC3E5;
width: 210px;
padding-top: 10px;
font-weight: bold;
border-width: 0px 0px 2px 0px;
margin-top: 26px;
}

.inicio input  {
	background: white;
	border-radius: 20px;
	color: black;
	margin: 0px;
	border-width: 0px;
	width: 210px;
	margin-bottom: 10px;
}




.textoprin  {
  margin-top: 15px;
margin-left: 175px;
}

.logoagos  {
      max-width: 152px;
}

.footerimg  {
  max-width: 70px;
margin-top: -55px;
margin-left: 76px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 42px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #575756;
    white-space: nowrap;
    text-align: center;
}

.vacantes   {
  max-width: 91px;
  margin-top: -69px;
  margin-left: 239px;
  position: absolute;
}



.quienessomos  {
  margin: 30px 60px 30px 60px;
}

.quienessomos h3  {
  color: #6cc3e5;
}

.quienessomos p  {
  font-size: small;
}

.nombre  {
  position: absolute;
    max-width: 241px;
    margin: 64px;
}

.h1tit  {
  color: #6cc3e5;
}

.noticont  {
  max-width: 330px;
margin-left: 10px;
}

.iniciofondo  {
  background-color: #575756;
	width: 100%;
	height: 100%;
	text-align: center;
}

.headerini  {
  height: 0px;
}

.enviar  {
  position: absolute;
margin-left: 224px;
margin-top: -25px;
}

.fotonoti  {
      width: 100%;
      margin-bottom: 25px;
}
