body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	width: 100px;
}

img {
	border: 0;
	margin: 1px;
}

/* General alignment definitions. */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/*=========================================*/
	/*Main Container						   */
	/*=========================================*/
#container {
	margin: 0 auto;
	width: 95%;
	height: 100%;
	background-color: #333333;
}

#containerPad {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #646464;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
}

/*=========================================*/ /*Top Links								   */
	/*=========================================*/
#topLinks {
	text-align: right;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #b6b6b6;
}

#topLinks a {
	color: #b6b6b6;
	text-decoration: none;
}

#topLinks a:hover {
	color: #d2d2d2;
}

/*=========================================*/ /*Header								   */
	/*=========================================*/
#header {
	height: 144px;
	display: block;
	background-image: url("../imagenes/header_middle.gif");
	background-repeat: repeat-x;
	margin-bottom: 24px;
}

#header .headLeft {
	width: 16px;
	height: 144px;
	float: left;
	background-image: url("../imagenes/header_left.gif");
}

#header .headMiddle {
	float: left;
	margin-left: 8px;
	margin-top: 58px;
}

#header .headRight {
	width: 16px;
	height: 144px;
	float: right;
	background-image: url("../imagenes/header_right.gif");
}

#header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ededed;
}

#header h2 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	float: left;
	color: #000000;
}

/*=========================================*/ /*Navigation							   */
	/*=========================================*/
#navigation {
	height: 44px;
	float: right;
	background-image: url("../imagenes/navigation_middle.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 100px;
}

#navigation .naviLeft {
	height: 44px;
	width: 20px;
	float: left;
	background-image: url("../imagenes/navigation_left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*=========================================*/
#navigation .link {
	height: 44px;
	float: left;
	background-image: url("../imagenes/navigation_link.gif");
	background-position: right -44px;
	background-repeat: no-repeat;
}

#navigation .link a {
	height: 32px;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../imagenes/navigation_link.gif");
	background-position: right 0;
	color: #446937;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
}

* html #navigation .link a {
	width: 112px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}  /*lousy IE6 hack to fix a major display error*/
#navigation .link a:hover {
	background-image: none;
	color: #5e784f;
}

/*=========================================*/ /*Sidebar								   */
	/*=========================================*/
#sidebar {
	float: right;
	width: 144px;
}

#sidebar .top {
	width: 144px;
	height: 20px;
	background-image: url("../imagenes/sidebar_top.gif");
	text-align: center;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	padding-top: 4px;
}

#sidebar .middle {
	background-color: #ededed;
	width: 144px;
	font-size: 11px;
}

#sidebar .bottom {
	width: 144px;
	height: 8px;
	background-image: url("../imagenes/sidebar_bottom.gif");
	margin-bottom: 16px;
	background-repeat: no-repeat;
}

#sidebar p {
	margin: 0;
	padding: 4px;
}

#sidebar h1 {
	color: #b6b6b6;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#sidebar .divider {
	margin-top: 4px;
	margin-bottom: 0;
	height: 2px;
	background-image: url("../imagenes/sidebar_divider.gif");
	background-repeat: repeat-x;
}

#sidebar img {
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #a5a5a5;
	margin-top: 8px;
}

#sidebar .subtitle {
	font-size: 10px;
}

/*=========================================*/
#sidebar .link {
	width: 144px;
	height: 32px;
	background-image: url("../imagenes/sidebar_link.gif");
}

#sidebar .link a {
	display: block;
	height: 24px;
	padding-left: 16px;
	padding-top: 8px;
	background-image: url("../imagenes/sidebar_link.gif");
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b6b6b6;
}

#sidebar .link a:hover {
	color: #b4c3d2;
	background-position: 0 -32px;
}

/*=========================================*/ /*Content								   */
	/*=========================================*/
#content {
	margin-right: 10px;
}

#contentEnd {
	clear: both;
}  /* needed so the container doesn't cut off unexpectedly*/
#content .divider {
	margin: 8px 0;
	height: 2px;
	background-image: url("../imagenes/content_divider.gif");
	background-repeat: repeat-x;
}

#content h1 {
	margin: 0;
	font-size: 16px;
	color: #597ca6;
}

#content h2 {
	margin: 0;
	font-size: 16px;
	font-variant: small-caps;
	color: #597ca6;
}

#content h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#content .quote {
	margin: 16px;
	padding: 12px;
	background-color: #e3e3e3;
	background-image: url("../imagenes/content_quote.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #b8b8b8;
	color: #646464;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #516e91;
	text-decoration: none;
}

#content a:hover {
	color: #6e98c9;
}

/*Misc. font-related definitions for use wherever*/
#content .red {
	color: #a94848;
}

#content .green {
	color: #6f9151;
}

#content .blue {
	color: #597ca6;
}

#content .strike {
	text-decoration: line-through;
}

/*=========================================*/
#content .top {
	height: 24px;
	background-image: url("../imagenes/content_topMiddle.gif");
	background-repeat: repeat-x;
}

#content .topLeft {
	float: left;
	height: 20px;
	width: 8px;
	background-image: url("../imagenes/content_topLeft.gif");
	background-repeat: no-repeat;
}

#content .topMiddle {
	float: left;
	padding-top: 4px;
}

#content .topMiddle h1 {
	margin: 0;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
}

#content .topRight {
	float: right;
	height: 20px;
	width: 8px;
	background-image: url("../imagenes/content_topRight.gif");
	background-repeat: no-repeat;
}

/*=========================================*/
#content .middle {
	background-color: #ededed;
	padding: 8px 16px;
}

* html #content .middle {
	margin-right: 3px;
}  /*Fixes a minor display glitch in IE6*/
	/*=========================================*/
#content .bottom {
	height: 8px;
	background-color: #ededed;
	margin-bottom: 16px;
}

* html #content .bottom {
	margin-right: 3px;
}  /*fixes a minor display glitch in IE6*/
#content .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
	background-image: url("../imagenes/content_bottomLeft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
	background-image: url("../imagenes/content_bottomRight.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*=========================================*/
#content .commentBox {
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: right;
	font-size: 10px;
	line-height: normal;
	color: #646464;
}

/*=========================================*/ /*Footer								   */
	/*=========================================*/
#footerTop {
	font-size: 10px;
	text-align: center;
	line-height: normal;
}

#footerTop a {
	color: #b6b6b6;
	text-decoration: none;
}

#footerTop a:hover {
	color: #b4c3d2;
}

#footerBottom {
	margin: 0 auto;
	width: 95%;
	height: 16px;
	background-image: url("../imagenes/footer_middle.gif");
	margin-bottom: 16px;
}

#footerBottom .left {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../imagenes/footer_left.gif");
}

#footerBottom .right {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url("../imagenes/footer_right.gif");
}

.tablaresultados {
	width: 100%;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.headerrow {
	font-weight: bold;
	color: #EDEDED;
	background-color: #2C61A1;
}

.oddRow {
	background-color: #A4D77A;
}

.evenRow {
	background-color: #CECECE;
}

fieldset {
	width: 45%;
	float: left;
}

fieldset legend {
	color: #597ca6;
	font-weight: bold;
}

fieldset p {
	width: 100%;
	clear: both;
}

fieldset p label {
	width: 45%;
	font-weight: bold;
	float: left;
}

fieldset p input {
	width: 150px;
	float: left;
}
fieldset p select {
	width: 150px;
	float: left;
}

.calendario {
	width: 100%;
	float: left;
}
.calendario label{
	width: 45%;
	font-weight: bold;
	float: left;
}

.boton_seleccionado {
	background-color: yellow;
}
