@import url('https://fonts.googleapis.com/css?family=Oswald:400,300,700');

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

/*HEADER*/

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

body{
    background-color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
}

header{
    background-color: #f0f0f0;
    height: 65px;
    width: 100%;
    float: left;
    z-index: 10;
    position: fixed;
}

.contenedorheader{
    background-color: #310062;
    width: 960px;
    margin:auto;
    height: 60px;
    border-style:solid;
}

header img{
    float: left;
    width: 190px;
    margin-top: 8px;
    margin-left: 0.5rem;
}


header nav ul{
    width: 577px;
    padding-left: 0px;
    font-size: 1rem;
    list-style: none;
    float: right;
    font-weight: 400;
}

header nav ul li a{
    float: left;
    text-align: center;
    width: 9rem;
    color: #ffffff;
    padding-top: 1.3rem;
    height: 2.45rem;
}

header nav ul li a:hover{
    border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: inherit;
	border-bottom-color: #ffffff;
    border-bottom-width: bold;
	border-style:solid;
    color: #ff00c4;
    text-align: center;
    width: 9rem;
    float: left;
    height: 2.2rem;
    font-weight: 400;
}


/*BODY*/

.contenedorbuscador{
    width: 960px;
    height: auto;
    margin: auto;
    border-bottom-style: solid;
    border-bottom-color: #310062;
}

h1{
    float: left;
    margin: auto;
    margin-top: 80px;
    color: red;
}

.buscador{
    margin:auto;
    float: right;
    margin-top: 80px;
}

.principal{
    background-color: #ff00ce;
    width: 960px;
    margin:auto;
    clear: both;
    margin-top: 100px;
    margin-bottom: 100px;
}

.principalizq{
    float: left;
    margin:auto;
    padding-top: 20px;
}

.principalder{
    float:right;
    margin: auto;
    padding-top: 20px;

}




.secundario{
    background-color: #ffffff;
    width: 960px;
    margin:auto;
    clear: both;
    margin-top: 450px;
}

.secundarioizq{
    float: left;
    margin: auto;
    width: 475px;
}

.secundarioizqizq{
    float: left;
    margin:auto;
    padding-top: 20px;
}

.secundarioizqder{
    float:right;
    margin: auto;
    padding-top: 20px;
}

.secundarioder{
    float: right;
    margin: auto;
    width: 475px;
}

.secundarioderizq{
    float: left;
    margin:auto;
    padding-top: 20px;
}

.secundarioderder{
    float:right;
    margin: auto;
    padding-top: 20px;
}

.terciario{
    background-color: #ff00ce;
    width: 960px;
    margin:auto;
    clear: both;
    margin-top: 600px;
}

.terciarioizq{
    width: 475px;
    margin: auto;
    float: left;
}

.terciarioder{
    width: 475px;
    margin: auto;
    float: right;
}

.informados{
    width: 475px;
    height: 30px;
    background-color: #310062;
    margin-top: 15px;
}

.actividades{
    width: 475px;
    height: 30px;
    background-color: #310062;
    margin-top: 15px;
}

h2{
    padding: 2px;
    padding-left: 8px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}

h3{
    color: #310062;
    font-family: 'Oswald', sans-serif;
    margin-top: 5px;
}

.texto-p{
    text-align: left;
    color: #000000;
    font-size: 12px;
}
    

.inf-contenedor1{
    width: 475px;
    height: 70px;
    background-color: #919191;
    margin: auto;
}

.imagen-contenedor1{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.texto-contenedor{
    color: antiquewhite;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.inf-contenedor2{
    width: 475px;
    height: 70px;
    background-color: #919191;
    margin: auto;
}

.imagen-contenedor2{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    clear: both;
}

.separador{
    width: 475px;
    border-bottom-style: solid;
    border-bottom-color: #3b0080;
    border-bottom-width: thin;
    margin: auto;
    clear: both;
    padding: 3px;
}

.inf-contenedor3{
    width: 475px;
    height: 70px;
    background-color: #919191;
    margin: auto;
}

.imagen-contenedor3{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    clear: both;
}



.imagen-act{
    margin-top: 5px;
    width: 475px;
}

.separador2{
    width: 960px;
    border-bottom-style: solid;
    border-bottom-color: #3b0080;
    border-bottom-width: medium;
    margin: auto;
    clear: both;
    padding: 3px;
    margin-top: 60px;
}

/*FOOTER*/

footer{
    background-color: #ffffff;
    height: 65px;
    width: 100%;
    margin-top: 60px;
}

.contenedor-redes{
    width: 960px;
    margin: auto;
}

.redes{
    margin-top: auto;
    margin: auto;
    object-position: center;
}

footer p{
    color: #ffffff;
    font-size: 11px;
    font-style: oblique;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
    
    
.contenedorfooter{
    background-color: #310062;
    width: 960px;
    margin:auto;
    height: 65px;
    border-style: solid;
    border-width: thin;
    border-color: #909090;
    
}