/* contenido */

#contenido {
	width: 0 auto;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
	color: #313131;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#limpiar {
	clear: both;
	padding-bottom: 15px;
}

#backup_planes {
	width: 100%;
}

#backup_planes th {
	background: #F2F2F2 url(images/plan_bg.png) repeat-x;
	border-top:10px solid white;
	padding:5px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 5px;
	-moz-border-radius: 100% 100% 0 0;
}

/* Planes backup */

#backup_planes td {
	padding: 5px;
	font-size: 13px;
}

#backup_planes td.tbl_order_btn {
	padding: 5px;
	text-align: center;
	font-size: 13px;
}

#backup_planes .fila2 {
	background-color: #ebf5ff;
}

#backup_planes .fila1 {
	background-color: #ffffff;
}

#backup_planes .first {
	width: 200px;
	font-weight: bold;
}
