.cuadro {
	border: thin solid #CCCCCC;
}
.rayaarriba {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rayaderecha {
	border-top-style: none;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.rayaizquierda {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCCCCC;
}
.rayaabajo {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
