/* Calendario */
.imgCalendar {
	display: inline;
}

/* Sobreescribimos el default.css */
#content {
	width: auto;
	padding: 1em 2em;
}

* html #content { height: 1%; } /* IE6 fix */

.contentNivel1 .navi {
	overflow: visible;
}

.contentNivel1 .navi .items li {
	height: 3em;
	width: 9em;
}

/* Errores de validación */
.valFieldError {
	color: red;
}

.valGeneralError {
	color: red;
}

/* Botones formateados */
.buttonPanel {
	text-align: left;
}

button.btnRedArrow,
input.btnRedArrow {
	border: none;
	background: url(../images/icon_link.gif) no-repeat right center;
	color: #006666;
	text-decoration: none !important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.9em;
	display: inline;
	cursor: pointer;
	overflow: visible; /* IE fix */
	padding: 0em 2.4em 0.1em 1em;
	height: 1.7em;
}

* html button.btnRedArrow, * html input.btnRedArrow { padding-right: 2.6em; vertical-align: -0.1em; } /* IE6 fix */
*+html button.btnRedArrow, *+html input.btnRedArrow { padding-right: 2.6em; vertical-align: -0.2em; } /* IE7 fix */

a.btnRedArrow {
	background: url(../images/icon_link.gif) no-repeat right center;
	color: #006666;
	text-decoration: none !important;
	display: inline;
	font-weight: bold;
	line-height: 1.9em;
	margin: 0.5em 1em 0em 1.5em;
	padding: 0.5em 2.6em 0.5em 0em;
}

* html a.btnRedArrow { padding-top: 0.4em; vertical-align: 0.5em; } /* IE6 fix */
*+html a.btnRedArrow { padding-bottom: 0.2em; } /* IE7 fix */

* html #header #accessibility a.btnRedArrow { vertical-align: -0.3em; } /* IE6 fix */
*+html #header #accessibility a.btnRedArrow { vertical-align: -0.5em; } /* IE7 fix */

a.btnRedArrow:hover {
	text-decoration: none !important;
}

a.btnPrimeroIzqda {
	margin-left: 0em;
	padding-left: 0em;
}

/* Tablas */
table {
	border-collapse: collapse;
	empty-cells: show;
}

table thead th {
	border: 1px solid #666666;
	background: #C8103A;
	color: white;
	white-space: nowrap;
	padding: 0.4em;
}

table tbody td {
	border: 1px solid #666666;
	background: white;
	color: #666666;
	white-space: nowrap;
	padding: 0.4em;
}

.colWithWrap {
	white-space: normal;
}

.colText {
	text-align: left;
}

.colNumber {
	text-align: center;
}

.colDate {
	text-align: center;
}

.colLeft {
	text-align: left;
}

.colRight {
	text-align: right;
}

.colCenter {
	text-align: center;
}
