@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0;
 -webkit-box-sizing:border-box ;
 -moz-box-sizing:border-box;
 box-sizing:border-box}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;}

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;}

/* --------------HEADER--------------*/
header {
	width: 100%;
	background: url("Imagenes index/elecciones-colombia.jpg");
	opacity: 100%;
	background-size: cover;
    background-attachment: fixed;
    background-position: center 0;}

header .contenedor {
    position: relative;
	height: 500px;}

header .menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    text-align: center;
    overflow: hidden;}

header .menu a {
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;}

header .menu a:hover{
    background: #023535;}

header .menu .btn-museo-politico {
    letter-spacing: 3px;
    background: #023535;
    color: #FFFFFF;
    width: 21%;
    float: left;}

header .menu .btn-museo-politico:hover {
    background: #0CABA8;
    color: #FFFFFF;}

header .menu .btn-1982-1986 {
    background: #0FC2C0;
    width: 13%;
    float: left;}

header .menu .btn-1982-1986:hover {
    color: #FFFFFF;}

header .menu .btn-1990-1994 {
    background: #0CABA8;
    width: 13%;
    float: left;}

header .menu .btn-1990-1994:hover{
    color: #FFFFFF;}

header .menu .btn-2002-2010 {
    background: #0FC2C0;
    width: 13%;
    float: left;}

header .menu .btn-2002-2010:hover{
    color: #FFFFFF;}

header .menu .btn-2014-2018 {
    background: #0CABA8;
    width: 13%;
    float: left;}

header .menu .btn-2014-2018:hover{
    color: #FFFFFF;}

header .menu .btn-galeria {
    background: #0FC2C0;
    width: 16%;
    float: left;}

header .menu .btn-galeria:hover{
    color: #FFFFFF;}

header .menu .btn-video {
    background: #015958;
    width: 11%;
    float: left;}

header .menu .btn-video:hover{
    color: #FFFFFF;}

header .textos {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    margin-top: -52px;}

header .textos .nombre {
    font-size: 50px;
	font-weight: 800;}

header .textos h3 {
    font-weight: 300;
    font-size: 25px;
	font-style: italic;}


.antecedentes{background: #8AD8D7;color:#055059; border: 2px; margin: 55px; padding: 26px; position:inherit; float: left; width: 45%; box-shadow: 0px 0px 15px rgba(0, 0, 0, .35); }

.img-antecedentes-1 { border: 0px; margin: 40px; position: relative; float: left; width: 10%;}

.El-cartel-y-los-medios-audiovisuales{background: #8AD8D7;color:#055059; border: 2px; margin: 40px; padding: 26px; position: relative; float: right; width: 60%; box-shadow: 0px 0px 15px rgba(0, 0, 0, .35);}

.img-cartel-y-medios{ border: 0px; margin: 40px; position: relative; float: left; width:10%;align-content: center; margin-left: 100px}

.Galeria-hemeroteca {margin: auto;}


footer { position: relative; background: #D6DEDE; color: #00000; width: 100%; height: 20%; clear: both;}

.info {margin-left: 30px}
.logo {width: 400; margin-left: 300px;}
.creditos {width: 240px; float: right; margin-top: 12px; margin-right: 360px;}
.year { text-align: center;}



