@charset "UTF-8";
/* CSS Document */

h1{
    font-weight: 300;
}
h2{
    font-weight: 300;
}
h3{
    font-weight: 300;
}
h5{
    font-weight: 300;
    text-align: justify;
    display: inline;
    
}

.titulo-proceso{
    text-align: center;
}
.titulo-proyectos {
    margin: 0;
    letter-spacing: .3em;
}

.titulo-proyecto {
    padding: 5px;
    font-size: .8em;
    letter-spacing: .3em;
    color: #000;
    text-decoration: none;
    width: 160px;
    text-align: center;
}

.texto-proyecto {
    padding: 5px;
    font-size: .7em;
    max-width: 400px;
}

.telefono {
    padding: 5px;
    font-size: .8em;
    letter-spacing: .3em;
   
    text-align: center;
}

.direccion {
    padding: 5px;
    font-size: .8em;
    letter-spacing: .3em;
    text-align: center;
}
.texto-proyecto ul {
    list-style: none;
}

.titulo-proyecto-home{
	width:100%;
	color:#fff;
	margin-top:140px;
	text-align:center;
}
.titulo-proyecto-home span{
	letter-spacing:2px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78);
}
a{
	text-decoration:none;
}
