﻿body {
}

div.scroll
{
background-color:#FFFFFF;
width:100%;
height:100%;
overflow:auto;
}
.iniTable
{
border-left : 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
}
.bordeTable
{
border-bottom :1px solid #CCCCCC;
}

.topTable
{
border-top: 1px solid #CCCCCC;	
}
.topTableFin
{
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.endTable
{
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
.celdaslinea
{
border-top: 1px solid #CCCCCC;
font-weight: normal;
padding: 4px 3px;
text-align: center;
}
.celdaslinea2
{
border-top: 1px solid #CCCCCC;
font-weight: normal;
text-align: left;
}
.cortarlinea
{
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
font-weight: normal;
padding: 4px 3px;
text-align: left
}
.iniciarlinea
{
border-left : 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
font-weight: normal;
padding: 4px 3px;
}
.iniciarlinea2
{
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
font-weight: normal;
padding: 4px 3px;

}
.recuadro
{
border-left : 0px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 0px solid #CCCCCC;
border-bottom : 0px solid #CCCCCC;
font-weight: normal;
padding: 0px 3px;
text-align: left
}
.recuadroBarraL
{
border-left : 1px solid #CCCCCC;
border-right: 0px solid #CCCCCC;
border-top: 0px solid #CCCCCC;
border-bottom : 1px solid #CCCCCC;
font-weight: normal;
padding: 0px 0px;
text-align: left	
}
.recuadroBarraC
{
border-bottom : 1px solid #CCCCCC;
font-weight: normal
}
.recuadroBarraR
{
border-right: 1px solid #CCCCCC;
border-bottom : 1px solid #CCCCCC;
font-weight: normal
}

.laterales
{
border-left : 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
font-weight: normal;
padding: 4px 3px;
text-align: center;
}

.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}
thead.fixedHeader { 
width: 584px; 
position: relative; 
} 

th {
	background-color: #E6E6E6;
	background: #E6E6E6 url('images/gm/icon-table-sort.png') no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

.rightAlign {
	text-align: right;
}



