/* Copyright (C) 2014, 2015, 2016, 2017 Francisco Dominguez <http://hispagnu.org> */

* {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

body {

/*background-color: #6699FF;*/
background: url("../imagenes/wallpaper.jpg");

}

h1{

margin-top: 5px;
margin-bottom: 5px;
font: 150% sans-serif;
color: #800000;
}

h2{

margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
font: 100% sans-serif;
color: #800000;



}

h3 {

margin-top: 10px;
margin-bottom: 10px;
background-color: #036;
color: white;

}

h4 {

color: #35382a;
font-weight: bold;
font-size: 1.6em;
font-family: sans-serif;
margin-top: 25px;
margin-bottom: 25px;
text-align: center;

}

.centrado {

text-align: center;

}

#pagina {

margin-top: 50px;
margin-bottom: 50px;

}

#licencias {

margin-top: 50px;
margin-bottom: 50px;

}

#licencias p {

margin-top: 15px;
margin-bottom: 15px;

}

#contenedor {

	margin-right: 10%;
	margin-left: 10%;
margin-top: 1%;
margin-bottom: 1%;
border: 1px solid #000000;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background-color: white;

}

#nav {
	background-color: /*#bd0000*/green;
	height: 1%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;

	
}
#nav ul {
	list-style-type: none;
	margin-left: 15%;
	
}
#nav ul li {
	float: left;
		
	
}
#nav a     {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: white;
	
}

#nav a:hover {
	color: yellow;
	background-color: #036;
}


#cuerpo {

margin-left: 15%;
margin-right: 15%;


}

#pie p {

margin-top: 10px;
color: white;

}

#pagina p {

margin-top: 20px;
text-align : justify;
}

#CC {

text-align: center;

}
