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


*{
	margin:0px;
	padding:0px;
}

body {
	background-color:#fffff;
}

#contenedor {
	width:960px;
	margin:auto;
	margin-top:20px;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:20px;
}

header {background:#000000;

	
	}
	
	
header h1 {
	color:#F37E19;
	font-size:90px;
	font-weight:bold;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:100px;
	margin-left:10px;
	float:left;
	}

#redes
{
	float:right;
	line-height:100px;
		
}

#redes img {
	margin:10px;
	vertical-align:middle;
	border-radius:100%;
	box-shadow:2px 2px 0px #000000;
}

nav

{background: #fffff;
height:60px;
}

nav li

{
	list-style:none;
	display:inline-block;
	padding:20px 0px;
	
	}
	
	nav a
	
	{color:#B80F0F;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding:20px;
	}
	
	nav a:hover
	{background: #CB071F;
  	color:#F0F0F0;
		}
		
#banner
{
	margin:auto;
	border:10px solid #CCCCCC;
	margin-top:35px;
}

#contenido
{float:left;
width:960px;
background: #E5E5E5;
border-radius:10px;
overflow:hidden;
margin-top:20px;
margin-bottom:20px;

}

.titulo h2
	{font-size:40px;
	padding:10px;
	color:#1EC163;
	border-bottom:#1A9E77 solid;
	}
	
.titulo p
	{margin:30px;
	line-height:25px;
	margin-bottom:20px;
		
	}
	
footer
		{height:60px;
		background:#7A7A7A;
		clear: both;
		
		
		}
		
footer p
		{font-size:18px;
		color:#FFFFFF;
		text-align:center;
		font-style:italic;
		padding:10px;
		}
			
		