@charset "utf-8";
/* CSS Document */

.tabla1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0099FF;
	width: 600px;
	border: thick dotted #0099FF;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 100px;
}
.tabla2 {
	width: 650px;
	border: thin dashed #FF6633;
}
