*, html, body{
    margin: 0;
    padding: 0;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #4C4D4D;
}
body{
    width: 980px;
    margin: 0 auto;
    font-size: 13px;
    background-color: #F2F2F2;
}
img{border:none;}
a{text-decoration:none;}
a:hover, a:active{color:#F90;}
.clear{clear:both;}
#wrapper{
    background-color: #FFF;
}
/********************************/
/* HEADER ***********************/
/********************************/
#header{
    height: 122px;
    position: relative;
    background: #FFF url('../images/header.png');
}
#logo_link{
    width: 224px;
    height: 50px;
    display: block;
    position: absolute;
    top: 29px;
    left: 34px;
    text-indent: -9999px;
}
#header ul{
    list-style: none;
    position: absolute;
    bottom: 18px;
    right: 15px;
}
#header li{
    height: 20px;
    float: left;
    border-right: solid 1px #F2A655;
}
#header li.last , #menu_pie a.last{
    border-right: none;
}
#header li a{
    margin: 0 5px;
    padding: 3px 5px;
    line-height: 18px;
    font-size:.8em;
    text-transform: uppercase;
    color:#E4E5EB;
}
#header li a:hover, #header li a.activo{
    background-color: #FD7516;
}
/********************************/
/* MENÚ NARANJA *****************/
/********************************/
#menu_narj{
    width: 792px;
    height: 39px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}
#menu_narj li{
    margin-right: 1px;
    float: left;
}
/********************************/
/* PIE **************************/
/********************************/
#pie{
    background-color:#E2E2E2;
}
#pie h1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    font-size:18px;
    font-weight: normal;
    background-color: #004589;
    color:#FFF;
}
#menu_producto{
    width: 73%;
    padding: 1em 0 0 1.5em;
    float: left;
}
#menu_producto a{
    width: 77px;
    height: 27px;
    margin: 0 .7em .7em 0;
    display: block;
    text-align: center;
    line-height: 27px;
    float: left;
    font-size: .7em;
    background: url('../images/sub_menu_off.jpg');
}
#menu_producto a:hover, #menu_producto a.activo{
    color: white;
    background: url('../images/sub_menu_on.jpg');
}
#contacto{
    width: 23%;
    height: 100%;
    margin: .8em 0 1.7em 0;
    float: right;
}
#contacto h2{
    margin-bottom: .5em;
    font-size: 1.4em;
    font-weight: lighter;
    color:#FD7414;
}
#contacto p{
    margin-bottom: .8em;
    font-size: .87em;
}
#contacto p a{
    color: #F90;
}
#menu_pie{
    height:30px;
    position: relative;
    background:#F2F2F2 url('../images/barra_pie.jpg');
}
#menu_pie ul{
    list-style: none;
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-size: .9em;
}
#menu_pie li{
    display: inline;
}
#menu_pie a{
    padding: 0 7px;
    color: #FFF;
    border-right: 1px solid #FFF;
}
#menu_pie a:hover, #menu_pie a.activo{
    color: #F90;
}
#menu_pie span{
    margin-left: 77%;
    font-size: .85em;
    line-height: 30px;
    color: #9A9A9A;
}
/********************************/
/* VALIDACIÓN *******************/
/********************************/
#validation{
    padding: 3px 3px 0 0;
    text-align: right;
    background-color: #F2F2F2;
}
/********************************/
/* BREADCRUM ********************/
/********************************/
#breadcrumb{
    width: 594px;
    height: 65px;
    margin: 0 auto 1em auto;
    position: relative;
}
#site_map{
    position: absolute;
    top: 7px;
    left: 10px;
    color: #FFF;
}
#breadcrumb a{
    color: #FFF;
}
#breadcrumb a:hover, #breadcrumb span{
    color: #F90;
}