/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	margin:0 auto;
    background:#E8DCCD url(../images/fondoWeb.png) repeat top left;
    border-left: 1px solid #727375;
    border-right: 1px solid #727375;
    border-top: 1px solid #727375;
    height: 100%;
    position: relative;
    text-align: left;
    width: 900px;
}
.st-accordion{
    margin-left: 140px;
    margin-top: 30px;
    padding: 0;
    width: 80%;

}
.st-accordion ul li{
    height: 75px;
    border-bottom: 1px solid #9f8b6a;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 36px;
    display: block;
	position: relative;
    line-height: 75px;
	outline:none;
	color: #17120C;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;

}

.st-accordion ul li > a.tituloInterno{

    margin-bottom: 10px;
}

.st-accordion ul li > a.tituloInternoLargo{
    line-height: 37px;
    margin-bottom: 10px;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #9F8B6A;

}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
	
}
.st-accordion ul li.st-open > a{
    color: #9F8B6A;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 120px 0px;
}
.st-content p{
    color: #16110A;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6em;
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 5px 0px 2px 0px;
    text-align: justify;
    width: 600px;
}
.st-content img{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

ul li.docentes{
    height: 52px;
    border: none;
}
.mh-menu{
    width: 600px;
    margin: 20px auto;
    position: relative;
}

.mh-menu h3{
    font-size:18px;
    line-height: 15px;
    margin-top: 0;
}
.mh-menu h4{
    font-size:15px;
    line-height: 15px;
    color:#9F8B6A;
    margin-top: 3px;
}
.mh-menu li{
    width: 300px;
}
.mh-menu li a{
    display: block;
    width: 280px;
    padding: 0px 10px;
    text-align: right;
    position: relative;
    z-index: 10;
   
    border-right: 1px solid #ddd;
    
}
.mh-menu li:hover a{
    background: rgba(225,239,240, 0.4);
}
.mh-menu li a span{
    display:block;
}
.mh-menu li a span:first-child{
    font-weight: 700;
    font-size: 16px;
    color: #ddd;
    padding-top: 10px;
    font-family: 'Alegreya SC', Georgia, serif;
}
.mh-menu li a span:nth-child(2){
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    font-family: 'Alegreya SC', Georgia, serif;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.mh-menu li:nth-child(1):hover span:nth-child(2){
    color: #ae3637;
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
    color: #c3d243;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
    color: #d38439;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
    color: #8e7463;
}
.mh-menu li img{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 180px;
    opacity: 0;
    -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img{
    left: 300px;
    opacity: 1;
}

.localizacion{
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    margin-top: 15px;
}

.temarioTitulo{
    font-size: 14px;
    margin:10px 0;
}

.temarioTitulo span{
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
.temarioSeccion{
    padding: 2px 0px 20px 45px;
    text-align: justify;
    width: 550px;
    line-height: 22px;
}
.temarioSeccion span{
    font-weight: bold;
}

.menuNav{
    clear: both;
    margin: 0 10px;
    text-align: right;

}
.menuNav ul{ 
list-style: none;
border:none;

}
.menuNav li{
    float: left;
    border:none !important;
    height: 20px !important;
    margin:0 10px;
    font-size: 14px;
}
.salto{
    clear: both;
    border-bottom: 1px solid #fff;
}

.salto50{
	clear:both;
	height:50px;
}

.salto10{
	clear:both;
	height:10px;}

.menuNav li a{
    text-decoration: none;
	font-weight:700;
}
.menuNav li a:hover{
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 11px;
}

h5{
	margin:0 auto;
	width:100%;
	position:absolute;
	top:0;
	text-align:right;
}

h5 a{
	font-size:11px;
	color:#FF6C00;
}

.docentesExtra{
	margin:20px 0;}
	
	
.cajaLinks{
	height:200px;
	width:250px;
	position:absolute;
	left:-210px;
	top:100px;
	overflow:hidden;
	 background:#E8DCCD url(../images/fondoWeb.png) repeat top left;
	-webkit-box-shadow: 12px 8px 14px rgba(54,50,42,1);
	-moz-box-shadow: 12px 8px 14px rgba(54,50,42,1);
	box-shadow: 12px 8px 14px rgba(54,50,42,1);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s; /* Opera */
	text-align:center;
	text-align:right;
	z-index:1000;

}

.cajaLinks .fondoCajaLinks{
	background:url(../images/enlacesInteres.png) no-repeat left center;
	float:right;
	position:relative;
	height:200px;
	width:35px;
	margin-left:20px;
	z-index:1000;
}
.cajaLinks:hover{width:420px;	z-index:1000;}
.cajaLinks ul {
	margin-top:10px;}

.cajaLinks ul li{
	line-height:22px;}
.facebook{
	width:100%;
	text-align:right;
	margin-right:10px;
}
.cajaLinks ul li a{}
.cajaLinks ul li a:hover{
	color:#81715A;}
	
/*-----------------------  SCROLL  ----------------------*/
	

/*-----------------------  IMAGEN DOCENTES  ----------------------*/
	
.imgDocente{
	float:left;
	margin:15px;

	-webkit-box-shadow: 0px 0px 6px 4px rgba(94,82,62,0.79);
-moz-box-shadow: 0px 0px 6px 4px rgba(94,82,62,0.79);
box-shadow: 0px 0px 6px 4px rgba(94,82,62,0.79);
}