.tablaRedonda {
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	width: auto;
}
.esqSupIzq {
	background-image: url("../diseno/imagenes/bordes/borSupIzq.png");
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	padding: 0px;
	background-position: right bottom;
}
.esqSupDer {
	background-image: url("../diseno/imagenes/bordes/borSupDer.png");
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	padding: 0px;
	background-position: left bottom;
}
.esqInfIzq {
	background-image: url("../diseno/imagenes/bordes/borInfIzq.png");
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	padding: 0px;
	background-position: right top;
}
.esqInfDer {
	background-image: url("../diseno/imagenes/bordes/borInfDer.png");
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	padding: 0px;
	background-position: left top;
}
.borSup {
	background-image: url("../diseno/imagenes/bordes/borSup.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 15px;
}
.borInf {
	background-image: url("../diseno/imagenes/bordes/borInf.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}
.borIzq {
	background-image: url("../diseno/imagenes/bordes/borIzq.png");
	background-repeat: repeat-y;
	background-position: right;
	width: 15px;
}
.borDer {
	background-image: url("../diseno/imagenes/bordes/borDer.png");
	background-repeat: repeat-y;
	background-position: left;
	width: 15px;
}
.imagen{
	background: #5070A1;
}
