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

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600);

* {
	font-family: Titillium Web, sans-serif;
}
body {
	background-color: #f5f5dc;
}

div{
    border-style: solid;
    border-width: 0.5px;
    border-color: #ff4040;
}

nav {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #ff4040;
    border-color: black;
    border-width: 1px;
    z-index: 100;
	border-style: solid;
	margin-right: 25px;
	margin-top: -4px;	
}
nav h1 {
	margin-top: 5px;
}

nav ul li{
    display: inline-block;  
    list-style-type: none;
    padding-right: 25px;
    color:#f5f5dc;	
	float: right;
	margin-top: -5px;
}

nav ul li a {
	background-color: transparent;
}
nav ul li a:hover {
	background-color: crimson;
}

#contenedor {
    position:relative;
    width: 960px;
    height:auto;
    border: 1px solid #ff4040;
	margin: 0 auto;
	
}


.izquierda {
    position:relative;
    width: 200px;
    height: 200px;
    float: left;
    margin: 60px 12px 0px 60px;
    padding: 10px 10px 10px 10px;
    background-color: #ff4040;
}

.integrantes {
	position:relative;
    width: 200px;
    height: 200px;
	margin-left: -10px;
	margin-top: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #ff4040;
}

.derecha {
    width: 600px;
    height: auto;
    float: left;
    margin: 60px 0 10px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #ff4040;
}



h2{
    float:left;
    margin: -6px 10px 10px 0px;
    font-family: Verdana;
    color:#f5f5dc;
}


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


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

.integrantes ul li{
	display: block;  
    list-style-type: none;
    color:#f5f5dc;
	margin-left: -20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
	

a{
	text-decoration: none;
	color: #f5f5dc;
}

a:hover {
	color: darkred;
	text-decoration: underline;
	
}

h2{
	color:#f5f5dc;
	margin: 10px 10px 10px 10px;
}

h3{
	color:#f5f5dc;
	margin: 10px 10px 10px 10px;
	clear: both;
}

h4{
	color:#f5f5dc;
	margin: 10px 10px 10px 10px;
	clear: both;
}

h5{
	color:#f5f5dc;
	margin: 10px 10px 10px 10px;
	clear: both;
}

footer{
    clear:both;
    width: 100%;
    height: 50px;
    background-color: #ff4040;
    border-color: black;
    border-width: 1px;
    z-index:1;
    display: inline-block;
}

footer p {
    display: block;
    font-size:13px;
    margin: 0 auto;
	width: 960px;
	text-align: center;
	
}

p{
	clear: both;
	margin: 10px 10px 10px 10px;
}

.derecha img {
	max-width: 100%;
}
