body {
background: #fff;
background-position: 0% 25%;
font-size: 11px;
font-family: 'Open Sans', sans-serif, Arial;
padding:10px auto 0 auto;
margin:auto;
}

.container {
    background-color: #fff;
    border: 1px solid #fff;
}

a {
  color: #000;
}

a:link {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
  color: #000;
}

a:hover {
  text-decoration:none; 
  font-weight: bold; 
  color: #000;
}

a:active {
  text-decoration:none;
  color: #000;
}





.menu{
	letter-spacing: 1px;
	word-spacing: 25px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	background-color:#4871ca;
	}


.footer{
	text-transform: uppercase;
    text-decoration: none;
	background-color:#70706F;
	
}


#logo {
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    }


#banner {
    width: 100%;
}




.col-md-offset-2 {
    background-color:#70706F;
    margin-top: 30px !important;
    margin-bottom: 30px;
    margin-left: 25px;
    padding-left: 40px;
    color: white;
    }

.buscador{
    border: 1px solid #CED5D7;
    border-radius: 2px;
    background-color: white;
    box-shadow: 5px 5px 5px #B5C1C5, 0 0 0 5px #EEF5F7 inset;
    }


.search {
    margin-top: 20px;
    margin-left: 150px;
    margin-bottom: 20px;
    }


.col-md-4 info{
    margin-top: 100px;
    margin-left: 55px;
    
    }


.EJERCICIO1_RIGHTBANNERTEXT {
    margin-top: 20px !important;
    padding-left: 175px;
}

.EJERCICIO1_RIGHTBANNERTEXT2 {
    margin-top: 10px !important;
    padding-left: 175px;
    color: #000;
}

.EJERCICIO1_FIRSTROW {
    margin-top: 30px !important;
}

.EJERCICIO1_SECONDROW {
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.EJERCICIO1_FOOTERTEXT {
    margin-top: 30px !important;
    margin-bottom: 30px;
    margin-left: 25px;
    padding-left: 40px;
    color: white;
}

.EJERCICIO1_FOOTERTEXTTITLE {
    font-weight: bold;
}

.FOOTERTEXTTITLE2 {
    font-weight: lighter;
    font-size: 1em;
}

.iconossociales {
    padding-left: 50px;
}

li {
    list-style:none;
    padding-top: 10px;
}

li img {
    padding-right: 10px;
}

.botones{
  margin-right: 25px;
}

.boton{
  
  padding: 3em 50em 1em 1em;
    margin: 1em -1em -1em -4em;
 
 
}

body {
    background: #fff;
    margin: 0;
    }

h1 {
    color: #000;
        margin-right: 0rem;
    padding: 0.3em;
    font-size: 25px;
    font-weight: 600;
    text-align: center
    

}
h2 { 
     color: #fff ;  
       font-size: 20px;
    
    box-shadow: 0rem 0rem 0rem 1rem;
    padding: 0.5rem;
    background: #4871ca;
    
    box-sizing: 5rem 15rem 15rem 15rem;
    margin: 12px;
    text-align: center
   
    
    }
    

/*Estilos de la galeria*/

.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
    margin: 5px;
}

.galeria img {
    width: 150px;
    height: 100px;
}

/*Estilos del modal*/

.modal {
    display: none;
}

.modal:target {
    
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal h3 {
    color: #4871ca;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagen {
    width: 100%;
    height: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img {
    width: 500px;
    height: 100%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}

.cerrar {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    padding: 0px;
    border-radius: 50%;
    line-height: 25px;
}

