﻿/** Generales **/

body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    background-color: White;
}

p, h1, h2, h3, h4, ul, li, span, a
{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    font-weight: normal;
}

div
{
    margin: auto auto auto auto;
}

a, img
{
    border-width: 0px;
}

/** Generales **/

a, a:visited, a:link
{
    text-decoration: none;
    color: Black;
}

a:hover
{
    text-decoration: underline;
    color: Black;
}

#site
{
    width: 800px;
    background-color: White;
    height: 600px;
}

#main
{
    overflow: hidden;
    height: 526px;
    margin-top: 20px;
    width: 600px;
    background-color: white;
    position: relative;
    float: left;
}
#main a
{
    text-decoration: none;
}

.colorRojo
{
    color: #EC1C24;
}

p
{
    text-align: justify;
    line-height: 14px;
}

.fondoRojo
{
    background-color: #EC1C24;
    border-bottom: solid 1px white;
    padding: 2px 2px 2px 7px;
    color: White;
}

.fondoRojo a
{
    text-decoration: none;
    color: White;
}

.listaRoja
{
    margin: 10px 0px 10px 0px;
    list-style-type: none;
}
.listaRoja li
{
    background-color: #EC1C24;
    border-bottom: solid 1px white;
    font-size: 12px;
    padding: 2px 2px 2px 7px;
    color: White;
}

h1
{
    text-align: left;
    font-size: 12px;
    display: block;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
}

h3
{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 17px;
    text-align: left;
}

.fondoNegro
{
    background-color: Black;
    padding: 3px;
}

.texto p
{
    background-color: #EC1C24;
    border-bottom: solid 1px white;
    margin: 0px;
    padding: 2px 2px 2px 2px;
    color: White;
    text-align: center;
}

.alignRight
{
    text-align: right;
}

.headCategories
{
    height: 155px;
}

.paddingBottom15
{
    padding-bottom: 15px;
}

.alignCenter
{
    text-align: center;
}

.sectionHead
{
    text-align: center;
    width: 100%;
}

.sectionHead img
{
    display: block;
}

/***** Menu *****/
.menu
{
    text-align: center;
}

.submenu
{
    margin-top: 9px;
    margin-left: 490px;
    width: 180px;
}

.submenu a, .submenu a:visited, .submenu a:hover
{
    width: 32.8%;
    display: inline-block;
    text-decoration: none;
    color: Red;
    font-size: 10px;
    float: left;
    text-align: center;
}

.menu
{
    text-align: left;
}

.menu a, .menu a:visited, .menu a:hover
{
    /*width: 19.5%;*/
    display: inline-block;
    text-decoration: none;
}



/***** our People  *****/

.ourPeopleContainerA, .ourPeopleContainerB
{
    height: 210px;
}

.ourPeopleContainerA h1
{
    margin-bottom: 10px;
}

.ourPeopleContainerB h1, .ourPeopleContainer h1
{
    margin-bottom: 5px;
}

/***** Project Types *****/

#projectTypes a, #projectTypes a:visited, #projectTypes a:hover
{
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 71px;
    text-align: center;
    background-color: #EC1C24;
    color: White;
    height: 85px;
    font-weight: normal;
    margin-bottom: 16px;
}

#projectTypesB a, #projectTypesB a:visited, #projectTypesB a:hover
{
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: black;
    color: White;
    font-weight: normal;
}

.architectureContainer
{
    margin-top: 53px;
}

.planningContainer
{
    margin-top: 21px;
}
.tituloProjectList
{
    font-size: 15px;
    line-height: 15px;
}
