/*************************************
      Hoja de estilos de solicites
**************************************/

body {
	color: #333;
	padding: 0;
	margin: 0;
	font-family: "Gill Sans MT","Gill Sans",GillSans,"Trebuchet MS","Lucida Grande", Verdana, sans-serif;
	background: #DFF0FA url('../images/bg_tbody.jpg') repeat-x left 59px;	
}
div#menu {
	border-bottom: 6px solid #ABD4F0;
	background: #50A7DD url('../images/bg_menu.jpg') repeat-x left top;	
}
div#menu ul {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;
}
div#menu li {
	list-style: none;
	display: inline;
}
div#menu li a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 30px;
}
#container {
	width: 900px;
	margin: 20px auto;
	overflow: hidden;
}
#container h3 {
	font-size: 34px;
	font-family: Arial,"Lucida Grande", Verdana, sans-serif;	
	color: #333;
	letter-spacing: -1px;
	margin: 10px 0 15px;
}
div#left {
	width: 46%;
	float: left;
	padding: 10px;
	background: #CDE8F8;	
}
div#right {
	width: 46%;
	float: right;
	padding: 10px;
	background: #CDE8F8;	
}
table#resultados {
	border: 10px solid #CDE8F8;	
}
table.stripeMe {
	border-collapse: collapse;
	font-size: 11px;
	empty-cells: show;
	font-family: Arial,"Lucida Grande", Verdana, sans-serif;
	background-color: #FFF;
}

table.stripeMe th {
	background: #7BBEE6;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
}
table.stripeMe tr td.nrenglon {
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
}
table.stripeMe td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

table.stripeMe td * {
	padding: 6px 11px;
}

table.stripeMe tr.alt td {
	background: #ecf6fc;
}

table.stripeMe tr.over td {
	background: #bcd4ec;
}
div.boton-env {
	clear: both;
	padding:25px 0 5px;
	text-align: center;	
}
div.boton-env input {
	font-family: "Gill Sans MT","Gill Sans",GillSans,"Trebuchet MS","Lucida Grande", Verdana, sans-serif;	
	background: #2C8CD3;
	border: 5px solid #277BBA;
	padding: 5px 10px;
	color: #FFF;
	text-transform: uppercase;	
}
#footer {
	background-color: #415D72;
	padding: 15px 0;	
	border-top: 4px solid #459BD8;
	color: #D1EEFF;
	text-align: center;
	font-family: Arial,"Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}