/* Estilos iniciales */
html, body, form, fieldset, ul, li {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
	font-style:normal;
	line-height:16px;
	text-decoration:none;
}

td{
	padding-bottom:0px;
	padding-top:0px;
	padding-left:5px;
}


tr.impar{
	background-color: #D4D5C7;

}
tr.par{
	background-color: #E6E2C9;

}

table.clientes{
	width:100%;
	border-width:1px;
	bordercolor:#EEEDD9;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
   margin: 1em 0px;
   padding: 0px;
}


p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

li{
	font-size:12px;
	
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
   cursor: pointer;
}
fieldset {
   border: none;
}

/* Form field text-scaling */
input, select, textarea {
   font-size: 100%;
}

/* Clases genericas */
.alignleft { text-align: left; }
.alignright { text-align: right; }

.floatleft { float: left; margin: 0 10px 10px 0; }
.floatright { float: right; margin: 0 0 10px 10px; }

.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
