/**
 * Place your custom styles here.
 */

container{
	width:80%;
	max-width: 1600px;
}

.container{
	width:80%;
	max-width: 1600px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Quicksand', sans-serif;
}
h1 {
	color: #782f93;
}
h1.page-header {
	margin-top: 25px;
}
header#header, footer#footer {
	font-family: 'Quicksand', sans-serif;
	background-color: #03b8d6;
}
header#header #logos {
}
header#header #menus {
	background-color: #e8e8e8;
	width: 100%;
	top: 0;
	z-index: 1;
}
header#header #menus nav li a {
	font-weight: 700;
	color: #777;
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}
header#header #menus.stuck {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 900;
	box-shadow: 0px 4px 3px rgba(0,0,0,.5);
}
header#header #menus.stuck nav li a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
header#header #menus.stuck nav li a:hover, header#header #menus.stuck nav li a:focus, header#header #menus.stuck nav li a:active {
	background-color: #0294a3;
}
header#header #menus.stuck {
	background-color: #03b8d6;
}
header#header #sitename a.name {
	color: #fff;
	display: inline-block;
	width: 300px;
	font-size: 30px;
	line-height: 30px;
	height: 90px;
	text-align: right;
	padding: 0;
	position: relative;
	top: 20px;
	right: 20px;
}
#unam a.unam {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	left: 20px;
	line-height: 25px;
	position: relative;
	top: 20px;
	width: 300px;
	margin-top: 0px;
	text-decoration: none;
}
header#header #iconos {
	color: #777;
	background: #fff;
}
header#header #iconos ul {
	margin-right: 20px;
}
header#header #iconos ul li {
/*padding: 0 5px;*/
}
header#header #iconos ul li a {
	font-size: 18px;
	color: #777;
	padding: 3px 10px;
}
/*.active {
		color: #fff !important;
		text-decoration: underline !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); // hardware acceleration of CSS animation
}*/

#menu_secundario {
	background-color: #e8e8e8;
}
#menu_secundario ul {
	width: 100%;
	text-align: center;
	float: inherit;
}
#menu_secundario ul > li {
	float: inherit;
	display: inline-block;
}
#menu_secundario ul > li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #777;
	font-weight: 600;
}
.footer {
	margin-top: 0;
	border-top: none;
}
footer#footer {
	margin-top: 50px;
}
footer#footer.footer-front {
	margin-top: 0;
}
#footer .tlegal {
	text-align: center;
	color: #fff;
	font-weight: 600;
}
/*Ligas en dos columnas */
ul.links.interiores {
	list-style-type: disc;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	list-style-position: inside; /*Esto es importante agregarlo*/
	color: #fff;
}
ul.links.interiores li {
/*float: left;*/
  /*width: 50%;*/
}
#comunidad {
	color: #fff;
}
#comunidad h2 {
	font-size: 48px;
	font-weight: 300;
	color: #FFF;
	border-bottom: 4px solid #24b28d;
	/*max-width: 550px;*/
	margin-top: 60px;
	text-align: center;
	margin-bottom: 20px;
}
#comunidad .columna .cuerpo, #views-bootstrap-grid-1 .columna .cuerpo {
	padding: 10px 15px 10px 15px;
	max-height: 120px;
}
#comunidad .columna .cuerpo p {
	height: 84px;
	overflow: hidden;
	color: #FFF !important;
	font-size: 14px;
}
#comunidad .columna .titulo, #views-bootstrap-grid-1 .columna .titulo {
	padding: 50px 20px 0 10px;
	height: 140px;
	overflow: hidden;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	text-align: right;
	margin-top: -60px;
	background-color: #088eaf;
}
#comunidad .columna .titulo a {
	color: #FFF !important;
	font-weight: 600;
}
#comunidad .columna, #views-bootstrap-grid-1 .columna {
	margin-bottom: 25px;
}
#views-bootstrap-grid-1 .columna .titulo a {
	color: #fff;
	font-weight: 600;
}
#views-bootstrap-grid-1 .columna .cuerpo p {
	height: 84px;
	overflow: hidden;
	color: #777;
	font-size: 14px;
}
#views-bootstrap-grid-1 .columna .cuerpo {
	-webkit-box-shadow: 0px 5px 5px -10px rgba(161,172,189,1);
	-moz-box-shadow: 0px 5px 5px -10px rgba(161,172,189,1);
	box-shadow: 0px 5px 5px -10px rgba(161,172,189,1);
}
/*#views-bootstrap-grid-1 .columna{
	-webkit-box-shadow: 0 1px 2px 0 #a1acbd;
	box-shadow: 0 1px 2px 0 #a1acbd;
}*/

/*#views-bootstrap-grid-1 div.columna > .cuerpo, #views-bootstrap-grid-1 div.columna > .titulo {
	background-color: #f8f8f8;
}
#comunidad div.columna:nth-child(1) > .cuerpo, #comunidad div.columna:nth-child(1) > .titulo {
	background-color: #e4982c;
}
#comunidad div.columna:nth-child(2) > .cuerpo, #comunidad div.columna:nth-child(2) > .titulo {
	background-color: #088eaf;
}
#comunidad div.columna:nth-child(3) > .cuerpo, #comunidad div.columna:nth-child(3) > .titulo {
	background-color: #ec6544;
}
#comunidad div.columna:nth-child(4) > .cuerpo, #comunidad div.columna:nth-child(4) > .titulo {
	background-color: #ec6544;
}
#comunidad div.columna:nth-child(5) > .cuerpo, #comunidad div.columna:nth-child(5) > .titulo {
	background-color: #ec6544;
}
#comunidad div.columna:nth-child(6) > .cuerpo, #comunidad div.columna:nth-child(6) > .titulo {
	background-color: #3ba6b1;
}
#comunidad div.columna:nth-child(7) > .cuerpo, #comunidad div.columna:nth-child(7) > .titulo {
	background-color: #3ba6b1;
}*/
/*--------------------------------------
                PORTADA
----------------------------------------*/
#portada ul.interiores li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
}
#portada ul.interiores li a:hover, #portada ul.interiores li a:focus {
	color: #FFF;
	text-decoration: underline;
}
#portada ul.interiores li ul {
	color: #FFF;
}
.vertical10 {
	margin-top: 10px
}
.vertical20 {
	margin-top: 20px
}
.vertical30 {
	margin-top: 30px
}
.vertical40 {
	margin-top: 40px
}
.vertical50 {
	margin-top: 50px
}
.vertical60 {
	margin-top: 60px
}
.vertical70 {
	margin-top: 70px
}
.vertical80 {
	margin-top: 80px
}
.vertical90 {
	margin-top: 90px
}
.vertical100 {
	margin-top: 100px
}
.vertical150 {
	margin-top: 150px
}
.vertical200 {
	margin-top: 200px
}
.vertical250 {
	margin-top: 250px
}
.parallax {
	min-height: 500px;
	background: transparent;
}
#comunidad {
	background: url("/sites/default/files/fdo_comunidad.jpg") 50% 0 no-repeat fixed;
	min-height: 650px;
}
#alumno {
	background-color: #a7427f;
	min-height: 710px;
}
#sitioscch {
	background-color: #492f45;
	min-height: 100px;
}
#profesor {
	background-color: #3ba6b1;
	min-height: 500px;
}
#acerca {
	background: url("/sites/default/files/fdo_acercacch.jpg") 50% 0 no-repeat fixed;
}
#secretarias {
	background-color: #7e9b13;
	min-height: 500px;
}
#gaceta {
	background: url("/sites/default/files/fdo_gaceta.jpg") 50% 0 no-repeat fixed;
}
#publicaciones {
	background-color: #FFF;
	min-height: 350px;
}
#sitios {
	background: url("/sites/default/files/fdo_sitios.jpg") 50% 0 no-repeat fixed;
	min-height: 500px;
}
#planteles {
	background-color: #037d91;
	min-height: 210px;
}
#nume {
	background-color: #ec6544;
	min-height: 250px;
}
#amigos {
	background: url("/sites/default/files/fdo_finalamigos.jpg") 50% 0 no-repeat fixed;
	min-height: 800px;
}
#redes {
	background-color: #013157;
}
.titulos {
	font-size: 48px;
	font-weight: 300;
	color: #FFF;
}
.titulogris {
	font-size: 38px;
	font-weight: 300;
	color: #231f20;
}
.liama {
	border-bottom: 4px solid #e4982c;
	width: 100%;
	margin: 0 0 20px 0;
}
.linara {
	border-bottom: 4px solid #ec6544;
	width: 100%;
	margin: 0 0 20px 0;
}
.lirojo {
	border-bottom: 4px solid #d91f30;
	width: 100%;
	margin: 0 0 20px 0;
}
.liazul {
	border-bottom: 4px solid #03b8d6;
	width: 100%;
	margin: 0 0 20px 0;
}
.liverde {
	border-bottom: 4px solid #81b70b;
	width: 100%;
	margin: 0 0 20px 0;
}
.liblanca {
	border-bottom: 2px dashed #8eb8bc;
	width: 50%;
	margin: 5px auto;
}
.interiores > li {
	color: #FFF;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
}
.theme-default .nivoSlider {
	box-shadow: none;
}
.theme-default .nivo-controlNav a {
	background-image: none;
	border-radius: 100%;
	border: 2px solid #cecece;
}
.theme-default .nivo-controlNav a.active {
	background-color: #cecece;
}
.breadcrumb {
	margin-top: 15px;
}
#gaceta h2.block-title {
	display: none;
}
#gaceta ul {
	margin-top: 5px;
	padding-left: 15px;
	color: #fff;
	list-style: none;
}
#gaceta ul li {
	border-bottom: 2px dashed;
	padding: 20px 0 20px 0;
	width: 100%;
}
#gaceta ul li a {
	color: #fff;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
}
#gaceta ul li a:hover {
	text-decoration: underline;
}
#gaceta .more-link a {
	display: none;
}
#gaceta #portadaGaceta .thumbnail {
	max-width: 300px;
	margin: 0 auto 80px auto;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.gacetaover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.gacetaover:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}
.titmenu {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #bcf7f7;
}
.titmenub {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #f9d4eb;
}
.cumple {
	border-top: 2px dashed #bcf7f7;
	border-bottom: 2px dashed #bcf7f7;
	padding: 15px;
	margin-top: 30px;
}
.cumple a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
}
.cumple a:hover, .cumple a:focus {
	color: #FFF;
	text-decoration: underline;
}
.numero {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #FFF;
	text-align: center;
}
.dato {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}
.scrollTop {
	position: fixed;
	right: 7%;
	bottom: 30px;
	background-color: #BE3F48;
	padding: 15px 20px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 100;
	border-radius: 100%;
}
.scrollTop a {
	font-size: 18px;
	color: #fff;
}
.fullscreen {
	background-color: #333;
}
.fb3d-modal.visible {
	z-index: 10000;
}
.views-field-created {
	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	position: relative;
	top: -25px;
	height: 60px;
	width: 60px;
	color: #FFF;
	background-color: #024f5b;
	text-align: center;
	font-size: 18px;
	left: 20px;
	line-height: 22px;
	padding-top: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
}
.ubicacion {
	font-size: 13px;
	text-align: center;
	color: #8eb8bc;
	font-weight: bold;
	margin-top: 10px;
}
.ubicacion a {
	font-size: 13px;
	color: #8eb8bc;
}


header .submitted{
	display:none;
}

#navegacion{
	background-color:#037d91;
}

#navegacion ul.menu > li > a{
	color:#fff;
	padding-top:2px;
	padding-bottom:2px;
}
#navegacion ul.menu > li > a:hover{
	color:#037d91;
}
#navegacion ul.menu > li {
	display: inline-block;
}

/***************************
    Estilos Responsivos
****************************/
@media only screen and (min-width: 768px) {
  #portada .col-md-12, #portada .col-lg-12 {
      padding-left: 0px;
      padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  header#header #sitename a.name {
  	font-size: 26px;
  }
  .nav > li {
  	text-align: center;
  }
  #menu_secundario ul > li {
  	width: 100%;
  }
  #block-nivo-slider-nivo-slider {
  	display: none;
  }
  .columna .views-field-field-comunidad-img-portada {
  	display: none;
  }
  .cumple {
  	margin-bottom: 30px;
  }
  .vertical70, .vertical90 {
  	margin-top: 10px;
  }
  #gaceta .container .row > div:nth-child(2) {
  	margin-top: 50px;
  }
  #gaceta, #sitios, #acerca, #alumno, #profesor {
  	padding-bottom: 50px;
  }
  #publicaciones .col-md-4 {
  	margin-bottom: 50px;
  }
  .parallax {
  	background-size: 100%;
  }
  #gaceta, #comunidad, #amigos, #sitios, #acerca {
  	background-attachment: inherit;
  	background-position: center;
  }
  .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
}
