/*table{            
	font-family: Roboto Regular;
	font-size:9pt;   
	text-align:justify;	
	color: #4D4D4D;
	border: collapse;
}



.tablaResultado{            
	font-family: Roboto Regular;
	font-size:9pt;   
	text-align:justify;
	border: collapse;
	color: #4D4D4D;
}*/

/*************************************** este es el estilo de las tablas *************************/

table {
	/*border: 1px solid #F0F0F0;*/
	/*background-color: #FFFFFF;*/
	color: #00000;
	/*width: 95%;*/
	left: 2px;
	/*right: 180px;*/
	clip: rect(auto,180px,auto,auto);
	/*margin: auto;*/
	font-family: Roboto Regular!important;
}

table p{
	/*border: 1px solid #F0F0F0;*/
	/*background-color: #FFFFFF;*/
	color: #00000;
	/*width: 95%;*/
	left: 2px;
	/*right: 180px;*/
	clip: rect(auto,180px,auto,auto);
	/*margin: auto;*/
	font-family: Roboto Regular!important;
	
}

 p{
	
	font-family: Roboto Regular !important;
}

 span{
	font-size: 11pt	important;
	font-family: Roboto Regular !important;
}

.tabla {
	border: 1px solid #F0F0F0;
	/*background-color: #FFFFFF;*/
	color: #00000;
	width: 97%;
	left: 2px;
	right: 180px;
	clip: rect(auto,180px,auto,auto);
	/*margin: auto;*/
}

.tabla td {
	/*text-align:justify;*/
}

.bordetd{
	border: 1px solid #CCCCCC;
}

.centratabla { margin: 0 auto;
text-align:center;
}


td {
	padding:5px;
}

th {
	padding:5px;
	background-color: #F0F0F0;
	text-align: center;
}

caption {
	text-transform: uppercase;
	text-align:center;
	color: #CC9933;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-image: url(../imagenes/fondocelda.png);
	width: 40px;
}



/* thead tbody tfoot
----------------------------------------------- */

thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000;
	font: 11pt Roboto Regular;
	
}

thead th, tfoot th, tfoot td { background-color: #F0F0F0; font-weight: bold; text-align:left; }
tfoot td { text-align:right }
tbody th { white-space: nowrap; font-weight: bold; text-align:left; }


/* Visual and hover effects */
.odd td { }

/**************************** termina el estilo de las tablas *********************************/

.input{
	font-family: Roboto Regular;
	font-size:11pt;   
	color: #4D4D4D;
}

.select{
	font-family: Roboto Regular;
	font-size: 11pt;
	color: #4D4D4D;
}


.textArea{
	font-family: Roboto Regular;
	font-size:11pt;   
	color: #4D4D4D;
}

.textarea{
	font-family: Roboto Regular;
	font-size:11pt;   
	color: #4D4D4D;
}

.tablaMarcaAgua{            
	font-size:9pt;   	
	font-family: Roboto Regular;
	text-align:justify;
	border-collapse: collapse;
	/*background:URL(../imagenes/marcaAgua.png); */
	background-repeat: repeat-y;
	z-index:-1;
	background-position: center
}

.tablaResultado{            
	/*color:#7E0200;*/
}

.fondoGris {
	background-color: #F1F1F1;
}



.tablaFlujo{            
	font-family: Roboto Regular;
	font-size: 1.2em;	
	text-align:justify;
	border: collapse;
}

.tablaFlujo td { 
    font-family:verdana,arial; 
    font-size:7pt;         
} 

div.autosize { display: table; }
div.autosize > div { display: table-cell; }


#Volver {
	/*float: left;
	margin-left: 0px;
	padding-left: 0px;*/
	height:15px;
	
}
/*---- estilo para el boton excel de los listados del administrador 01-02-2010--- */
.botonExcel{cursor:pointer;}




