@font-face {
    font-family: 'alegreyaitalic';
    src: url('fuentes/alegreya-italic-webfont.eot');
    src: url('fuentes/alegreya-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/alegreya-italic-webfont.woff2') format('woff2'),
         url('fuentes/alegreya-italic-webfont.woff') format('woff'),
         url('fuentes/alegreya-italic-webfont.ttf') format('truetype'),
         url('fuentes/alegreya-italic-webfont.svg#alegreyaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'alegreyabold_italic';
    src: url('fuentes/alegreya-bolditalic-webfont.eot');
    src: url('fuentes/alegreya-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/alegreya-bolditalic-webfont.woff2') format('woff2'),
         url('fuentes/alegreya-bolditalic-webfont.woff') format('woff'),
         url('fuentes/alegreya-bolditalic-webfont.ttf') format('truetype'),
         url('fuentes/alegreya-bolditalic-webfont.svg#alegreyabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'alegreyabold';
    src: url('fuentes/alegreya-bold-webfont.eot');
    src: url('fuentes/alegreya-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/alegreya-bold-webfont.woff2') format('woff2'),
         url('fuentes/alegreya-bold-webfont.woff') format('woff'),
         url('fuentes/alegreya-bold-webfont.ttf') format('truetype'),
         url('fuentes/alegreya-bold-webfont.svg#alegreyabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'alegreyablack_italic';
    src: url('fuentes/alegreya-blackitalic-webfont.eot');
    src: url('fuentes/alegreya-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/alegreya-blackitalic-webfont.woff2') format('woff2'),
         url('fuentes/alegreya-blackitalic-webfont.woff') format('woff'),
         url('fuentes/alegreya-blackitalic-webfont.ttf') format('truetype'),
         url('fuentes/alegreya-blackitalic-webfont.svg#alegreyablack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'alegreyablack';
    src: url('fuentes/alegreya-black-webfont.eot');
    src: url('fuentes/alegreya-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/alegreya-black-webfont.woff2') format('woff2'),
         url('fuentes/alegreya-black-webfont.woff') format('woff'),
         url('fuentes/alegreya-black-webfont.ttf') format('truetype'),
         url('fuentes/alegreya-black-webfont.svg#alegreyablack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'alegreyaregular';
    src: url('fuentes/alegreya-regular-webfont.eot');
    src: url('fuentes/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/alegreya-regular-webfont.woff2') format('woff2'),
         url('fuentes/alegreya-regular-webfont.woff') format('woff'),
         url('fuentes/alegreya-regular-webfont.ttf') format('truetype'),
         url('fuentes/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{
	margin:0px;
	padding-top:5px;

}

body {
    width:1050px;
    background-color:#92c6bc;
    margin:15px auto;
    font-family: sans-serif;
    height: 960px;
}

#main {

    
}

div#encabezado{   

}

div#logo{
    width: 120px;
    height: 110px;
    margin: auto;
    margin-top: -158px;
    margin-left: -20px;
}


div#redes{
    float: right;
    
   
}

h1.principal{
    font-family: sans-serif;
    font-size: 30pt; width: 960px; 
    margin-left: 150px;
    margin-top: 30px; 
    color: #062357; 
    text-align: left;
}

nav ul { 
    list-style: none;
    margin-right: 50px;
    margin-left: 65px;
    margin-top: -28px;
  
}
nav ul li a{
    text-decoration: none;
    float: left;
    margin-right: 15px;
    font-family: verdana,sans-serif;
    font-size: 10pt;
    color: #5a1f01;
     
}

nav ul li a:hover{
    color: #bc5151;
}


div#imagenesgaleria{
    display: inline-block;
    margin-top: 15px;
    margin-left: 0px;
    list-style: none;

}



section article#objetivos{
    width: 500px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
}

section article#objetivos h2{
    color: #720606;
    font-size: 16pt;
    font-family: verdana, sans-serif;
    text-align: center;
   
}
    
section article#objetivos p{
    text-align: justify;
    font-family: verdana, sans-serif;
    font-size: 9pt;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}
    

section article#proximaclase{
   width: 456px;
   background-color: #fff;
   float: right;
   margin-top: 20px;
    
}

section article#proximaclase h2{
    color: #720606;
    font-size: 16pt;
    font-family: verdana, sans-serif;
    text-align: center;
   
}
    
section article#proximaclase p{
    text-align: justify;
    font-family: verdana, sans-serif;
    font-size: 9pt;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
   
}




footer{display:block;
padding-bottom: 50px;
   background-color: #bc5151;
   float: left;
   margin-top: 25px;
   padding: 5px;
}

footer p{
    margin-top: 5px;
    font-family: verdana, sans-serif;
    font-size: 8pt;
    margin-left: 15px;
    margin-right: 30px;
    color:#fff;
}

p#leyendaabajo a{
    text-decoration: none;
    color:#5cbfc1;
}



/* Menu */	
	
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
    align-content: center;
    
	
}
	
#menu {
	width:1050px;
    height: 35px;
	border: 1px solid #222;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #777;
	box-shadow: 0 1px 1px #777;
    
/* box-shadow sombras */
    
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	float:left;
	border-right: 1px solid #222;
	box-shadow: 1px 0 0 #444;
	position: relative;
   
}

#menu a {
	float:left;
	padding-left: 5px;
    padding-right: 5px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px "Century Gothic";
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
	color: #fafafa;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	ºººººº
	left: 0;
	z-index: 1;    
	background: #444;	
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; 
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 10px;
	width: 140px;
	_height: 10px; 
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #c59dcc;
	background-image: linear-gradient(#c59dcc);
}


#ingresantes2015{
   
    float:left;
}
#fotogaleria {
    padding-top:50px;
    padding-bottom: 50px;
    float:right;
}





/* Galeria */


.main{

background-color:#fff;	
    
    }


.primero {
padding: 0 1px 1px 0;
}

div {
display: block;
}

.fila {
display: block;
    float: left;
    margin: 30 30px 10px 0;
}

.fila a {
display: block;
    position: relative;
    width: 120px;
    padding-top: 100%;
    box-sizing: content-box;
    margin-right: 0px;
    margin-left: 0px;

}

.fila img {
width: 100%;
    height: 100%;
    position: absolute;
    top: 70;
    right: 0;
    bottom: 0;
    left: 100;   
}

#foto1 {
    position: relative;
margin-top: 220px;
background-image: url(tp/foto1.jpg);
background-size: cover;
width: 1050px;
height: 500px;
}


.botonfoto1 {
position: absolute;
width:180px;
height:70px;
right: 1px;
    }

#botonfoto1a {
    top: 85px;
}

#botonfoto1b {
    top: 200px;
}

#botonfoto1c {
    top: 315px;
}

#botonfoto1d {
    bottom: 2px;;
}


#foto1:hover {
background-image: url(tp/foto2.jpg);
background-size: cover;
}


/*BOTONES CON HOVER*/


/*
#Ingresantes2015 {
background-image: url(tp/ingresantes.jpg);
background-size: cover;
}
#Ingresantes2015:hover {
background-image: url(tp/ingresantes2.jpg);
background-size: cover;
}


#fotogaleria {
background-image: url(tp/clase.jpg);
background-size: cover;
    width="550px"
}
#fotogaleria:hover {
background-image: url(tp/clase.jpg);
background-size: cover;
width="550px"
}


#habitar {
background-image: url(tp/foto1.jpg);
background-size: cover;
   
}


#habitar:hover {
background-image: url(tp/foto2.jpg);
background-size: cover;
      width="1050px"
    height="500px"
}

*/
