/* 
    Document   : estilo-1
    Created on : 10-ago-2010, 21:58:58
    Author     : omendoza
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body{
	font-family: Tahoma,"Trebuchet MS", Arial;
	font-size:12px;
}

div.fechahora{
    text-align:right;
    font-family: tahoma;
    font-size:12px;
    color:gray;
}

table.impresionhora tr td {    
    font-size:11px;
}

table.reporte{
	border:none;
	color:gray;
	font-size:12px;
        border:1px;
	border-spacing:4px;
}

tr.trencabezado td{
    padding:10px;
	color:white;        
	background-color: black;
	background-image: url('estilo-1/titulo.gif');
	border:solid #555555;
	border-width:1px;
	text-align:center;
    font-size:9pt;
}

tr.trencabezadosub td{
    padding:10px;
	color:black;        
	background-color: silver;
	background-image: url('estilo-1/titulo2.gif');
	border:solid #555555;
	border-width:1px;
	text-align:center;
    font-size:9pt;
}

tr.trcontenido:hover{
	background-color: #efefef;	
	/*background-image: url('estilo-1/listado.gif');*/
	background-repeat: repeat-x;
	color:#555555;
	height:10px;
        font-size:9pt;
}

tr.trsubtotal{
    vertical-align: top;	
    border:none;
	color:#555555;
    font-weight:bold;
	height:20px;
	background-color: gray;	
	background-image: url('estilo-1/listado.gif');
	background-repeat: repeat-x;		
}

table.reporte tr td{
	padding:3px;
	border:solid gray;
	border-width:1px;
}

td.tdmoneda{
    text-align:right;
}

/*BORDES INPUT*/
input{
	font-family: Tahoma,"Trebuchet MS", Arial;
	font-size:11px;
	border: thin solid silver;

	/*Solo Safari, Firefox, Chrome*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input:focus{
	background:lightgray;
}

