body {
	background-image: url(imagenes/fondo2.jpg);
	background-size: cover;
}

#contenedor_principal {
	background-color: rgba(255,255,255,0.5);
}

#cabecera {
	
}

#contenido {
    padding-top: 2%;

}

#presentacion {
    text-align: justify;
    background-color: #ffffff;
}

#textlink {
    color: antiquewhite    
}

#titulos{
    text-align: center;
    background-image: url(imagenes/borde.png);
    background-size: cover;   
}

#titulos2{
    text-align: center;
    background-image: url(imagenes/borde2.png);
    background-size: cover;
}

#pie {
	color: #ffffff;
	text-align: center;
}
footer {
	background-color: #000000;
}

#b {
    background: none; 
    border: none;
    color:#000000;
}

#imagen:hover {
    -webkit-transform:scale(1.05);
    transition:all .5s ease-in-out;
}


/*Para celulares*/

@media (min-width: 200px) {
  p {
    font-size: 16px;
  }
    h2 {
    font-size: 14px    
    }
    
}

@media (min-width: 768px) { 
    h2 {
    font-size: 28px    
    }
    
}