/* 
    Document   : prueba
    Created on : 21-ago-2010, 22:21:10
    Author     : jalopez
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body, html {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /*  background-image: url(../imagenes/fondo_01.png);*/
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: 50% 0%;
    margin: 0px;
}
a:hover, a:linked, a:active, a:visited {
    text-decoration: none;
}
p {
    padding-left: 10px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
img {
    border: none;
    margin: 15px;
}
#cabecera{
    width: 100%;
    background-color: transparent;
    height: 410px;
    background-image: url(../imagenes/cabecera.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}
#cuerpo{
    background-color: transparent;
    width: 100%;
    background-image: url(../imagenes/fondo_prin.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    margin-top: 0px;
}
#pie{
    background-color: lightgray;
}
#destacado{
    background-color: transparent;
    margin-top: 0px;
    border-left-style: solid;
    border-left-color: grey;
    border-left-width: 1px;
}
#destacado img {
    display: block;
    float: left;
    margin: 5px;
}

#contenido{
    margin-top: 2px;
    padding-top: 10px;
    border-top-style: solid;
    border-top-color: grey;
    border-top-width: 1px;
    /*    width: 100%;
        background-color: #060;
        background-image: url(../imagenes/fondo_prin.jpg);
        background-position: top center;
        background-repeat: y repeat-y;*/
}

#menu_prin{
    /*    background-color: blue;*/
}
#menu_prin ul{
    position: relative;
    display: block;
    float: right;
    min-height: 45px;
    width: 600px;

}
#menu_prin li{
    width: 120px;
    height: 45px;
    display: block;
    float: right;
    text-align: center;
    background-image: url(../imagenes/boton.jpg);
}
#menu_prin li a {
    display: block;
    text-indent: none;
    text-decoration: none;
    height: 45px;
    color: white;
    font-weight: bold;
    line-height: 40px;
}
#menu_prin li a:hover {
    display: block;
    text-indent: none;
    text-decoration: none;
    color: yellow;
    font-weight: bolder;
    font-size: 1.1em;
    background-image: url(../imagenes/boton_down.jpg);
}
#foto_carrusel{
    height: 325px;
    background-image: url(../imagenes/fondo_foto.png);
    background-repeat: no-repeat;
/*    margin-bottom: 100px;*/
    /*    background-position: 0px 25px;*/
}
#coin-slider{
    position: relative;
    margin-left: 45px;
    margin-top: 25px;
    /*    margin-bottom: 50px;*/
}
#sub_logo h3 {
    color: brown;
    font-weight: bolder;
    padding-left: 10px;
    line-height: 1.5em;
}
#menu_pie{
    /*    background-color: blue;*/
}
#menu_pie ul{
    position: relative;
    display: block;
    float: left;
    min-height: 25px;
    width: 530px;

}
#menu_pie li{
    width: 90px;
    height: 25px;
    display: block;
    float: left;
    text-align: center;
    border-right: 2px solid darkgrey;
}
#menu_pie li a {
    display: block;
    text-indent: none;
    text-decoration: none;
    height: 25px;
    color: white;
    font-weight: bold;
    line-height: 20px;
    font-size: .9em;
}
#menu_pie li a:hover {
    display: block;
    text-indent: none;
    text-decoration: none;
    color: yellow;
    font-weight: bolder;
    font-size: 1em;
}
#logo img{
    margin: 0px;
}
.inserto {
    font-size: .8em;
    padding: 10px;
    font-family: serif;
    margin-left: 40px;
    margin-right: 40px;
}
.color_medio {
    background-color: #c6d880;
}
.cap_serv {
    background-color: #8a1f11;
    font-size: 1em;
    color: white;
    font-weight: bold;
}
