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


	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Ropa Sans', Arial, sans-serif;
verdana;
	font-size: 16px;
}
figure {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* encabezadO */ 

header {
	width: 100%;
	margin-top: 1.1em;
	min-height: 2em;
	padding-top: 1em;
	background-color: rgba(0,25,50,0.4);
	position: absolute;
	top: 7.5em;
	left: 0;
}
nav {
	width: 100%;
	text-align: center;
	padding-bottom: 10px
}
nav ul li {
	display: block;
	margin: 0.6em auto;
	border-radius: 8px;box-shadow: 2px 4px 5px rgba(0,0,0,0.3);
	/*background: #333;
	*/
	background-color: rgba(0,0,0,0.3);
	border: 1px dashed rgba(255,255,255,0.3);
	position: relative;
	top: 0;
	left: 0;
	transition: 200ms linear 0s;
	width: 70%;
}
nav ul li:hover {
	background-color: red;
	top: 2px;
	left: 2px;
}
nav ul li a {
	color: white;
	text-decoration: none
}
nav ul li a p {
	padding: 0.4em 0.5em;
}
nav ul .seleccionado {
	background-color: #08c;
}
/* FIN HEADER */

main {
	max-width: 956px;
	margin: auto;
	padding:1.3em;
	
	margin-top: 2em;
	border-radius: 10px;

}
#alumno {
	text-align: left;
	float: left;
	position: absolute;
	width: 90%;
}
/* foto 4x4 */

#alumno figure {
	position: relative;
	float: left;
	z-index: 2;
	max-width: 5.5em;
	max-height: 5.5em;
	overflow: hidden;
	border-radius: 8px;
	border: 3px solid #666;
	box-shadow: 3px 6px 9px rgba(0,0,0,0.4);
	margin-right: 30px;
	left: -0.5em;
	top: -2em;
}
#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 h1 {
	font-family: 'Lobster', Arial, san-serif;
	text-align: left;
	font-size: 40px;
	line-height:0.5em;
	font-weight: 400;
	position: absolute;
	z-index: 20;
	margin: auto;
	margin-top: 0em;
	color: #B8DAE1;
	top: -0.3em;;
	left: 2.3em;
	Text-shadow: 3px 6px 9px rgba(0,0,0,0.9);
	
}


#alumno h2 {
	font-family: 'Ropa Sans', Arial, sans-serif;
	text-align: left;
	font-weight: 400;
	position: absolute;
	font-size: 1.2em;
	z-index: 1;
	max-width: 976px;
	margin: auto;
	margin-top: 0px;
	top: 1.2em;
	left: 5em;
	color: rgba(255,255,255,0.60);
}
#alumno h2:after {
	content: '';
	width:50%;
	height: 0.8em;
	position: absolute;
	top: 0.2em;
	display: block;
	left: 11em;
	background: repeating-linear-gradient( 45deg, transparent, transparent 3px, rgba(255,255,255,0.20) 3px, rgba(255,255,255,0.20) 6px );
	display: none;
}


@media screen and (min-width: 767px) {
#alumno {
	position: relative;
	left: 0;
		width: 100%;
}
#alumno h2 {
	position: relative;
	left: 0;
}
#alumno h2:after {
	content: '';
	width: 100%;
	height: 2.5em;
	position: relative;
	top: 1em;
	display: block;
	left: 0;
	background: repeating-linear-gradient( 45deg, transparent, transparent 5px, rgba(2,95,142,0.45) 5px, rgba(2,95,142,0.45) 10px );
}
}
/* todo */

#todo {
	width: 100%;
	background-color: white;
	display: inline-block;
	vertical-align: top;
	padding: 1em;
	border: 1px dashed #ccc;
	position: relative;
	
	margin-top: 30em;
	left: 0px;
	z-index: 4;
	border: 6px solid rgba(2,95,142,0.45);
	box-shadow: 3px 6px 12px rgba(0,0,0,0.8);
	border-radius: 10px;
}
#todo h3 {
margin-bottom: 1.1em;
	padding-bottom: 0.5em;
}
.aprobadas h3{
	color:#069;
	border-bottom: 4px solid #069 !important;
}
.encurso h3{
	color: green;
	border-bottom: 4px solid green!important;
}

#todo li {
	list-style: none;
	text-indent: 1em;
	margin: 1em;
}
footer {
	width: 95%;
	max-width: 915px;
	display: block;
	padding: 1em;
	background-color: rgba(0,0,0,0.7);
	border-radius: 10px;
	margin: 0px auto;
	margin-bottom:1.2em;
}
footer p {
	color: #999;
	font-size: 14px;
	text-align: center;
}
/*   tema    */


#tema {
background: #356aa0;
background: -moz-linear-gradient(top,  #356aa0 0%, #0b4163 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#0b4163));
background: -webkit-linear-gradient(top,  #356aa0 0%,#0b4163 100%);
background: -o-linear-gradient(top,  #356aa0 0%,#0b4163 100%);
background: -ms-linear-gradient(top,  #356aa0 0%,#0b4163 100%);
background: linear-gradient(to bottom,  #356aa0 0%,#0b4163 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#0b4163',GradientType=0 );

	border-radius: 10px;
	padding: 1.5em;
	margin-top: 1.5em;
	/*
	border: 4px solid #069;*/
}
#tema h3 {
	font-size: 1.8em;
	color : #8DBFCC;
}
#tema p {
	font-size: 1em;
	color : #8DBFCC;
	padding-left: 0.5em;;
}
#GRUPO {

	width: 4em;
	height: 4em;
	position: absolute;
	border-radius: 100%;
	left: 5.8em;
	top: 2em;
}
#GRUPO P {
	COLOR: rgba(255,255,255,0.80);
	FONT-SIZE: 20PX;
	margin-top: 1em;
	text-align: center;
	padding-top:0.3em;
	border-top: 1px dashed rgba(255,255,255,0.30);
}



aside {
	width: 100%;
	padding: 2em;
	border-top: 2px dotted #ccc;
	border-left: 2px dotted transparent;
	display: inline-block;
	margin-top:1em;

	position: relative;
}
aside h4{color: #356aa0; margin-bottom:0.5em}
aside p{color: #666; font-size:0.8em;
	}
aside img{max-width:5em;; display: inline-block; vertical-align: middle; opacity: 0.5; margin: 0.5em;;}
.materias{
	
		width: 100%;
	padding: 0.5em;
	
}

@media screen and (min-width: 500px) {
#alumno h1 {
	font-size: 3em;
	left:1.9em;
	top:0em;
}
#alumno h2{
	top: 2.6em;
}

#GRUPO {
	border: 2PX DOTTED rgba(255,255,255,0.60);
	top: 0em;
	left:inherit;
	right: 0;
		DISPLAY : INLINE-BLOCK;
}
#GRUPO p{color: rgba(255,255,255,0.50); 
border-top: none; padding-top: 0em;}

#alumno h2:after {display: block}
}



@media screen and (min-width: 767px) {
	.materias{width: 65%;display:inline-block; vertical-align:top ;padding: 1em;}
	aside {
		width: calc(35% - 1em); display:inline-block;
		margin-top:0;
		border-top: none;
		border-left: 2px dotted #ccc;
	}
	
header {
	margin-top: 15px;
	position: relative;
	top: 0;
	left: 0;
}
#alumno figure {
	max-width: 180px;
	max-height: 180px;
	margin-right: 30px;
	left: 0px;
	top: 0px;
}
#alumno h1 {
	position: relative;
	font-size: 65px;
	line-height: 76px;
	top: 0;
	left: 0px;
	color: #006699; 
	text-shadow: none;
}
#alumno h2 {
	font-size: 20px;
	line-height: 20px;
	top: 0;
	text-indent: 10px;
}
#tema h3 {
	font-size: 36px;
}
#tema p {
	font-size: 16px;
}
#todo {
	position: relative;
	margin-top: 2.5em;
	
}
nav ul li {
	display: inline-block;
	margin: 2px;
	width: inherit;
		background-color: transparent;

}
nav {
	padding-bottom: 1.2em;
}
main {
	margin: 0.5em auto;
	margin-top: 10px;
}
#GRUPO {
	border: 4px dotted #069;
	float:right;
	top: 1em;
	left: auto ;
	right: 0em;
	width: 5em;
	height:  5em;
}
#GRUPO p {
	margin-top: 1em;
	font-size: 1.5em;
	color: #069
}
}
.propuestas { margin-bottom: 2em;}

.propuestas li{  text-indent:0 !important; margin: 0.5em !important; }

.propuestas li a{text-decoration: none; color: #258AAF; font-weight:bold; font-style: italic; position:relative; left:0}

.propuestas li a:hover{ text-decoration: underline; left: 0.5em;}

.propuestas img{max-width:2em; opacity:0.5; display:inline-block;}

.propuestas  a:hover  img{opacity:1; }



