/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/09/2015, 05:44:54 PM
    Author     : dinamarca
*/

body {
    margin: 0 auto;    
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;        
    text-align: center;
    width: 1061px;    
}
.encSup {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
    text-align: left;
    font-family: sans-serif;: relati
    position: relative;
    font-size: 14px;
    width: 950px;
    line-height: 10px;
    padding: 13px 0px 10px 107px;
    color: #660033;
    border: 2px solid #CACACA;            
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;       
    background: #E3E3E3 url(backgEnc.jpg) no-repeat center left;
}

.encSupV {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
    text-align: left;
    font-family: sans-serif;
    position: relative;
    font-size: 14px;
    width: 950px;
    line-height: 10px;
    padding: 14px 0px 10px 107px;
    color: #8DB71C;
    border: 1px solid #CACACA;            
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;       
    background: #E3E3E3 url(backgEncV.jpg) no-repeat center left;
}


.FormS {
    padding: 20px 30px;
    font-family: Arial, cursive;
    font-size: 11px;
    font-weight: bold;
    color: #6E6E6E;
    outline: none;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    width: 100%;
}


//MENU
.MenuListaGris{
    width: 100%;
    text-align:left;
}

.MenuListaGris .headerbar{
    font: bold 1.1em Arial;
    color: white;
    background: black url(../images/barratitulogris.gif) repeat-x center left;
    margin-bottom: 10px;
    padding: 4px 0 4px 10px;
}

.MenuListaGris ul{
    list-style-type: none;
    margin: 0;padding: 0;
    margin-bottom: 8px;
    font: normal Geneva, Arial, Helvetica, sans-serif 1.1em;
}
.MenuListaGris ul li{
    padding-bottom: 2px;
}
.MenuListaGris ul li a{
    color: #333333;
    background: url(../images/bulletgris.gif) no-repeat center left;
    display: block;
    padding: 2px 0;
    padding-left: 19px;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #dadada;
    font-size: 100%;
}
.MenuListaGris ul li a:visited{
    color: #333333;
}
.MenuListaGris ul li a:hover{ 
    color: #d31145;
    background-color: #F3F3F3;
}


.titulo { 
    background: #B53E46;
    color: #FFFFFF;
    padding: 6px;
    font-size: 12px;
}


.subtituloR { 
    background:#D8D8D8 ;
    color: #5E9319;
    padding: 6px;
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;

}


.subtituloG { 
    background: #D8D8D8;
    color: #961616;
    padding: 6px;
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}




.tablaU{
    border-collapse: collapse;
}

.tablaU thead tr{           
    background-color:white;
    color:#585858;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    border-bottom:12px #3B0B0B;


}



.tablaU tbody tr:nth-child(odd) {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F5BCBC), color-stop(1, #E1B1B5) );
    background:-moz-linear-gradient( center top, #F5BCBC 5%, #E1B1B5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5BCBC', endColorstr='#E1B1B5');    
    color:#2E2E2E;
    font-size: 12px;
    font-weight: normal;    
    border-left: 2px solid red;

}

.tablaU tbody tr:nth-child(even) {   
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #E1B1B5) );
    backgroun000d:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
    background-color:#FFFFFF;
    color:#2E2E2E;
    font-size: 12px;
    font-weight: normal;
    border-left: 2px solid red;

}

.estTF {
    border: 1px solid #c4c4c4;
    font-size: 12px;
    padding: 1px 1px 1px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    color: #3B0B0B;
}

.estTF:focus {
    outline: none;
    border: 1px solid #BF9393;
    box-shadow: 0px 0px 8px #BF9393;
    -moz-box-shadow: 0px 0px 8px #BF9393;
    -webkit-box-shadow: 0px 0px 8px #BF9393;
    color: #3B0B0B;
    font-family: Arial, cursive;
    font-size: 12px;
}

.estTA {
    border: 1px solid #c4c4c4;
    font-size: 12px;
    padding: 1px 1px 1px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    color: #3B0B0B;
    
}

.estTA:focus {
    outline: none;
    border: 1px solid #BF9393;
    box-shadow: 0px 0px 8px #BF9393;
    -moz-box-shadow: 0px 0px 8px #BF9393;
    -webkit-box-shadow: 0px 0px 8px #BF9393;
    color: #3B0B0B;
    font-family: Arial, cursive;
    font-size: 12px;
}

.estTAF {
    border: 1px solid #c4c4c4;
    font-size: 13px;
    padding-top:  20px;
    padding-left: 20px;
    padding-bottom: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    color: #3B0B0B;
}

.estTAF:focus {
    padding-top:  20px;
    padding-left: 20px;
    padding-bottom: 1px;
    outline: none;
    border: 1px solid #BF9393;
    box-shadow: 0px 0px 8px #BF9393;
    -moz-box-shadow: 0px 0px 8px #BF9393;
    -webkit-box-shadow: 0px 0px 8px #BF9393;
    color: #3B0B0B;
    font-size: 14px;
    font-weight:800;
}

.selectSup {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    font-family: Arial, cursive;
    font-size: 12px;
    color: #7B1A1A;
    font-weight:680;
    }

.Error{
    font-size:medium;
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
    color:#257435;
}

.Folio{
    font-size:14px;
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
    text-shadow: 5px 5px 5px #aaa;

    color:#257435;

}

.piePagina{
    background: url(../images/footerV.png) no-repeat;
    padding: 15px;
    width: 1060px;
    height: 160px;
    padding-bottom: 90px;
    padding-left: 65px;
    text-align: left;      
    alignment-adjust: middle;
}

a {
    color: #424242;
    text-decoration:none;       
}




