/* HOJA DE ESTILO */



@font-face {
    font-family: "Yanone Kaffeesatz";
    src: url(font/yanone-kaffeesatz-regular.otf);
}


h2 {
font-size:30px;
 font-family: "Yanone Kaffeesatz";
 margin-left: 0%;
 color:#3d97d3;
 
}

h3 {
	 font-size:25px;
	 font-family: "Yanone Kaffeesatz";
	color:#3598dc;
	}
	
h4 {
	 font-family: "Yanone Kaffeesatz";
	font-size:25px;
	line-height: 5px;
	}





p {
	font-size: 15px;
	font-family: Calibri, sans-serif;
	line-height: 20px;
	text-align: left;	
    
}


a {
    color: #3d97d3;
    text-decoration: none;
    list-style: none;
    text-align: center;
    font-family: Calibri, sans-serif;
   
   
}

a:hover {
    color: #edf0f1;
 
}


#contenedor{ 
    margin: auto;
    width:960px;
}



body {
    margin: 0px;
    background-color:#2d3e50;
	font-family: Calibri, sans-serif;
	color:#edf0f1;
	
    
}
header{ 
    height: 150px;
    width: 957%;
    background-color: #10c4a4;
    overflow:hidden;
	 
}

aside#izquierda {
    float: left;
    list-style: none;
    height: 700px;
    width: 27%;
    line-height: 50px;
    font-size: 15px;
    margin-top: 0px;
	
    
}


aside#izquierda li {
	padding-left: 15px;
	padding-top:5px;
	background-color: #35495e;
	font-size: 20px;
	line-height: 40px;	 
	color: #edf0f1;	 
	
	
}

aside#izquierda li a {
	padding-left: 7px;
	color: #edf0f1;
	font-family: "Yanone Kaffeesatz";
	

}

aside#izquierda li a:hover {
	
	text-decoration:underline;

	 
	
}


aside#izquierda img {

   width: 150px;
   height:25px;
   margin-left: 10px;
   padding-top:20px;

}




aside#derecho img {
    
    float: right;
    margin-left: 100%;
    width: 100%;
    
}

header img {
    margin-left: 0%;
    width: 100%;
    
}


.texto_destacado1 {
    
    width: 550px;
    font-size: 12px;   
    font-family: Calibri, sans-serif;
    line-height: 30px;
}


article  {
margin-left: 30%;
text-align: left;


}

.texto_destacado1 {
    color: #000;
}


nav{
  font-family: Calibri, sans-serif;
  margin-top: 1rem;  
  margin-left: 30%;
 
}

nav ul{    
    list-style: none;
    margin:0px;
    padding:0px;
}

nav ul li{
    width:100%;
   	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3d97d3;
    margin-bottom: 0.5rem;
	line-height:30px;
	
}

nav ul li a{
   text-decoration: none; 
    color:#FFFFFF;
    display:block;
    width:100%;
    text-align: center;
	font-family: "Yanone Kaffeesatz";
	font-size:20px;
  
    
}

nav ul li a:hover{
    color:rgba(255,255,255,1);
    background-color: #3d97d3;
}




#login{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom:10px;
	line-height: 15px;
	margin-top:20px;
	background-color: #35495e;

    }
	
.colum-left{
	width:300px;
	float:left;	
	padding-right:40px;

    }
	
.colum-right{
	width:300px;
	float:left;	

    }
	
#lineas{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3d97d3;
	border-right-color:#3d97d3;
	border-bottom-color: #3d97d3;
	border-left-color:#3d97d3;
	padding-top:10px;
	margin-top:10px;
    }
	
#linea_baja{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-color: #3d97d3;
	padding-top: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
    }
	
#calendario{
	background-image: url(images/calendario.jpg);
	height: 480px;
	    }
		
.meses{
	font-size: 12px;
	color:  #3d97d3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #3d97d3;
	border-bottom-color: #3d97d3;
	padding-top: 10px;
	padding-bottom: 10px;
		 }
		
.expos{
	width: 200px;
	float: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right:23px;
	margin-bottom:25px;		
		}
	

.expos img{ padding-bottom:10px;}


.tps img{ padding-top:10px}


#docentes{
	
	width:680px;
	float:left;
	
		 }
.docentes{
	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:  #3d97d3;
	padding-top: 10px;
	width:680px;
	float:left;
	
		 }
#columnadocentes{
	float:left;
	padding-right:100px;
}

#video{
	width=430px; 
	height=325px;
}

		 
.doc{
	width: 200px;
	float: left;
	padding-bottom: 20px;
	margin-right:23px;
	margin-bottom:25px;		
		}
	

.footer-top{
	
	background-color: #35495e;
	padding-bottom:10px;
	padding-top:10px;

		}
		
		
.footer-bottom{
	
	
	border-top:#3d97d3;
	border-top-width: 3px;	
	border-top-style: solid;
	margin-top:20px;
		}
			
footer{
	height: 30px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom:20px;
	float: left;
	width: 100%;
	text-align: center;	
    }
	
	
	
@media all and (min-width: 1px) and (max-width: 320px) {
    
     header nav#botoneradearriba ul li{
            float:none;
            margin-bottom: 0.15rem;
        }

}

@media all and (min-width: 321px) and (max-width: 640px) {
nav ul li{
    width:8rem;
    float:left;
    margin-right: 0.4rem;
}
    
}

@media all and (min-width: 641px) {
    header{
        position: relative;
        width: 100%;
    }
    nav{
        /*position:absolute;*/
        bottom:0.1rem;
        right:0.1rem;
    }
    
    nav ul li{
        width:8rem;
        float:left;
        margin-right: 0.4rem;
}
 
}