
* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #EBEBEB url('images/bg.jpg');
}

h1, h2 {
    text-transform: lowercase;
}

h1 {
    font: normal 54px Georgia, Times, serif;
    letter-spacing: -3px;
    color: #000000;
}

h2 {
    font-weight: normal;
    color: #000000;
}

p {
    padding: .75em 0;
    line-height: 2em;
    text-align: justify;
}

p#subtitle {
    float: right;
    padding: 0 10px 0 0;
    font: 20px/120px Georgia, Times, serif;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #97B0F4;
}

a {
    color: #97B0F4;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF url('images/page.gif') repeat-y;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

/* header */

#header {
    height: 120px;
}

#header h1 {
    float: left;
    line-height: 120px;
    padding-left: 30px;
}

#header h1 a {
    color: #000000;
    text-decoration: none;
}

/* menu */

#menu {
    clear: both;
    height: 84px;
    padding-left: 30px;
    margin-bottom: 60px;
    background: #FFFFFF url('images/menu.gif') repeat-x;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 76px;
    text-transform: lowercase;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 40px;
    height: 84px;
    color: #FFFFFF;
    text-decoration: none;
}

#menu ul li.active a {
    background: url('images/menuactive.gif') no-repeat top;
}

#menu ul li a:hover {
    color: #97B0F4;
}

#menu ul li.active a:hover {
    color: #FFFFFF;
}

/* main image */

#image {
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/img.jpg') no-repeat;
}
#image2 {
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/2.jpg') no-repeat;
}
#imageProyecto {
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/Proyecto.jpg') no-repeat;
}
#imageGaleria{
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/Galeria.jpg') no-repeat;
	}
#imageConsorcio{
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/Consorcio.jpg') no-repeat;
	
}
#imageResultados{
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/Resultados.jpg') no-repeat;
	
	}
#imageDifusion{
    height: 400px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/Difusion.jpg') no-repeat;
}
/* sidebar */

#sidebar {
    float: left;
    width: 270px;
    padding: 0 0 20px 30px;
}

#sidebar h2 {
    font: normal 1.75em Georgia, Times, serif;
    letter-spacing: -1px;
}

#sidebar .boxtxt {
    padding: .25em 0 3.25em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1em 0 4em 0;
}

#sidebar ul li {
    padding-left: 16px;
    line-height: 3em;
    background: url('images/li.gif') no-repeat 0 1.25em;
    border-bottom: 1px solid #E9E9E9;
}

/* content */

#content {
    float: right;
    width: 570px;
    padding: 0 30px 10px 0;
}

#content .post {
    padding: 0 0 4em 0;
}

#content h2 {
    font: normal 3em Georgia, Times, serif;
    letter-spacing: -2px;
}

#content h2 a {
    color: #000000;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: .75em 0 0 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #E9E9E9;
}

p.readmore a:hover {
    background: #FCF3E6;
}

/* footer */

#footer {
    clear: both;
    height: 1%;
    padding: 2em 30px;
    border-top: 1px solid #E9E9E9;
}

#footer p {
    text-align: center;
}
