/* 
    Document   : estilos
    Created on : 04/05/2010, 18:06:15
    Author     : iaio
    Description:
        Purpose of the stylesheet follows.
*/
* {
    margin: 0;
    padding: 0;
    font-family: Arial, "Trebuchet MS";
    font-size: 14px;
}
.bodycuerpo {
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 #232323;
}

/* Estilos header */
.header {
    background:none repeat scroll 0 0 #000000;
    height:81px;
    width:100%;
    border-bottom:1px solid #880000;
}
.contenedor_header {
    height:81px;
    margin:0 auto;
    overflow:hidden;
    width:980px;
}
.logo_home {
    width: 280px;
    height: 76px;
    padding: 0;
    margin: 0;
    float: left;
}
.logo_home a {
    text-decoration: none;
    opacity: 0.8;
    border: none;
}
.logo_home a:hover {
    text-decoration: none;
    opacity: 1;
    border: none;
}
.logo_home img {
    border: none;
}
ul#menu {
    float:right;
    height:81px;
    list-style:none outside none;
    margin:0;
    padding:0;
    width:auto;
}
ul#menu li {
    float:left;
}
ul#menu li a {
    background:url("/img/menu_sitio.png") no-repeat scroll top left;
    display:block;
    height:81px;
    position:relative;
}
ul#menu li a.menu_home {
    width:158px;
}
ul#menu li a.menu_servicios {
    width:158px;
    background-position:-157px 0;
}
ul#menu li a.menu_portfolio {
    width:158px;
    background-position:-314px 0;
}
ul#menu li a.menu_contacto {
    width:158px;
    background-position:-471px 0;
}
ul#menu li a span {
    background:url("/img/menu_sitio.png") no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:100;
}
ul#menu li a span:hover {
    cursor:pointer;
}
ul#menu li a.menu_home span {
    background-position:0px -81px;
}
ul#menu li a.menu_servicios span {
    background-position:-157px -81px;
}
ul#menu li a.menu_portfolio span {
    background-position:-314px -81px;
}
ul#menu li a.menu_contacto span {
    background-position:-471px -81px;
}

/* Estilos cuerpo */
.cuerpo {
    background:url("/img/bg.png") no-repeat scroll center top #3F0000;
    overflow: hidden;
    height:auto;
    width:100%;;
}
.contenedor_cuerpo {
    height:460px;
    margin:0 auto;
    overflow:hidden;
    width:980px;
}
.contenedor_slider {
    float:right;
    height:300px;
    padding-top:10px;
    width:650px;
}
.sombra_slider {
    background:url("/img/sombracubo.png") no-repeat scroll center top transparent;
    float:right;
    height:60px;
    padding:0 20px;
    width:620px;
}
.contenedor_flechas {
    float:right;
    height:30px;
    margin:35px 0 0;
    padding:0;
    width:650px;
}
.ult_trab {
    color:#3F0000;
    float:left;
    font-size:24px;
    font-weight:bold;
    height:29px;
    padding:0 0;
    text-shadow:0 -1px #992200;
    width:auto;
}

/* Estilos intermedio */
.intermedio {
    height:240px;
    width: 100%;
    background: url("/img/fondo_intermedio.jpg") repeat-x;
}
.contenedor_secciones {
    height:240px;
    margin:0 auto;
    overflow:hidden;
    width:980px;
}
.seccion {
    float:left;
    height:200px;
    margin:0;
    padding:28px 0;
    width:310px;
}
.seccion_title {
    border-bottom:2px solid #fff;
    color:#fff;
    font-size:25px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0;
    text-shadow: 0px -1px #222222;
    width:100%;
}
.seccion_content {
    color:#131313;
    height:100px;
    line-height:20px;
    padding:10px 5px;
    text-align:left;
    width:300px;
}
.seccion_content img {
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    float: left;
}
.texto_content {
    float:right;
    margin:6px 0 0;
    text-align:justify;
    width:255px;
    height: 100px;
}
.link_seccion {
    border-bottom:1px dotted #555555;
    height:25px;
    line-height:20px;
    text-align:right;
    width:100%;
}
.link_seccion a {
    color:#DDDDDD;
    font-size:13px;
    text-decoration:none;
}
.link_seccion a:hover {
    text-decoration: none;
    color: #660000;
}
.separador {
    float:left;
    height:200px;
    margin:0;
    padding:28px 0;
    width:25px;
}

/* Estilos footer */
.footer {
    background:none repeat scroll 0 0 #232323;
    border-top:1px solid #888888;
    height:50px;
    width:100%;
}
.contenedor_footer {
    color:#EDEDED;
    font-size:12px;
    height:50px;
    line-height:50px;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    width:980px;
}
