@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
margin: 0;
text-decoration: none;
font-family: "Open Sans";
padding: 0;
list-style: none;
}

::selection{
    background-color: #000;
    color:#fff;
    }

a {
color: #000000;
}


/* Body */

body {
height: auto;
margin: auto;
}


/* Header */

header {
max-width: 100%;
height: 120px;
margin-top: 25px;
background-color: #eaeaea;
box-sizing: border-box;
padding: 20px;
}

.logo_dgpc {
max-width: 100%;
float: left;
margin: auto;
}

.logo_fadu {
width: 200px;
height: auto;
float: right;
margin-top: 1%;
}


/* Botonera */

nav {
width: 100%;
height: 60px;
margin: 0;
clear: both;
box-sizing: border-box;
/*border: 1px solid #eaeaea;*/
}

nav ul {
text-align: center;
}

nav ul li {
height: auto;
display: inline-block;
}

nav ul li a{
height: auto;
display: inline-block;
padding: 20px 22px 20px 22px;
box-sizing: border-box;
}

nav ul li a:hover {
background-color: #eaeaea;
box-sizing: border-box;
}


/* Contenido */

body{
width: 1024px;
}

.paquete_principal {
width: 100%;
background-color: #eaeaea;
position: relative;
}

.paquete_index {
width: 100%;
height: auto;
background-color: #eaeaea;
position: relative;
}


.logo_acumar {
width: 306px;
height: 80px;
position: relative;
display: inline-block;
margin: auto;
padding-top: 20px;
display: block;
}


.proyecto {
width: 60%;
height: auto;
clear: both;
font-size: 22px;
margin: auto;
text-align: center;
}

.comitente {
display: block;
height: auto;
margin-top: 30px;
padding: 20px;
box-sizing: border-box;
}

.usuario {
display: block;
height: auto;
padding: 20px;
box-sizing: border-box;
}

.problematicas {
width: 100%;
height: auto;
padding: 20px;
box-sizing: border-box;
clear: both;
}

.solucion {
width: 100%;
padding: 20px;
box-sizing: border-box;
}

.solucion p {
    font-size: 17px;
}


.boxgeneral {
display: block;
clear: both;
padding: 3%;
}

h1 {
margin: auto;
text-align: center;
font-weight: 600;
}

h2 {
    font-weight: 600;
    font-size: 25px;
}


h3 {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

hr {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
margin: auto;
width: 94%;
}

.uba {
;}

.fadu {
margin-top: 2%;}

.dgpc {
margin-top: 2%;}

/*carta*/
.paquete_principal {
    width: auto;
    padding: 2% 5%;
    box-sizing: border-box;
    }

/* Footer */

footer {
width: 100%;
height: auto;
font-size: 11px;
box-sizing: border-box;
padding: 30px;
text-align: center;
/*border: 1px solid #eaeaea;*/
}