@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,300,400,500,700,800,900,100italic,300italic,400italic,500italic,700italic,800italic,900italic);
#contenedor {
	width: 950px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor:hover {
	width: 950px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../img/fondo.png);
}

#principal {
	width: 430px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: rgba(51,51,51,0.7);
}
#menu {
	height: 34px;
	width: 430px;
	text-align: center;
	background-color: #ED6C5A;
}
#contenido {
	width: 430px;
	margin-top: 40px;
	height: 300px;
	padding-top: 40px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	
}
#footer {
	height: 50px;
	width: 430px;
	padding-top: 10px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-color: #333;
	border-bottom-style: solid;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #ED6C5A;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: normal;
}
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.boton {
	color: #666;
	font-family: 'Alegreya Sans SC', sans-serif;700
	font-size: 18px;
	text-decoration: none;
	margin-left: 20px;
	padding: 10px;
	font-weight: bold;
}
.botonclick {
	color: #333;
	font-family: 'Alegreya Sans SC', sans-serif;700
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.boton:hover {
	color: #6FF;
	font-family: 'Alegreya Sans SC', sans-serif;700
	font-size: 18px;
	text-decoration: none;
	margin-left: 20px;
	padding: 10px;
	font-weight: bold;
	
}



nav ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

nav li {
	width:100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
nav li:hover {
	width:100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6FF;
}

