html{
     margin: auto;
}


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

header{ 
    background-color: #c3e9f0;
    height: 80px;
    margin: 0 auto;
    width: 100%;
}

div#cajaheader{
    width:1000px;
    height: 80px;
    margin: auto;
}

h1{
    margin: 0 auto;
    font-family: 'Roboto Slab';
    font-size: 2em;
    color: #63b9c9;
    padding: 15px;
    text-align:  center;
}

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

a{
    text-decoration: none;
    color: inherit;
}

nav {
    width: 100%;
    background-color: #d45284;
    color: #FCF7CD;
    font-family: 'Roboto Slab', serif;
    font-size: 0.85em;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: 80px;
    
}

.fixed {
	position: fixed;
	width: 100%;
    height: 38px;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}

nav #menu{
    width: 800px;
    margin: 0 auto;
    height: 38px;
    text-align: center;
}

nav ul {
	list-style-type:none;
	margin: 0 auto;
	padding:0;
	position: absolute;
}

nav li {
	display:inline-block;
	float: left;
    margin-left: auto;
    margin-right: auto;
}

nav li a {
	display:block;
    padding: 0 31px 0 32px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
	color: #d45284;
	background-color: #fccdda;
	text-decoration: none;
}

nav li:hover a {
	background-color: #FCF7CD;
    color: #63b9c9;
}

nav li:hover ul a {
	color: #d45284;
	background-color: #fccdda;
	height: 38px;
	line-height: 38px;
    text-align: left;
    width: 160px;
    font-size: 1.1em;
}

nav li:hover ul a:hover {
	background: #FCF7CD;
	color: #2e4795;
}

nav li ul {
	display: none;
}

nav li ul li {
	display: block;
	float: none;
}

nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

.show-menu {
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	color: #FCF7CD;
	background: #2e4795;
	text-align: center;
	padding: 10px 0;
	display: none;
}

input[type=checkbox]{
    display: none;
}

input[type=checkbox]:checked ~ #menu{
    display: block;
}


div#contenedor{
    width: 800px;
    height: 100%;
    margin: 38px auto;
}

section#informacion{
    height: 700px;
    background-color: #fcf7cd;
    width: 75%;
    float: left;
}

aside#fotos{
   height: 700px;
    background-color: #c3e9f0;
    width: 25%;
    float: right;
}

h2{
   font-family: 'roboto slab';
    margin: 15px;
    font-size: 1.8em;
    font-weight: 500;
    color: #d45284;
}

h3{
   font-family: 'roboto slab';
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #63b9c9;
}

p{
   font-family: 'roboto slab';
    margin: 10px;
    font-size: 0.9em;
    font-weight: 400;
    color: #2e4795;
}

section#informacion2{
    height: 700px;
    background-color: #fcf7cd;
    width: 100%;
    float: left;
}

#recuadro2{
   height: 210px;
    background-color: #d45284;
   margin: 15px -15px 15px -15px;
    padding-left: 20px;
   }
#recuadro2 img{
   height: 500px;
    background-color: #c3e9f0;
    padding: 20px;
    margin-top: 10px;
}

h5{
   font-family: 'roboto';
    margin-top: 15px;
    margin-right: 50px;
    font-size: 0.8em;
    font-weight: 400;
    color: #fcf7cd;
    float: right;
    width: 300px;
}


#cajafooter{
       background-color: #d45284;
       width: 100%;
       height: 100px;
       clear: both;
       margin-bottom: 0;
}

footer ul li a{ 
       color: #FCF7CD;
       font-family: 'Roboto', sans-serif;
       font-weight:400;
       font-size: 0.7em;
       line-height: 0.2em;
       text-decoration: none;
}

footer div{   
       margin-top: 5px;
       margin-left: 20px;
       padding-top: 5px;
       padding-bottom: 5px;
       line-height: 1em;
       float: left;
}

footer p{
        width: 50%;
        float: right;
        font-size: 0.6em;
        font-family: 'Roboto' sans-serif;
        margin: 33px auto;
        color: #FCF7CD;
}