/* 
    Document   : estilos.css
    Created on : 27-abr-2009, 11:02:51
    Author     : jmp
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

html{
    font-family: 'Trebuchet MS';
    font-size: 0.9em;
    width: 100%;
}

body{
    margin: 40px 0px 0px 0px;
    width: 100%;
    background-image: url(../imgs/fondo_principal.jpg);
    text-align: center;
}

a{
    cursor: pointer;
}


#central{
    margin: 20px auto 0px;
    width: 842px;
    /*height: 100%;*/
    background-image: url(../imgs/fondo_superior.gif);
    background-repeat: no-repeat;
    background-position: top center;
    
}

#cabecera{    
    width: 800px;
    .width: 800px;
    height: 300px;
    /*border-top: 1px solid grey;*/
    /*border-left: 1px solid grey;
    border-right: 1px solid grey;*/
    margin-left: 16px;
    background-image: url(../imgs/cabecera.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    top: -35px;
    left: 5px;
    .left: -8px;
    z-index: 10;
}
#cabecera_sup{
    position: absolute;
    width: 798px;
    .width: 800px;
    height: 265px;
    background-image: url(../imgs/logo_banner.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#contenedor{
    width: 798px;
    .width: 800px;
    border-top: 1px dashed white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    height: 100%;
    margin-left: 16px;
    background-color: #a0292b;    
    clear:both;
    margin-bottom: 20px;
    position: relative;
    top: -97px;
    height: 700px;
    left: 5px;
    .left: -8px;
}

#menu_principal{
    position: absolute;
    float: left;
    position: relative;
    left: 21px;
    .left: 21px;
    top: -97px;
    height: 60px;
    width: 800px;
    background-image: url(../imgs/fondo_menu.png);
    background-position: top center;
    border-top: 2px solid white;
    z-index: 15;
}

#menu_principal div{
    float: left;
    width: 125px;
    height: 60px;
    text-align: center;
    color: white;
    cursor: pointer;
    /*background-image: url(../imgs/fondo_botones.jpg);
    background-repeat: no-repeat;
    background-position: top center;*/
    /*border-bottom: 2px solid black;*/
}

#menu_principal span{
    font-style: italic;
    font-size: 1.0em;
    font-weight: bold;
    cursor: pointer;
    height: 20px;
    position: relative;
    top:3px;
}

#menu_principal a{
    text-decoration: none;
    color: white;
}
#lnk_home{
    background-image: url(../imgs/btn_home.png);
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}

#lnk_machos{
    background-image: url(../imgs/btn_machos.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#lnk_hembras{
    background-image: url(../imgs/btn_hembras.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#lnk_foro{
    background-image: url(../imgs/btn_foro.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#lnk_contacto{
    background-image: url(../imgs/btn_contacto.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#otros_lnks{    
    position: relative;    
    top: 50px;
    float: left;
    width: 150px;
    margin-bottom: 50px;
    
}

div.float_lateral{
    width: 150px;
    height: 200px;
    /*background: #8c8c8c;*/
    background-image: url(../imgs/fondo_lateral.png);
    background-position: top right;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    margin-bottom: 40px;
    opacity: 0.8;
    cursor: pointer;
}

#contenidos{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 630px;
    top: 15px;
    
    overflow-x: hidden;
    /*background-color: #ffe3e3;*/
    /*border: 1px solid #812123;*/
}

#contenidos p{
    text-align: justify;
    text-indent: 10px;
    /*color: white;*/
    margin-right: 5px;
    margin-left: 5px;
}

#contenidos img{
    border: 1px solid #812123;
}

#contenidos a{
    text-decoration: none;
    border: 0px none;
}

#pie{
    clear: both;
    width: 100%;
    height: 320px;
    background-image: url(../imgs/fondo_pie.jpg);
    border-top: 2px solid #812123;
    color: white;
    bottom: 0px;
    position: relative;
    margin-top: -80px;
}

#pie img{
    border: none;
}

#pie ul{
    list-style: none;

}

#pie li{
    float: left;
    margin-left: 100px;
    
}

#pie a{
    text-decoration: none;
    border: 0px none;
}

#lnk1{
    position: relative;
    top: 0px;
    left: 0px;
}

#lnk2{
    position: relative;
    top: 32px;
    left: 0px;
}

#lnk3{
    position: relative;
    top:53px;
    left: 0px;
}

#lnk4{
    position: relative;
    top: 47px;
    left: 0px;
}
#lnk5{
    position: relative;
    top: 33px;
    left: 0px;
}
#lnk6{
    position: relative;
    top: 70px;
    left: 0px;
}
#lnk7{
    position: relative;
    top: 47px;
    left: 0px;
}

#cont_boton{
    position: relative;
    z-index: 10;
}
#cont_instalaciones{
    width: 150px;
    height: 100px;
    background-image: url(../imgs/fondo_instalaciones.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#cont_fotos{
    position: relative;
    top: -10px;
    .top: -25px;
    width: 150px;
    height: 130px;
    background-image: url(../imgs/fondo_lateral_galeria.png);
    background-repeat: no-repeat;
    background-position: center center;
    
}

#cont_visitas{
    width: 150px;
    height: 170px;
    background-image: url(../imgs/fondo_instalaciones.png);
    background-repeat: no-repeat;
    background-position: center right;
    
}

#marcador{
    height: 32px;
    width: 32px;
    position: relative;
    float: left;
    top: -63px;
    left: -735px;
    background-image: url(../imgs/flecha.png);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 16;
}

table.tabla_images{
    margin-left: 130px;
}


/*
    Estilos para el panel de las hembras
*/
#menu_hembra ul{
    list-style-type: none;
    float: left;
    margin-bottom: 0px;
    margin-left:-35px;
    .margin-left:0px;
}

#menu_hembra li{
    float: left;
    cursor: pointer;
    margin-left: 1px;
}


#panel_hembras{
    width: 2560px;
    height: 601px;
    float: left;
}

#panel_hembras div{
    width: 639px;
    height: 300px;
    background-color: white;
    float: left;
    position: relative;
    border-right: 1px solid black;
}

div.zona_hembra{
    background-color: white;    
}

div.zona_hembra ul{
    width: 600px;
    list-style-type: none;
    height: 100px;
}

div.zona_hembra li{
    float: left;
    margin-left: 90px;
}

div.zona_hembra img{
    border: 1px solid #812123;
}

div.zona_hembra a{
    text-decoration: none;
}

div.zona_hembra ul{
    width: 600px;;
    list-style-type: none;
    height: 100px;
}

li.btns_perros{
    width: 120px;
    height: 25px;
    color: #812123;
    text-align: center;
    background-image: url(../imgs/fondo_botones_perros.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

li.btns_perros span{
    position: relative;
    top: 5px;
}
/*
    Estilos para el panel de los machos
*/
#menu_macho ul{
    list-style-type: none;
    float: left;
}

#menu_macho li{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}


#panel_machos{
    width: 1920px;
    height: 700px;
    float: left;
}

#panel_machos div{
    width: 639px;
    height: 700px;
    background-color: white;
    float: left;
    position: relative;
    border-right: 1px solid black;
}

div.zona_macho li{
    float: left;
    margin-left: 90px;
}

div.zona_macho img{
    border: 1px solid #812123;
}

div.zona_macho a{
    text-decoration: none;
}

div.zona_macho ul{
    width: 600px;;
    list-style-type: none;
    height: 100px;
}


#imgs_otras{
    width: 639px;
    border-top: 1px solid #812123;
    background-color: #ffe3e3 !important;
}

div.cont_home{
    border: 1px solid #812123;
    background-color: #ffe3e3;
    color: #812123 !important;
}

div.cont_contacto{
    margin-top: 2%;
    height: 65%;
    float: left;
    width: 100%;
    border: 1px solid #812123;
    background-color: #ffe3e3;
    color: #812123 !important;
}

div.cont_contacto input{
    border: 1px solid #812123;
}

div.cont_contacto p{
    color: #812123;
    font-size: 0.9em;
}

div.cont_contacto h3{
    color: #812123;
}

div.cont_contacto textarea{
    border: 1px solid #812123;
}

input.boton{
    background-color: #812123;
    color: white;
    font-weight: bold;
}

div.cont_contacto select{
    border: 1px solid #812123;
    color: #812123;
}

p.txt_flotantes{
    text-align: center;
    font-size: 0.7em;
    .margin-top: 5px;
}

#lateral_galeria{
    position: relative;
    left: -5px;
    top: 7px;
    width: 150px;
    height: 20px;
    background-image: url(../imgs/txt_fotos.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#lateral_instalaciones{
    position: relative;
    left: -5px;
    top: 7px;
    width: 150px;
    height: 20px;
    background-image: url(../imgs/txt_instalaciones.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

fieldset.datos_perro {
    font-size: 0.9em;
    color: #812123;
    border: 1px solid #812123;
    height: 245px;
    background-color: #ffe3e3;
    width: 590px;
    margin-left: 10px;
}

fieldset.datos_perro div{
    width: 325px !important;
    font-size: 0.9em;
    color: #812123;
    height: 190px !important;
}

fieldset.datos_perro ul{
    list-style: none;
    width: 375px;
    .width: 350px;
    .height: 200px;
    margin-left: -110px;
    .margin-left: -80px;
    float: left;
    text-align: left !important;
}

fieldset.datos_perro li{
    float: left;
    width: 300px;
}

#imgs_principal{
    position: relative;
    float: right !important;
    width: 150px !important;
    background:none !important;
    border: 0px none !important;
}

#imgs_principal ul{
    width: 100px !important;
    margin-left: -150px;
    .margin-left: -120px;
}

#imgs_principal a{
    /*left: -80px;*/
    .margin-left: 80px;
}
#ficha_perro{
    position: relative;
    float: left;
    background:none !important;
    border: 0px none !important;
    width: 300px !important;
}

#imgs_otras table{
    margin-left: 105px;
}

/**
    ESTILOS PARA MOSTRAR EL PEDIGREE
*/
#wrapper{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #812123;
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-opacity:0.5;
    z-index: 800;
}

div.ficha_perro{
    position: absolute;
    left: 800px;
    top: 0px;
    width: 90px;
    height: 50px;
    border: 1px solid #812123;
    background-color: white;
    text-align: center;
    font-size: 0.8em;
}

#pan_datos{
    position: absolute;
    /*top: 0px;
    left: 0px;*/
    width: 100%;
    .width: 800px;
    height: 600px;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

#cont_datos{
    position: relative;
    z-index: 1000;
    width: 800px;
    height: 600px;
    .height: 600px;
    background-color: #fff3f3;
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin: 50px auto 0px;
    border: 1px solid #812123;
    overflow: hidden;
    background-image: url(../imgs/fondo_pedigree.png);
    background-repeat: no-repeat;
    .left: -400px;
}

#ped_logo{
    width: 800px;
    height: 75px;
    /*background-image: url(../imgs/logo_banner_small.png);
    background-repeat: no-repeat;
    background-position: center right;*/
}

#ped_logo h2{
    color: #812123;
    margin-left: 30px;
}

#ped_logo a{
    text-decoration: none;
    color: black;
    font-size: 0.9em;
}
#hijo{
    top: 310px;
    
}

#padre{
    top: 205px;
    
}

#madre{
    top: 450px;
    
}

#abuelo_paterno{
    top: 145px;
    
}

#abuela_paterno{
    
    top: 260px;
}

#abuelo_materno{
    
    top: 390px;
}

#abuela_materno{
    
    top: 510px;
}

#bisabuelo_paterno1{
    
    top: 120px;
}

#bisabuela_paterno1{
    
    top: 175px;
}

#bisabuelo_paterno2{
    
    top: 235px;
}

#bisabuela_paterno2{
    
    top: 290px;
}

#bisabuelo_materno3{
    
    top: 370px;
}

#bisabuela_materno3{
    
    top: 425px;
}

#bisabuelo_materno4{
    
    top: 485px;
}

#bisabuela_materno4{
    
    top: 540px;
}

#info{
    width: 205px;
    height: 260px;
    border: 1px solid #812123;
    background-color: white;
    position: absolute;
    top: 160px;
    .top: 160px;
    left: 570px;
    .left: 570px;
    padding: 5px;
}

#txt_bisabuelos{
    width: 37px;
    height: 477px;
    position: absolute;
    top: 117px;
    left: 800px;
    background: white;
    background-image: url(../imgs/txt_bisabuelos.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#txt_abuelos{
    width: 37px;
    height: 477px;
    position: absolute;
    top: 117px;
    left: 800px;
    background: white;
    background-image: url(../imgs/txt_abuelos.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#txt_padres{
    width: 37px;
    height: 477px;
    position: absolute;
    top: 117px;
    left: 800px;
    background: white;
    background-image: url(../imgs/txt_padres.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#toolTipBox {
   display: none;
   padding: 5px;
   font-size: 12px;
   border: black solid 1px;
   font-family: verdana;
   position: absolute;
   background-color: #812123;
   color: white;
   opacity: 0.8;
   z-index: 1500;
}

#cerrar{
    position: absolute;
    width: 64px;
    height: 32px;
    top: 10px;
    left: 733px;
    background-image: url(../imgs/cerrar.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#firma{
    width: 253px;
    height: 51px;
    position: relative;
    float: left;
    top: 150px;
    left: 20px;
    background-image: url(../imgs/firma.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.libro{
   border: 1px solid #812123;
    background-color: #ffe3e3;
    color: #812123 !important;
}

.jsvalidation{
    font-size: 0.8em;
    font-weight: bold;
    height: 20px;
}

.jsrequired{
    overflow: hidden;
}

.foro{
    color: #812123;
    font-style: italic;
    font-size: 12;
}

.foro2{
    color: #812123;
    font-size: 14;
}

.coment_foro{
     float: left;
     border: 1px solid #812123;
     background-color: #ffe3e3;
     color: #812123;
     width: 100%;
     height: 250px;
     overflow: auto;
     text-align: left !important;
}

.coment_foro table{
    text-align: left !important;
}
div.cont_contacto2{
    margin-top: 2%;
    height: 57%;
    float: left;
    width: 100%;
    border: 1px solid #812123;
    background-color: #ffe3e3;
    color: #812123 !important;
}

.coment_foro2{
     margin-left: 20px;
     border: 1px solid #812123;
     background-color: #ffe3e3;
     color: #812123;
     width: 600px;
     height: 550px;
     overflow: auto;
}

p.agradecimiento{
    background-color: #b7f1ba;
    border: 1px solid #3e9d43;
    color: #3e9d43;
}
