* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    cursor: default;
}
a:visited
{
    color: blue;
}
body
{
    width: 85%;
    margin: auto;
    background-color: #6C7B86;
    font-family: 'Roboto', Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: .9em;
}
.header
{
    width: 100%;
    height: 19%;
    background-color: #003366;
    margin: auto;
    display: block;
}
.aside
{
    width: 20%;
    height: 100%;
    display: block;
    float: left;
    padding: 2%;
    border: : 3px solid #003366;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    background-color: white;
}
.aside a
{
    display: block;
    padding-bottom: 7%;
}
.section
{
    width: 80%;
    display: block;
    float: right;
    margin: auto;
}
.footer
{
    font-size: 1em;
    color: white;
    height: 90%;
    text-align: center;
    display: block;
    clear: both;
    background-color: #003366;
    border-radius: 0%;
    border-top-right-radius: 0%;
    border-top-left-radius: 0%;
}
.footer a
{
    color: white;
    cursor: pointer;
}
a:hover
{
    color: #000000;
    cursor: pointer;
}

#colorFondo
{
    background-color: white;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
}
.imgCentradas
{
    text-align: center;
    margin: auto 10%;
}
/*.nav1
{
    border-top: 3px solid #003366;
    text-decoration: none;
    font: 2em;
    text-align: center;
    height: 100;
    width: 100%;
    background-color: white;
    border: none;
    padding: 2%;
    font-weight: bold;.
}
.nav1 a
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.nav1 a:hover
{
    text-decoration: underline;
}
.nav1 span
{
    float: left;
    font-size: 1.7em;
    text-transform: uppercase;
}*/
.nav
{
    /*border-top: 3px solid #003366;*/
    text-decoration: none;
    /*font: 2em;*/
    /*text-align: center;*/
    height: 100%;
    width: 100%;
    background-color: white;
    border: none;
    /*padding: 2%;*/
    font-weight: bold;.
}
.nav a
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.nav a:hover
{
    text-decoration: underline;
}
.nav span
{
    float: left;
    font-size: 1.7em;
    text-transform: uppercase;
}
.contacto h1
{
    text-align: center;
    color: #003366;
    font-size: 2.5em;
    padding-bottom: .5em;
}
.contacto a, a:hover
{
    color:black;
}
.email
{
    font-size: 1.5em;
    font-weight: bold;
}
.espacio
{
    padding-right: 8%;
}
.maps
{
    text-decoration: none;
}
.maps:hover
{
    text-decoration: underline;
    color: blue;
}

.autor a
{
    text-decoration: none;
    color: blue;
    text-align: right;
}
div.noneDisplay
{
    display: none;
}
.uyimg
{
    width: 100%;
    text-align: center;
}
.nav1
{
    border-top: 3px solid #003366;
    text-decoration: none;
    font: 2em;
    text-align: center;
    height: 100;
    width: 100%;
    background-color: white;
    border: none;
    padding: 2%;
    font-weight: bold;.
}
.nav1 a
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.nav1 a:hover
{
    text-decoration: underline;
}
.nav1 span
{
    float: left;
    font-size: 1.7em;
    text-transform: uppercase;
}