body {

    margin:0;

    padding:0;

    font-family: Arial, Helvetica, sans-serif;

}



body, html {

    height: 100%;

}





#top-nav {

    display: flex;

    justify-content: space-around;

    height: 35px;

    background: #7edede;

    font-family: Arial;

    font-weight: bold;

    align-items: center;

}



#top-nav > a{

    color: white;

    text-decoration: none;

}



#top-nav > a:hover{

    text-decoration: underline;

}



.flexcontainer{

    margin: auto;

    width: 745px;

    display: -webkit-flex;

    display: flex;

    -webkit-flex-direction: column;

    flex-direction: column;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: center;

    justify-content: center;

}



.flexcontainer > div{

    /*height: 100px;*/

    width: 100%;

    /* background-color: #AFAAA8; */

    display: flex;

}



#banner {



    height: 182px;

}



#banner > img {

    align-self: flex-end;

}



#nav {

    background: #606060;

    height:57px;

    width: 100%;

    justify-content: space-around;

    align-items: center;

    list-style-type: none;

}



#nav > li > a {

    text-decoration: none;

    color: white;

    font-size: 16px;

    list-style-type: none;

}



#nav > li > a:hover {

    color: black;

}



#buscador {

    justify-content: flex-end;

    padding: 15px 0;

}



#buscador form {

    margin-right: 30px;

}



#buscarText {

    font-family: Arial, Verdana, Helvetica, sans-serif;

    font-size: 12px;

    color: #7E7E7E;

    text-decoration: none;

    background-color: #FFFFFF;

    border: 1px solid #7E7E7E;

    height: 19px;



}



.img_home {

    flex-direction: column;

    position: relative;

    justify-content: space-around;

    align-items: center;

}



.img_home > img {

    border: 7px solid white;

}



.img_home > #top_text {

    position: absolute;

    left: 50%;                        /* horizontal alignment */

    top: 3.5%;                         /* vertical alignment */

    transform: translate(-50%, -50%);

    color: white;

    font-size: 16px;

    font-weight: bold;

}



.img_home > #bottom_text {

    background: white;

    position: absolute;

    margin: 0;

    left: 50%;

    bottom: 0%;

    transform: translate(-50%, 0%);

    /*font-weight: bold;*/

    color: #606060;

    font-size: 12px;

    padding: 7px 27px;

}



#contenido {

    justify-content: space-around;

    padding-top: 36px;

    font-size: 11px;

    padding-bottom: 40px;


}



#contenido a {

    text-decoration: none;

}



.dossier-links:hover {

    color: black;

}



#contenido > #col-1 {

    border-right: 1px solid white;

    width: 207px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #000000;

}



#contenido > #col-1 > div {

    padding-left: 40px;

    padding-right: 9px;

}



#contenido > #col-2 {

    width: 280px;

}



#contenido > #col-2 > div {

    padding-left: 24px;

}



#contenido > #col-3 {

    width: 255px;

}



#contenido > #col-3 > div {

    padding-left: 32px;

    padding-right: 32px;

    padding-top: 30px;

}



.contenido-titulo-blanco {

    font-weight: bold;

    font-size: 14px;

    color: white;

}



.contenido-titulo-negro {

    font-weight: bold;

    font-size: 14px;

    color: black;

}



.dossier-links {

    color: #FFFFFF;

    font-size: 11px;

}



#secciones {

    display: flex;
    justify-content: space-around;

}

#footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

	display: flex;
	align-items: center;
	justify-content: center;
    
    height:150px;
    width: 100%;
    background-color: white;
}

.links-links {

    color: #FFFFFF;

    font-size: 14px;

    margin-right: 5px;

}

.links-links:hover {

    color: black;

}


.contenido-links {

    color: #FFFFFF;

    font-size: 14px;

    margin-right: 25px;

}

.contenido-links:hover {

    color: black;

}

#buscarBoton {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #7E7E7E;
    border: 1px solid #7E7E7E;
}

#divToPrint  img {
	max-width: 100%;
}

#divToPrint  a {
	color: black;
}