@charset "utf-8";

* {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
	transition: 200ms linear 0s;
}
body {
/*	background: #cedce7;
	background: -moz-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #cedce7), color-stop(100%, #596a72));
	background: -webkit-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
	background: -o-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
	background: -ms-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
	background: radial-gradient(ellipse at center, #cedce7 0%, #596a72 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72', GradientType=1 );*/


background: #9ca866;
background: -moz-radial-gradient(center, ellipse cover,  #9ca866 0%, #0e3f23 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #9ca866 0%,#0e3f23 100%);
background: radial-gradient(ellipse at center,  #9ca866 0%,#0e3f23 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ca866', endColorstr='#0e3f23',GradientType=1 );




	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Ropa Sans', Arial;
verdana;
	font-size: 16px;
}
/* encabezadO */ 

header {
	width: 100%;
	margin-top: 20px;
	min-height: 50px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.5);
}
nav {
	width: 100%;
	text-align: center;
	padding-bottom: 10px
}
nav ul li {
	display: block;
	margin: 10px;
	border-radius: 8px;
	background: #333;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.8);
	position: relative;
	top: 0;
	left: 0;
	transition: 200ms linear 0s;
}
nav ul li:hover {
	background-color: GREEN;
	top: 2px;
	left: 2px;
}
nav ul li a {
	color: white;
	text-decoration: none
}
nav ul li a p {
	padding: 6px 14px;
}
nav ul .seleccionado {
	background-color: LIMEGREEN;
}
/* FIN HEADER */


#alumno {
	text-align: left;
	padding-bottom: 15px;
}
/* foto 4x4 */

#alumno figure {
	position: relative;
	float: left;
	z-index: 2;
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
	border-radius: 8px;
	border: 3px solid #666;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.4);
	margin-right: 30px;
	left: -15px;
	top: -15px;
}
#alumno figure img {
	width: 100%;
	height: 100%;
	transition: 800ms linear 0s;
	transform: scale(1, 1)
}
#alumno figure img:hover {
	transform: scale(1.1, 1.1)
}
/* nombre */

#alumno h2 {
	font-family: 'Lobster', Arial;
verdana;
	width: 90%;
	text-align: left;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	margin: auto;
	margin-top: 0px;
	color: #069;
	top: -10;
	left: -30px;
}
#alumno h3 {
	font-family: 'Ropa Sans', Arial;
verdana;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	text-indent: -20px;
	z-index: 1;
	max-width: 976px;
	margin: auto;
	margin-top: 0px;
	top: 10px
}
#alumno h3:after {
	content: '';
	width: 100%;
	height: 45px;
	background-color: GREEN;
	position: relative;
	top: 10px;
	display: block;
	left: 0;
	background: repeating-linear-gradient( 45deg, #fff, #fff 5px, #eee 5px, #eee 10px );
}
/* materias */

#materias {
	width: 190px;
	background-color: white;
	display: inline-block;
	vertical-align: top;
	margin: 8px;
	padding: 15px;
	border: 1px dashed #ccc;
	position: relative;
	top: -40px;
	left: 30px;
	z-index: 4
}
.aprobadas {
	border-top: 4px solid #069 !important;
}
.encurso {
	border-top: 4px solid green!important;
}
#materias h4 {
	border-bottom: 1px dotted #ccc;
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
#materias li {
	list-style: none;
	text-indent: 10px;
	margin: 10px;
}
footer {
	max-width: 956px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 10px;
	margin-bottom: 20px;
}
footer p {
	color: #999;
	font-size: 14px;
	text-align: center;
}
/*   tema    */


#tema {
	background: #f2f9fe;
	background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
	background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -o-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
	background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd', GradientType=0 );
	border-radius: 10px;
	padding: 20px;
	margin-top: 10px;
	border: 4px solid #069;
}
#tema h3 {
	font-size: 26px;
	color : #069;
}
#tema p {
	font-size: 14px;
	color : #069;
}

@media (min-width: 767px) {
header {
	margin-top: 15px;
}
#alumno figure {
	max-width: 180px;
	max-height: 180px;
	margin-right: 30px;
	left: 0px;
	top: 0px;
}
#alumno h2 {
	font-size: 70px;
	line-height: 76px;
	top: 0;
	left: 0px;
}
#alumno h3 {
	font-size: 20px;
	line-height: 20px;
	top: 0;
	text-indent: 10px;
}
#tema h3 {
	font-size: 36px;
}
#tema p {
	font-size: 16px;
}
#materias {
	width: 200px;
	top: -30px;
	left: 40px;
}
}

@media (min-width: 420px) {
nav ul li {
	display: inline-block;
	margin: 4px;
}
nav {
	padding-bottom: 10px
}
main {
	margin: 5px auto;
	margin-top: 10px;
}
}


/* portada*/


#alumnoMain {
	text-align: left;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}
/* foto 4x4 */

#alumnoMain figure {
	position: relative;
	float: left;
	z-index: 2;
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
	border-radius: 8px;
	border: 3px solid #666;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.4);
	margin-right: 30px;
	left: -15px;
	top: -15px;
}

@media (min-width: 767px) {
#alumnoMain figure {
	max-width: 180px;
	max-height: 180px;
}
}
#alumnoMain figure img {
	width: 100%;
	height: 100%;
	transition: 800ms linear 0s;
	transform: scale(1, 1)
}
#alumnoMain figure img:hover {
	transform: scale(1.1, 1.1)
}
/* nombre */

#alumnoMain h2 {
	font-family: 'Lobster', Arial;
verdana;
	width: 90%;
	text-align: left;
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	margin: auto;
	margin-top: 0px;
	color: #069;
	top: -10;
	left: -30px;
}
#alumnoMain h3 {
	font-family: 'Ropa Sans', Arial;
verdana;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	position: relative;
	text-indent: -20px;
	z-index: 1;
	max-width: 976px;
	margin: auto;
	margin-top: 0px;
	top: 10px
}
#alumnoMain h3:after {
	content: '';
	width: 100%;
	height: 45px;
	background-color: GREEN;
	position: relative;
	top: 10px;
	display: block;
	left: 0;
	background: repeating-linear-gradient( 45deg, #fff, #fff 5px, #eee 5px, #eee 10px );
}

#alumnoMain h3 a{text-decoration: none; border-bottom: 1px dotted #ccc; color: #999; position:relative; left:0;}
#alumnoMain h3 a:hover{text-decoration: none; border-bottom: 1px dotted darkblue; color: darkblue; left:5px;}


@media (min-width: 420px) {
	#alumnoMain h2 {
	font-size: 40px;
	line-height: 48px;
	
	}
}
	
	
	
#contenedor {
	margin: auto;
	padding: 20px;
	min-width: 320px;
	background-color: white;
	border: 6px solid #ccc;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 3px 6px 12px rgba(0,0,0,0.8);
	max-width: 976px;
    overflow: auto;
}

main, aside {
    float: left;   
}

main {
	width: 100%;
	

}
aside {
	width: 100%;
	margin-top: 20px;
	border:4px solid #efefef; padding:20px; 
	border-radius:10px; 

	
}
aside p{color: #999; margin-bottom:15px; font-weight: normal;}


aside figure {width:33%; display: inline-block; float: right;}
aside figure img{width: 100%; opacity:0.4}
aside figure img:hover{opacity:1}
aside article { margin-top:40px}


#GRUPO P {
	COLOR: #CCC;
	FONT-SIZE: 80PX;
	text-align: left;
	
}


@media (min-width: 767px) {
	
main {
	 width: calc(70% - 1em);  
	 padding-left:30px;
	

}
aside {
	width: 30%;
		margin-top: 0px;
	background: white;
	position:relative; margin-left:15px;
	}
	
	#GRUPO {
	
	
	width: 160PX;
	height: 160PX;

	border: 4PX DOTTED #ccc;
	border-radius: 100%;
	
	margin: auto;
	text-align:center;
}
#GRUPO P {
	COLOR: #CCC;
	FONT-SIZE: 50PX;
	margin-top: 54PX;
	text-align: center;
	
}

}



/* carta*/

#carta h1 {
	
	font-family: 'Lobster', Arial;
verdana;
	text-align: left;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	position: relative;
	margin-top: 0px;
	color: #069;
}
#carta .concepto{ margin-left:40px; }
#carta .concepto p{  font-size:18px; color: #666; margin-top:15px;padding-top: 9px;	}
#carta .concepto:before{content:'{';font-size:120px; color: #efefef; position:relative; float:left; }

#carta ul  {clear:both; margin-left:40px; list-style:none;}
 #carta ul li {background-color: #333; color: white;; padding:8px; margin:4px; text-align:center; display: inline-block; border-radius: 16px;}

#carta ul li, #carta  p {  font-size:18px; margin-bottom:5px; line-height: 24px;}
#carta  p {
 color: #666;}

/* Mapa */
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#mapa h1 {
	font-family: 'Lobster', Arial;
	text-align: left;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	position: relative;
	margin-top: 0px;
	color: #069;
}
.principales .primarias{
    margin-left: 2em;
    padding: 1em;
    border-bottom: solid 2px #eee;
}
.secundarias,.terciarias{
    margin-left: 2em;
}
.principales #home {
    background-color: #333;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
    display: inline-block;
    padding: .6em;
    border-radius: 2px;
    margin-top: 1em;
    margin-bottom: .3em;
    position: relative;
    top: 0;
    left: 0;
}
.principales #home:hover{
    background-color: limegreen;
    top: 2px;
    left: 2px;   
}

.principales #home a{
    color: #fff;
}
.principales .primarias a{
    background-color: #666;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
    color: #fff;
    display: inline-block;
    padding: .4em;
    border-radius: 2px;
    margin-bottom: .6em;
    position: relative;
    top: 0;
    left: 0;
}
.principales .primarias a:hover{
    background-color: limegreen;
    top: 2px;
    left: 2px;
}



.principales .primarias a:before{
content:''; 
border-bottom:1px dotted #999;
border-left: 1px dotted #999; height: 20px	; width:20px;
position: absolute; left: -20px; top: 0; z-index:443

}

.institucionales a:before{display: none !important}


.institucionales li{
    display: inline-block;
    margin: 0 auto;
}

