*{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "source_sans_prolight";
	font-weight: lighter;
	text-decoration: none;
	color: #fff;
}

/* BODY - HEADER - NAV - LOGO */
body{
	text-align: center;
}

header#ppal{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url("../images/collage.png");
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	
	/*-webkit-filter: sepia(100%);
  	-moz-filter: sepia(100%);
  	-ms-filter: sepia(100%);
  	-o-filter: sepia(100%);
  	filter: sepia(100%);
  	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.64 0.55 0.15 0 0 0.52 0.49 0.14 0 0 0.18 0.38 0.13 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
  	filter: sepia; /* IE 6-9 */
}
header#invitacion{
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-filter: sepia(100%);
  	-moz-filter: sepia(100%);
  	-ms-filter: sepia(100%);
  	-o-filter: sepia(100%);
  	filter: sepia(100%);
  	filter: url(sepia.svg); /* Firefox 4+ */
  	filter: sepia; /* IE 6-9 */
}


nav{
	max-width: 100%;
	display: inline-block;
	width: 990px;
}

nav ul{
	float: right;
}
nav img{
	float: left;
	margin-right: 50px;
	padding-top: 3px;
}
strong{
	font-weight: bold;
	font-size: 60px;
}

#nav-container{
	max-width: 100%;
	background-color: rgba(28,28,28,.7);
}
#nav-container img{
	width: 150px;
	position: relative;
}

#nav-container2{
	margin-top: 100px;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

#menu{
	font-size: 1.4em;
	position: absolute;
	left: 5px;
	display: inline-block;
	margin-left: 5px;
}
#menu li{	
	width: 70px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: rgba(28,28,28,.8);
	border-radius: 5px;
	/*border: solid 1px #FFF;*/
	transition: width 2s;
	transition: all .3s ease-out;
	-moz-transition: width 2s;
	-moz-transition: all .3s ease-out;
	-webkit-transition: width 2s;
	-webkit-transition: all .3s ease-out;

}
#menu li:hover{
	background-color: rgba(12,98,47,0.9);
	background-color: rgba(20,82,20,.7);
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
#menu label{
	padding-left: 15px;
	margin-left: 40px;
	font-size: 35px;
	font-weight: bolder;
	cursor: pointer;
	cursor: hand;
	padding-right: 10px;
	background-color: rgba(28,28,28,.8);
	/*border: solid 1px #FFF;*/
	border-radius: 5px;
}
#menu span:hover > label{
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	color: whitesmoke;
	background-color: rgba(28,28,28,.9);
	border-radius: 4px;
}
#menu li a{
	display: inline;
}
#menu span{
	display: inline-block;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	font-size: 32px;
	color: whitesmoke;
	width: 100%;	
}
#menu span:hover{
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

#logo{
	position: relative;
	left: 50px;
	top: 0;
}
#txt-nombre{
	max-width: 100%;
	z-index: 0;
	position: relative;
	text-align: center;
	font-size: 60px;
	letter-spacing: 5px;
	text-shadow:2px 2px 20px #1c1c1c;
	padding-top: 20px;
}
#txt-slogan{
	z-index: 0;
	position: relative;
	text-align: center;
	font-size: 32px;
	margin-left: 10px;
	letter-spacing: 9px;
	text-shadow:2px 2px 5px #1c1c1c;
	padding-top: 20px;
	padding-bottom: 20px;
}
#txt-invitacion{		
	text-align: justify;
	font-size: 32px;
	text-shadow: 1px 1px 2px #1c1c1c;
	padding: 20px 150px 0px 150px;
	background-color: rgba(12,98,47,0.8);
    min-height: 720px;
    line-height: 55px;
}
#titulo{
	text-align: center;
	font-size: 80px;
	text-shadow: 1px 1px 2px #1c1c1c;
	padding: 100px 200px 20px 200px;
	background-color: rgba(12,98,47,0.8);
	font-weight: bold;
}


/* FIN DE: HEADER - NAV - LOGO */
#instituto{
	background-color: rgba(12,98,47,1)
}
#body-instituto{
 	background-image: url('../images/bg2.jpg');
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
}
#body-invitacion{
	background-image: url('../images/bg-index.png');
	background-repeat:no-repeat;
	background-color: rgba(12,98,47,1);
	background-position: center center;  /* Centra la imagen en el fondo */
	background-attachment: fixed;  /* La imagen se queda fija mientras se hace scroll */
	height: 100vh;  /* Asegura que el fondo cubra toda la altura de la ventana */
	margin: 0;  /* Elimina márgenes predeterminados */
}
#body-invitacion img{
	margin-top: 50px;
	max-height: 85%;
	max-width: 100%;
}
#body-index{
	background-image: url('../images/bg-index.png');
	background-repeat:no-repeat;
	background-color: rgba(12,98,47,1);
	background-position: center center;  /* Centra la imagen en el fondo */
	background-attachment: fixed;  /* La imagen se queda fija mientras se hace scroll */
	height: 100vh;  /* Asegura que el fondo cubra toda la altura de la ventana */
	margin: 0;  /* Elimina márgenes predeterminados */
}
.owl-carousel img{
	max-width: 90%;
	max-height: 720px;
}
#conten-slider{
	width: 100%;
	padding-top: 50px;
	display: inline-block;
	max-width: 100%;
	background-color: rgba(12,98,47,.8);
}
.superior{
	top: 5px;
}
.inferior{
	top: 45%;
}
#textoloco{
	display: inline-block;
	width: 100%;
	font-size: 32px;
	font-family: "source_sans_prolight";
	padding-bottom: 50px;
	max-width: 100%;
	text-shadow: 1px 1px 2px #1c1c1c;
	background-color: rgba(12,98,47,.8);
}
#carrera{
	font-size: 42px;
	font-family: "source_sans_prolight";
	text-shadow: 1px 1px 2px #1c1c1c;
	background-color: rgba(12,98,47,.8);
	font-weight: bold;
}