/*
HTML #9B3D2A
RGB 155/61/42
 
HTML #E85B3F
RGB 232/91/63
 
HTML #9C762A
RGB 156/118/42
 
HTML #E8B03F
RGB 232/176/63
 
HTML #636363
RGB 99/99/99
 
HTML #9C9C9C
RGB 156/156/156
*/

div.Transparente, div.Panel{
    position: absolute; left: 12%; padding: 0; margin: 0;
    
    overflow: hidden;
    
    border-left: solid #FFFFFF 1px;
    border-top: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
    border-bottom: outset #CCCCCC 1px;
    
    background-image: url(../Img/Fondo/trbl30.png);
    
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    
/*    --CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}

div.Transparente{
    width: 74%;
    padding: .5%;
}

div.Panel{
    width: 75%;
    height: 65%; top: 30%;
    text-align: justify;
}

div.Sesion{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    text-align: right;
    font-size: 140%;
}

div.PanelCont{
    height: 100%; 
    width: 100%;
    top: 30%;
    overflow: auto;
    text-align: justify;
}

img.Borde{
/*    border-left: solid #FFFFFF 1px;
    border-top: solid #FFFFFF 1px;
    border-right: solid #CCCCCC 1px;
    border-bottom: outset #CCCCCC 1px;*/
    
    border: 10px solid #FFFFFF;
    
/*    
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;*/
    
/*    --CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 8px #999;
    -moz-box-shadow:    0px 0px 8px #999;
    box-shadow:         0px 0px 8px #999;
}

/* 
    Document   : ImgFondo
    Created on : 14-mar-2012, 9:27:27
    Author     : AdvancedTechnologies
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

div.Fondo{
    width: 100px; height: 100px;
    position: fixed; left: 0; top: 0;
    z-index: -1000;
    background-color: #ffff00;
}

ul.CrossFade{
    width: 100%; height: 100%;
    position: fixed; left: 0; top: 0;
    z-index: -1000;
}

img.Fondo{
    width: 100%; height: 100%;
    position: fixed; left: 0; top: 0;
    z-index: -1000;
}

img.Espera{
    width: 10%;
    position: fixed; left: 45%; top: 45%;
}

#gallery { 
    position: relative; 
    width: 100%; 
    height: 100%; 
    margin:0; 
    padding:0; 
    top: 0; 
    left: 0;
    
}

#gallery li { 
    display: block; 
}

table.Contenido{
    position: relative; 
    width: 1000px; 
    height: 100%; 
    margin:0; 
    padding:0; 
    top: 0px; 
    z-index: 0;
}

table.Contenido tr td.Contenido{
    border-left: solid #FFFFFF 1px;
    border-top: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
    border-bottom: outset #CCCCCC 3px;
    
    background-image: url(../Img/Fondo/trbl30.png);
    
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    
/*    --CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}

div.Contenido{
    width: 100%; 
    
    margin:0; 
    padding: 0; 
    
}



table.Contenido tr td.Enfasis{
    border-left: solid #9999FF 1px;
    border-top: solid #9999FF 1px;
    border-right: solid #9999FF 1px;
    border-bottom: outset #AAAACC 3px;
    
    background-image: url(../Img/Fondo/traz20.png);
}


