/* CSS Document */
.rayitas {
	padding-bottom:9px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;	
}
.texto_nota {
	font-family:Arial;
}

.texto_boton {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.boton_down {
	text-align:center;
	height:26px;
	width:25%;
	border-left-style:solid;
	border-left-color:#336697;
	border-left-width:1px;
	border-top-style:solid;
	border-top-color:#336697;
	border-top-width:1px;
}
.boton_ultimo_down {
	text-align:center;
	height:26px;
	width:25%;
	border-right-style:solid;
	border-right-color:#336697;
	border-right-width:1px;
}
.boton_up {
	text-align:center;
	height:26px;
	width:25%;
	border-left-style:solid;
	border-left-color:#336697;
	border-left-width:1px;
	border-top-style:solid;
	border-top-color:#336697;
	border-top-width:1px;
}
.boton_ultimo_up {
	text-align:center;
	height:26px;
	width:25%;
	border-right-style:solid;
	border-right-color:#336697;
	border-right-width:1px;

	border-left-style:solid;
	border-left-color:#336697;
	border-left-width:1px;

	border-top-style:solid;
	border-top-color:#336697;
	border-top-width:1px;
}
.fondo_celda { 					/* dibuja el marco */
	border-right-style:solid;
	border-right-color:#336697;	
	border-right-width:1px;
	
	border-left-style:solid;
	border-left-color:#336697;
	border-left-width:1px;
	
	border-bottom-style:solid;
	border-bottom-color:#336697;
	border-bottom-width:1px;
}
