@charset "UTF-8";
/* CSS Document */


body { 
background-color: #EDEDED;
color:#F7F7F7;
font-family: 'Ubuntu', sans-serif;
margin-top:-16px;
}

#pagina{
	width:900px;
	
	color:#828282;
	margin:auto;
	
	background-color:#FFF;
	
	}
	
footer{
height:40px;
bottom: 0;
text-align:center;
background-color:#373535;
width:100%;
position:relative;
clear:both;
margin:auto;
color:#ECEBEB;
}

.linkdgpc {
color:#E53B75;
line-height: 40px;
}

.linkdgpc:hover{
color:#FF8D00;	
}
		
a {
color:#F7935C;
font-style:none;
text-decoration: none;
}

a:hover{
	color:#D4A88D;
	transition:ease 0.3s;
	cursor:pointer;}

ul {
	list-style:none;
	text-align:center;
	height:0px;
	margin-left:-37px;
	position:relative;
}

li{margin-top:10px;
float:right;
margin-bottom:10px;
width: 160px;
height:26px;
border-bottom: solid 1px rgba(0,0,0,0.00)
}

li:hover{
	border-bottom:4px solid #939393;
	transition:0.3s;
	}
	
footer li{
float:right;
margin-bottom:10px;
width: 160px;
height:40px;
margin-top:0px;
}

footer ul {margin-top:-20px;}

footer li:hover{
	border-bottom:4px solid #939393;
	transition:0.5s;
	}

#opciones{
margin-top:100px;
width:240px;
height: 190px;
border-radius: 20px;
position: relative;
margin:auto;
background-color: #FFF;	
padding-top:50px;
box-shadow:#000000 0.5;
}

header {
background-color:#151515;
background-repeat:no-repeat;
height:250px;
width:100%;		
margin:auto;
margin-bottom:0px;
padding-bottom:0px;
}

nav {
	background-color:#373535;
	height:40px;
	width: 100%;
	margin:auto;
	position:relative;
	margin-top:-17px;}
	
nav a {
	color:#ECEBEB;
	}

	
nav a:hover {
	color:#ECEBEB;}


.current {
border-bottom:4px solid #939393
}

.curriculum {
    margin-left: 20px;
}

aside {
    float:right;
    color: #F7935C;
}

img {
    widht: 200px;
    height: 150px;
}

    

