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

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);



*{margin: 0; padding: 0}

body{background: #fffef5; font-family: Arial; max-width: 960px; margin: 0 auto 0 auto; font-family: 'Roboto', Arial, sans-serif}


header{  background: #fffef5;  margin-left: 5%;  margin-top: 5%;  width: 100%;  height: 135px;}

.tituloprincipal {font-size: 29px; margin-left: 12px; margin-bottom: 5px; color: #000080; font-weight: bold; width: 1900px; font-family: 'Roboto Slab'}
header nav ul {list-style-type: none}
header nav ul li {display: inline;line-height: 0px}
header nav ul li a { color: #000080;text-decoration: none; display: inline; font-size: 14px}
a {text-decoration: none; color: #000; padding: 10px; display: block; transition: all 300ms;}
.tp {font-weight: 700; background-color: #000080; border-radius: 5px; color: #fff}
.iconredes {position: absolute; top: 68%; background-color: #fff}
a:hover {color: #ef0485; background-color: #f7f5da; border-radius: 5px}


main {width: 100%}
.textoseccion {font-size: 11px; color: #797666;}
.titulos {font-size: 15px; color: #000080; margin-bottom: 8px; font-family: 'Roboto Slab'; font-weight: 700}
.bordesredondeados {border-radius: 15px}
.subtitulos {font-size: 12px; color: #fc44a9 }


.floatright {position: relative; float: right}
.floatleft {position: relative; float: left}

.ancho100 {width: 100%}
.ancho45 {width: 45%}
.ancho50 {width: 50%}
.ancho15 {width: 15%}
.ancho30 {width: 30%}
.ancho65 {width: 65%}
.ancho80 {width: 80%}
.marginleft5 {margin-left: 5%}
.marginright3 {margin-right: 3%}
.margin3 {margin-top: 3%}
.margin5 {margin-top: 5%}


.iconmas {position: absolute; top: 0px; right: 0px}
.linea {border-style: solid; margin-bottom: 3%; margin-top: 2%; border-color: #ff99cc} 


footer {height: 100px}
.separador {clear: both; margin-left: 10px}
.piepagina {font-size: 8px; color: #7e7e7e; text-align: center; margin-left: 30px; clear: both;}

/*Responsive*/


@media screen and (max-width:480px){
    *{transition: 1s}
    .r480 {display: none}
    .ancho100-480 {position: relative; float: left; width: 90%}
    .margin480 {margin-top: 5%}

}

@media screen and (max-width:320px){

    *{transition: 1s}
    header nav ul li {display: block; padding: 2%}
    header nav ul li a {display: block}
    
}

/*------------ BARRA NAVEGADORA ----------------*/

/*.navegador {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #000080;
    border-color: black;
    border-width: 1px;
}

.navegador-titulo {
    margin: 10px;
    color: #FFE4B5;
}

nav ul li a:hover {
    background-color:transparent;
    text-decoration:none;
    font-weight:700;
}

nav ul li a {
    color: #FFE4B5;
    text-decoration: none;
}


h1{
    float:left;
    margin: 1px 10px 20px 20px;
    color:#FFE4B5;
}

nav{
    float: right;
    display: inline-block;
    color:#FFE4B5;
	margin-right: 70px;
	margin-top: -2px;
}


nav ul li{ 
    display: inline-block;  
    list-style-type: none;
    padding-left: 5px;
    margin-left: 15px;
    color:#FFE4B5;	
    text-decoration: none;
}



/*---------- CONTENIDO ------------*/ 

/*.derecha { 
    position: relative;
    width: 200px;
    height: auto;
    float: right;
    margin: 100px 700px 0px 0px;
    padding: 10px 10px 10px 0px;
    line-height: 1rem;
    clear: both;
}

ul li {
    color: #000080;
}

#derecha-perfil {
	height: 0 auto;
}

.segundo {
    position: relative;
    float: left;
    margin: -292px 0px 0px 570px;
    width: 300px;
    height: auto;
    display: inline-block;
    line-height: 1rem;
}

.curso {
    float: left;
    margin: -292px 0px 0px 740px;
    width: 300px;
    height: auto;
    display: inline-block;
    line-height: 1rem;
}

li {
    color: #000080;
}

/*------------ FOTO ------------*/

/*.izquierda {
    position:absolute;
    width: 150px;
    height: 200px;
    float: left;
    margin: 120px 0px 0px 150px;
    padding: 10px 0px 10px 0px;
    background-color: #000080;
}

#perfil{
    display:block;
    height:100%;
	margin: auto;
}


/*------------ INTEGRANTES ------------*/

/*.integrantes {
	clear: left;
    width: 100%;
    position:relative;
    height: 180px;
    float: left;
    margin: -70px 0px 0px 135px;
    padding: 0px 10px 0px 20px;
    color: #000080;
    text-decoration: none;
    font-weight:300;
}

ul li a {
    color: #000080;
    text-decoration: none;
}

ul li a:hover {
    font-weight:700;
}
    
    
/*---------------- FOOTER --------------------*/

/*#pie{
	position: relative;
    clear:both;
    height: 50px;
    margin: 10px;
}