
/*registros*/
table.registros{
		border:0;
		width:100%;
	}
table.registros td{
		border:0;
		padding:1px 0 3px 5px;
	}	
table.registros tr.titulos{
		background:#e7e2d0;
		text-align:left;
		font-size:1.5em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#e7e2d0;
		height:30px;
		padding: 0px 0 0 10px;
		font-weight:bold;

	}
table.registros tr.row0{
		background:#e0e0e0;
		text-transform:capitalize;
	}
table.registros tr.row1{
		background:#f7f7f7;
		text-transform:capitalize;
	}
	
	/*
 * Autor: Victor De la Rocha (http://www.mis-algoritmos.com)
 * Post: http://www.mis-algoritmos.com/
 */
/*
 * Yahoo style
 */
form.yahoo *{
	margin: 0;
	padding: 0;
}
form.yahoo{
	background-image:url(yahoo/fondo.png);
	background-repeat:repeat-x;
	min-height:63px;
	padding:10px 20px;
}
form.yahoo label{
	display:none;
}
form.yahoo input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	vertical-align:top;
}
form.yahoo input#text{
	background-color:#fff;
	width:320px;
	height:1.5em;
	border:1px solid #7f9db9;
	border-right:0;
	
	padding:1px 4px 0 4px;
}
form.yahoo > input#text{
	margin:1px 0 0 0;
}
form.yahoo input#search{
	background-color:#ffc027;
	background-image:url(yahoo/fondo-boton.png);
	background-repeat:repeat-x;
	width:85px;
	height:1.7em;
	border:1px solid #999b9a;
	
	margin:1px 0 0 0;
	padding:0 10px 0 10px;
}
