/* @group reset */

/* reset stylesheets v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:none;outline:0;vertical-align:baseline;background:transparent;}html *,body *,div *,span *,applet *,object *,iframe *,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,p *,blockquote *,pre *,a *,abbr *,acronym *,address *,big *,cite *,code *,del *,dfn *,em *,font *,img *,ins *,kbd *,q *,s *,samp *,small *,strike *,strong *,sub *,sup *,tt *,var *,b *,u *,i *,center *,dl *,dt *,dd *,ol *,ul *,li *,fieldset *,form *,label *,legend *,table *,caption *,tbody *,tfoot *,thead *,tr *,th *,td{font-size: inherit;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}iframe{display:block;}
/*end of reset stylesheet*/

/* @end */

/* @group general */

@font-face {
    font-family: 'AllerRegular';
    src: url(../fonts/aller_rg-webfont.eot);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url(../fonts/aller_rg-webfont.woff) format('woff'), url(../fonts/aller_rg-webfont.ttf) format('truetype'), url(../fonts/aller_rg-webfont.svg#webfontS0GrogTg) format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'AllerRegular', sans-serif;
    font-size: 12pt;
    color: #A7A7A7;
}

a
{
    text-decoration: none;
    color: #666;
}

a:hover
{
    color: #A69213;
}

h2
{
    font-size: 1.5em;
    font-weight: normal;
    color: #A69213;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

p
{
    margin: 20px 0;
}

.clearfix
{
    clear: both;
}

/* @end */

/* @group structure */

html, body
{
    min-width: 960px;
    height: 100%;
}

#main
{
    min-height: 100%;
    position: relative;
    overflow: hidden;
}



#header
{
    height: 252px;
    background-image: url(../images/sprite_repeat_h.png);
    background-position: 0 -1px;
    margin-bottom: -110px;
}

#content
{
    width: 960px;
    margin: 0 auto;
    margin-bottom: 130px;
    position: relative;
    z-index: 1;
}

#footer
{
    width: 100%;
    height: 190px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/sprite_repeat_h.png);
    background-position: 0 -254px;
}

/* @end */

/* @group header */

#header > .content
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header  > .content > .header_extra_0
{
    width: 958px;
    height: 121px;
    position: absolute;
    top: 127px;
    left: 1px;
    background-image: url(../images/sprite.jpg);
    background-position: -2px -2px;
    
}

#header  > .content > .header_extra_1
{
    width: 253px;
    height: 35px;
    position: absolute;
    top: 85px;
    right: 1px;
    background-image: url(../images/sprite.jpg);
    background-position: -1332px -121px;
    
}

#header > .content > .title a
{
    width: 169px;
    height: 119px;
    position: absolute;
    left:391px;
    top: 8px;
    background-image: url(../images/sprite.jpg);
    background-position: -1332px -2px;
    text-indent: -99999px;
    overflow: hidden;
}

#menu
{
    width: 352px;
    height: 31px;
    float: left;
    margin-top: 95px;
}

#menu ul
{
    height: 100%;
}

#menu ul li
{
    float: left;
    width: 50px;
    height: 100%;
}

#menu ul li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    overflow: hidden;
    background-image: url(../images/sprite.jpg);
}

#menu ul .home
{
    width: 45px;
    margin-right: 20px;
}

#menu ul .home a
{
    background-position: -962px -114px;
}

#menu ul .home a:hover,
#menu ul .home.selected a
{
    background-position: -962px -147px;
}

#menu ul .la_empresa
{
    width: 65px;
    margin-right: 20px;
}

#menu ul .la_empresa a
{
    background-position: -1030px -114px;
}

#menu ul .la_empresa a:hover,
#menu ul .la_empresa.selected a
{
    background-position: -1030px -147px;
}

#menu ul .portfolio
{
    width: 73px;
    margin-right: 20px;
}

#menu ul .portfolio a
{
    background-position: -1119px -114px;
}

#menu ul .portfolio a:hover,
#menu ul .portfolio.selected a
{
    background-position: -1119px -147px;
}

#menu ul .publicaciones
{
    width: 102px;
}

#menu ul .publicaciones a
{
    background-position: -1212px -114px;
}

#menu ul .publicaciones a:hover,
#menu ul .publicaciones.selected a
{
    background-position: -1212px -147px;
}

/* @end */

/* @group pathway */

#pathway
{
    width: 960px;
    margin: 20px auto;
    overflow: hidden;
    font-size: 0.75em;
}

#pathway > li
{
    float: left;
}

#pathway > li.separator
{
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite32.png);
    background-position: -1px -1px;
    text-indent: -99999px;
    overflow: hidden;
    margin: 0 10px;
}


/* @end */

/* @group footer */

#footer > .content
{
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 85px;
}

#footer  > .content > .footer_extra_0
{
    width: 958px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 1px;
    background-image: url(../images/sprite.jpg);
    background-position: -2px -125px;
}

#footer  > .content > .footer_extra_1
{
    width: 368px;
    height: 110px;
    position: absolute;
    margin-right: -40px;
    right: 0;
    top: 78px;
    background-image: url(../images/sprite.jpg);
    background-position: -962px -2px;
}

#footer > .content > .title
{
    width: 95px;
    height: 76px;
    float: left;
    margin-top: 10px;
    margin-right: 40px;
    background-image: url(../images/sprite.jpg);
    background-position: -1504px -2px;
}

#footer > .content > .title *
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

#footer_menu
{
    
    margin-top: 20px;
    float: left;
}

#footer_menu ul
{
    width: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}

#footer_menu ul > li
{
    float: left;
}

#footer_menu ul > li a
{
    color: #8A8A8A;
    text-shadow: #FFF 1px 1px 0px;
}

#footer_menu ul > li.selected a,
#footer_menu ul > li a:hover
{
    color: #A69213;
}

#footer_menu ul > li.separator
{
    text-indent: -999999px;
    margin: 0 20px;
}

#footer > .content > .address
{
    width: 500px;
    float: left;
    font-size: 0.75em;
    line-height: 1.5;
    text-shadow: #EFEFEF 1px 1px 0px;
}

#footer > .content > .address p
{
    margin: 0;
    color: #888;
}

#footer > .content > .address a
{
    font-weight: normal;
    color: #666;
    padding: 3px;
}

#footer > .content > .address a:hover
{
    background-color: #EEE;
}

/* @end */

/* @group classes */

/* @group dd_img_r1 */

.dd_img_r1
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 0 12px;
}

/* @end */

/* @group dd_hl1 */

#main #content .dd_hl1
{
    color: #A69213;
}

/* @end */

/* @group dd_hl2 */

#main #content .dd_hl2
{
    color: #666666;
}

/* @end */

/* @end */

