	html{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body{
	height: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 10pt;
}

a:active, a:focus {outline:none}

div{
	text-align: left;
	margin: 0px auto 0px;
}

#titulos{
 	margin-left: 0px;
 	//border: 1px solid #000;
 	width: 400px;
}

#titulos input{
	width: 50px !important;
}

#titulos .checkbox{
	width: 100%;
}

.tools div{
	margin-left: 20px;
}
.popUpDiv{
	//display: none;
	position: absolute;
	padding: 10px;
	border: 1px #000 solid;
	background-color: white;
}

/*menu*/
	.menu{
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
    ul.topnav {  
        list-style: none;  
        padding: 0px;  
        margin: 0;  
        float: left;  
        background: #222;  
        font-size: 1.2em;  
        background: url(topnav_bg.gif) repeat-x;
        width: 100%;  
    }  
    ul.topnav #actual{
    	float: right;
    	color: white;
    	padding: 10px 5px; 
    	margin-right: 30px; 
    }
    ul.topnav li {  
        float: left;  
        margin: 0;  
        padding: 0 15px 0 0;  
        position: relative; /*--Declare X and Y axis base for sub navigation--*/  
    }  
    ul.topnav li a{  
        padding: 10px 5px;  
        color: #fff;  
        display: block;  
        text-decoration: none;  
        float: left;  
    }  
    ul.topnav li a:hover{  
        background: url(topnav_hover.gif) no-repeat center top;  
    }  
    ul.topnav li span { /*--Drop down trigger styles--*/  
        width: 17px;  
        height: 35px;  
        float: left;  
        background: url(subnav_btn.gif) no-repeat center top;  
    }  
    ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
    ul.topnav li ul.subnav {  
        list-style: none;  
        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
        left: 0; top: 35px;  
        background: #333;  
        margin: 0; padding: 0;  
        display: none;  
        float: left;  
        width: 170px;  
        border: 1px solid #111;  
    }  
    ul.topnav li ul.subnav li{  
        margin: 0; padding: 0;  
        border-top: 1px solid #252525; /*--Create bevel effect--*/  
        border-bottom: 1px solid #444; /*--Create bevel effect--*/  
        clear: both;  
        width: 170px;  
    }  
    html ul.topnav li ul.subnav li a {  
        float: left;  
        width: 145px;  
        background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;  
        padding-left: 20px;  
    }  
    html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
        background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;  
    }
    ul.topnav li ul.subnav li ul.subsubnav{
    	list-style: none;  
        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
        left: 170px; top: -2px;  
        background: #333;  
        margin: 0; padding: 0;  
        display: none;  
        float: left;  
        width: 170px;  
        border: 1px solid #111;  
    }  
    ul.topnav li ul.subnav li ul.subsubnav li{  
        margin: 0; padding: 0;  
        border-top: 1px solid #252525; /*--Create bevel effect--*/  
        border-bottom: 1px solid #444; /*--Create bevel effect--*/  
        clear: both;  
        width: 170px;  
    }  
    html ul.topnav li ul.subnav li ul.subsubnav li a {  
        float: left;  
        width: 145px;  
        background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;  
        padding-left: 20px;  
    }  
    html ul.topnav li ul.subnav li ul.subsubnav li a:hover { /*--Hover effect for subnav links--*/  
        background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;  
    }
    ul.subnav li a.subsubhover { background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; } /*--Hover effect for trigger--*/  

#content{
	margin-left: 40px;
	margin-bottom: 40px;
}

#content input[type='text']{
	width: 400px;
}

#content span{
	width: 200px;
}

#content img{
	max-width: 600px;
	height: auto;
}

.button{
	width: 75px !important;
}

.button2{
	width: 100px; 
}

#letraEdit
{
	border: 1px solid black;
	padding: 2px;
	font-family: "Lucida Console",Monaco,monospace;
    font-size: 14px;
    line-height: 1.4em;
}
/*
span
{
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
*/
.error{
	color: red;
	font-family: Verdana;
	font-size: 8pt;
}

.listHeader{
	color: white;
	background-color: #949292;
}

th{
	font-weight: normal;
}

th.headerSortUp { 
    background-image: url(../images/asc.gif) !important; 
   
}

th.headerSortDown { 
    background-image: url(../images/desc.gif) !important; 
    
}

th.header { 
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
}

tr.odd{
	background-color: #DDDDDD;
}

tr.even {
	background-color: #EEEEEE;
}

.listFilter{
	clear: both;
	padding-top: 20px;
    margin-left: 40px;
}

.listFilter table{
	border-bottom: 1px solid black;
	width: 90%;
}