/* CSS Document */

/* ESTRUCTURA */
#topContent{
	float:right;
	text-align:right;
	font-size:.7em;
}
#boxForm{
	clear:both;
	background:#ffbd22;
	padding:10px;
	margin-bottom:15px;
}

/* MAQUETACIÓN */

#mainContent h1{
	border-bottom:1px solid #222;
	margin-bottom:0px;
}
tr.trImpar td{
	background:#fff2d3;
}
td.BordeDerecho 
{
	border-right : 1px #999999 solid;	
}


