@charset "utf-8";
/* CSS Document */

#tabla {
	width:460px;
	margin: 20px auto;
	height:410px;
	border-top: 1px solid #1046a0;
	border-left:1px solid #1046a0;
}
#columna1 {
	float:left;
	width:230px;
}
#columna2 {
	float:right;
	width:230px;
}
#celda1 {
	border-bottom:1px solid #1046a0;
	border-right:1px solid #1046a0;
	height:30px;
	padding: 10px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	
}
#celda2 {
	border-bottom:1px solid #1046a0;
	border-right:1px solid #1046a0;
	height:30px;
	padding: 10px 20px 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	background:url(../images/arrowsbg.gif) left no-repeat;
	
}
#celda3 {
	border-bottom:1px solid #1046a0;
	border-right:1px solid #1046a0;
	height:30px;
	padding: 10px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	
}