/* BASICOS */
*{
margin: 0;
padding: 0;
}
body, html{
height: 100%;
width: 100%;
background: url('../images/bga_body.png') repeat-x #FFF4F0;
}

/* CONTENEDORES */
#contenedor{
width: 770px;
min-height: 100%;
margin: auto;
background: url('../images/bg_contenedor.png') left top repeat-y;
}
#header{
height: 70px;
padding: 30px 0 0 265px;
background: url('../images/bg_header.png') no-repeat;
}
#contenido{
float: left;
width: 500px;
margin-left: 10px;
padding: 10px 10px 10px 20px;
}
#lateral{
float: right;
width: 219px;
height: 260px;
padding: 62px 0 0 0;
margin: 10px 11px 0 0;
background: url('../images/bg_lateral.png') center top no-repeat;
}
#lateral ul{
margin: 0 0 0 10px;
list-style: none;
margin: 15px 10px 10px 40px;
}
#lateral ul li{
color: #fff;
font-size: 0.75em;
font-weight: bold;
padding: 0 0 0 20px;
font-family: sans-serif;
background: url('../images/flecha.png') no-repeat left center;
}
#lateral p{
color: #fff;
font-size: 0.80em;
text-align: center;
padding: 0 25px 0 30px;
font-weight: bold;
font-family: sans-serif;
}
#lateral p a{
color: #fff;
}
.fin{
clear: both;
height: 45px;
}
#pie{
width: 750px;
padding-left: 2px;
height: 30px;
margin: -30px auto 0 auto;
background: url('../images/bg_pie.png') left bottom no-repeat;
}
#pie p{
float: left;
color: #eee;
font-weight: bold;
font-size: 0.75em;
font-family: sans-serif;
padding: 8px 0 0 35px;
}
#pie p a{
color: #ED8E49;
text-decoration: none;
}
#pie p a:hover, #pie p a:focus{
color: #F4BB95;
}
.creditos{
text-align: right;
float: right !important;
width: 50px;
padding: 7px 32px 0 0 !important;
}
.creditos img{
border: none;
}

/* TEXTOS */
#header h1, #header p{
position: absolute;
top: -9999px;
}
h2{
font-size: 1.5em;
color: #E77924;
letter-spacing: 3px;
text-indent: 10px;
margin: 10px 0 20px 0;
/*font-family: "Trebuchet MS", sans-serif;*/
font-family: serif;
border-bottom: 1px solid #E77924; 
}

h3, #s2 h2{
clear: both;
font-size: 1.25em;
color: #E77924;
letter-spacing: 2px;
text-indent: 10px;
margin: 10px 0 10px 0;
font-family: serif;
border-bottom: 1px solid #ccc; 
}
#s3 h3{
border: none;
}
    h3 a{
    color: #E77924;
    display: block;
    outline: 0;
    text-decoration: none;
    border-bottom: 1px solid #ccc; 
    }
    h3 a:hover, h3 a:focus{
    border-bottom: 1px solid #E77924; 
    }
    h3 a span{
    color: #EC8F4A;
    }
    h3 a:hover span, h3 a:focus span{
    color: #333;
    }
    
h4{
position: absolute;
top: -999px;
}
#contenido p{
color: #333;
padding: 0 4px 4px 4px;
/*text-indent: 7px;*/
font-size: 0.85em;
font-family: sans-serif;
}
#s1 #contenido img{
float: left;
margin: 7px 10px 5px 0;
border: 1px solid #E77924;
}
.video {
    float: left;
    padding: 0 10px 10px 0;
}
#s2 #contenido ul{
color: #333;
list-style: none;
font-family: sans-serif;
padding: 10px 4px 4px 14px;
}
#s2 #contenido ul li{
font-size: 0.85em;
padding: 2px 0 2px 20px;
background: url('../images/lista.png') no-repeat left center;
}

/* Inicio: Trabajos */
#s3 #contenido ul{
list-style: none;
margin: 20px 0 0 10px;
}
#s3 #contenido ul li{
float: left;
margin: 0 0 20px 0;
}
#s3 #contenido ul li p{
font-size: 0.75em;
color: #333;
width: 150px;
text-indent: 0 !important;
padding: 0 !important;
margin: 0 !important;
text-align: center;
}
#s3 ul li a{
outline: 0;
}
#s3 ul li a img{
border: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}
#s3 ul li a img:hover{
border: 1px solid #ED8C49;
border-right: 1px solid #C65A13;
border-bottom: 1px solid #C65A13;
}
.info{
clear: both;
color: #666 !important;
text-align: center;
font-style: italic;
text-indent: 0 !important;
}
.info a{
outline: 0;
font-style: normal;
color: #E77924;
padding: 7px 2px 7px 2px;
text-decoration: none;
}
.info a:hover, info a:focus{
text-decoration: underline;
}

/* Fin: Trabajos */

/* Ini: Contacto */
#estado{
width: 420px;
font-weight: bold;
text-indent: 0 !important;
font-size: 0.8em !important;
padding: 4px 5px 4px 35px !important;
margin: 10px 0 10px 25px;
}
    .enviado{
    color: #517314 !important;
    background: url('../images/ok.png') no-repeat left center;    
    }
    .noenviado{
    color: #cc0000 !important;
    background: url('../images/error.png') no-repeat left center;
    }
    
#s4 fieldset{
border: none;
width: 310px;
margin: auto;
}
#s4 fieldset legend{
display: none;
}
#s4 fieldset label{
color: #333;
cursor: pointer;
font-size: 0.85em;
font-weight: bold;
}
#s4 fieldset input, #s4 fieldset textarea{
width: 300px;
padding: 3px;
border: 1px solid #F2B486;
background: #FFFCF9;
border-right: 1px solid #CC6315;
border-bottom: 1px solid #CC6315;
}
#s4 fieldset input:focus, #s4 fieldset textarea:focus{
background: #fff;
}
#s4 fieldset .enviar{
width: 300px;
margin: 20px 0 0 0;
text-align: center;
text-indent: 0 !important;
}
#s4 fieldset .enviar input{
width: 200px;
color: #333;
background: #eee;
cursor: pointer;
font-weight: bold;
}
#s4 fieldset .enviar input:hover, #s4 fieldset .enviar input:focus{
color: #ED8D49;
background: #fff;
}
/* Fin: Contacto */

/* MENU DESPLEGABLE | Extraído de http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#menu, #menu ul{
padding: 0;
margin: 0;
list-style: none;
background: #F3BC94;
}
#menu ul{
border-left: 1px solid #ED8E49;
border-right: 1px solid #ED8E49;
border-bottom: 1px solid #ED8E49;
border-top: 1px solid #F3BC94;
}
#menu ul a{
margin: 1px 0 1px 0;
}
#menu a, #s3 #b3 ul li a{
display: block;
outline: 0;
width: 76px;
padding: 6px 7px 7px 7px;
color: #000;
font-family: "Verdana", sans-serif;
font-size: 0.75em;
font-weight: bold;
text-align: center;
text-decoration: none;
background: url('../images/bg_boton.png') no-repeat center top;
}
#menu a:hover, #s3 #b3 ul li a:hover, #menu a:focus, #s3 #b3 ul li a:focus{
color: #fff;
text-decoration: none;
background: url('../images/bg_boton.png') no-repeat center bottom;
}
    #s1 #b1 a,
    #s2 #b2 a,
    #s3 #b3 a,
    #s4 #b4 a,
    #s5 #b5 a{
    color: #333;
    background: url('../images/bg_boton_active.png') no-repeat center top;
    }
    #s1 #b1 a:hover,
    #s2 #b2 a:hover,
    #s3 #b3 a:hover,
    #s4 #b4 a:hover,
    #s5 #b5 a:hover{
    text-decoration: underline;
    }

#menu li{
float: left;
width: 90px;
}
#menu li ul{
position: absolute;
width: 90px;
padding: 5px 0 3px 0;
left: -999em;
}
#menu li:hover ul{
left: auto;
}
#menu li:hover ul, #menu li.sfhover ul{
left: auto;
}

