/** Este es un MIX final de los estilos */

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 1px;
	background-position: top;
	border: 1px solid;
	border-color: #e1ebed;
	 
}

.table_transparente {
	border: 0; 
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #85B4BE;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	height: 22px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2E4E8;
	border-right-color: #6B929C;
	border-bottom-color: #6B929C;
	border-left-color: #D2E4E8;
	border-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

td {
	padding: 2px;
	height: 22px;
	text-align: left;
}

.botonera {
	background-color: #e1ebed;
	text-align: right;
	padding: 2px;
	margin: 15px;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-size: 0.85em;	
}

.links:hover {
	color: #2c87a5;
	text-decoration: underline;
}
.links:active {
	color: #226a82;
	text-decoration: underline;
}
.links:visited {
	color: #226a82;
	text-decoration: underline;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #226a82;
	text-decoration: underline;
	line-height: 20px;
}

input 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #f7f7f7;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #f7f7f7;
}

option
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 0px solid #CCCCCC;
	background-color: #f7f7f7;
}

.button {
	color: #1A556A;
	font: bold 11px Arial;
	background-image: url(../images/btn_bg3.gif);
	height: 21px;
	width: 101px;
	text-align: center;
	border: none;
	background-repeat: no-repeat;
}

.buttonOver {
	color: #1A556A;
	font: bold 11px Arial;
	background-image: url(../images/btn_bg4.gif);
	height: 21px;
	width: 101px;
	text-align: center;
	border: none;
	background-repeat: no-repeat;
}


/** Messages boxes */

.mensaje {
	width: 50%;
	text-align: left;
	background-color: #E2FCDF;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/icono_mensaje.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-right: 15px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.alerta {
	width: 50%;
	text-align: left;
	background-color: #FFFFE5;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/icono_alerta.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-right: 15px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.error {
	width: 50%;
	text-align: left;
	background-color: #FFA07A;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/icono_error.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-right: 15px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.evidenciado {
	width: 50%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bolder;
	font-size: large;
}

small { font-size: 0.85em; }