@import url('reset.css');


body{
 background: url('../images/fnd.jpg') no-repeat center fixed; 
 	background: url('../images/fnd1.jpg') no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }



/* Estilo del cuerpo*/

h2, h3 {
	font-family:morpheus;
}

h2{
	font-size: 18pt;
}
h3{
	font-size: 15pt;
}

article h3 {
	font-size: 26px;
}
article .img-wrap {
	padding: 10px 20px;
}
article .img-wrap img {
	max-width: 100%;
}

p, ol {
	font-family: prototype;
	color: white; 
}

nav {
	font-family:morpheus;
	color: white;

}
a{
	color:#000;
	text-decoration: none;
}
/*estructura general*/


header, .wrapper, footer {
	width:85%;
	margin: auto;
	margin-top: 10px;
	max-width: 1080px;
}

#Redes, #Actualizaciones, #Escuchanos {
	margin-top: 5px;
	margin-bottom:10px ;
}

/*estructura encabezado*/

header .principal{
	width: 100%;
}


header .principal .logo {
	width: 100%;
	margin: auto;
	display: block;
	
}
/*estructura navegacion*/
header .menu{
	width:100%;
	margin:auto;
	padding:5px;
	background: rgba(129, 129, 129, 0.75);
	overflow: hidden;
	border-radius: 2px;
	border-style: solid;

}

header.menu	nav ul {
	width: 100%;
	margin: auto;
	position: relative;
	float:left;
}

header .menu nav ul li{
	width: 12.5%;
	margin: auto;
	float:left;
	text-align: center;
	display:inline-block;
	
	border-radius: 3px;
	position: relative;
	min-width: 100px;


}
header .menu nav ul li a{
	padding: 5px 10px;
	margin: auto;
	text-decoration: none;
	display:inline-block;

}

header .menu ul li a:hover{
	width: 75%;
	margin: auto;
	text-decoration:none;
	background: rgba(46, 46 ,46, 0.75);
	border-radius: 3px;
}

header .menu ul li a:visited{
	color:#000;
}

/*estructura del contenido*/


.wrapper .main{
	padding: 7px;
	margin-right: 2px;
	width: 65%;
	min-height: 400px;
	float: left;
	background: rgb(129, 129, 129);
	margin-bottom: 10px;
	border-radius: 1%;
	
	}

.wrapper .main a{
	text-decoration: underline;
}

aside {
	width: 30%;
	padding: 5px;
	margin-bottom: 10px;
	background: rgb(129, 129, 129);
	min-width: 180px;
	float: right;
	border-radius: 1%
}
footer{
	background: black;
	text-align: center;
	color: #fff;
	padding:10px 0px  ;
	clear: both;

}

