<!--
body {
	background-color: #575757;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited, a:active {text-decoration: none;color: #333333;}
a:hover {text-decoration: underline;color: #BE0000;}

.links:link, .links:visited, .links:active {text-decoration: underline;color: #333333;}
.links:hover {text-decoration: underline;color: #BE0000;}

.wlinks:link, .wlinks:visited, .wlinks:active {text-decoration: none;color: #ffffff;}
.wlinks:hover {text-decoration: underline;color: #fede00;}

.buttonlinks:link, .buttonlinks:visited, .buttonlinks:active {text-decoration: none;color: #ffffff; font-weight:bold; font-size:11px;}
.buttonlinks:hover {text-decoration: underline;color: #fede00; font-weight:bold; font-size:11px;}

.bottom {font-size: 10px}
.menu {font-size: 11px}

.cattitle { font-size:18px; color: #BE0000;}
.subtitles { font-size:14px; color: #575757; font-weight:bold;}
.alerts { color:#CC0000; padding:1px;}

/* FORMS */
#errorLabel	{ 
	background:#FAB4B9; 
	text-align:left; 
	padding:2px;
	width:100%;
}
#inputlabel {
	font-weight: bold;
	vertical-align:top;
}
.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}
.inputbox {
	border: 1px solid #666666;
}
.inputboxalert {
	border: 1px solid #cc0000;
}
.inputtextarea {
	font-size:11px;
	border: 1px solid #666666;
	width:100%;
	height:100px;
}
select {
	font-size:11px;
	border: 1px solid #666666;
}

/* -- paginacion --*/

table.table_pager {
	width:100%;
	border:solid 1px #333333;
}
table.table_pager td{
	padding:2px;
	border-bottom:solid 1px #333333;
}

.div_pager {
        background-color: #f1f3f5;
        border: 0px;
        margin: 0px;
        padding: 2px;
        border: 1px solid #333333;
		text-align:left;
}

/*tablas y bordes*/
table.moduletable {
	border:solid 1px #333333;
}
table.moduletable td{
	padding:2px;
	border-bottom:solid 1px #333333;
}
table.moduletable #rigthBorder{
	border-right:solid 1px #333333;
}
table.moduletable th {
	background-color:#575757;
	color:#ffffff;
	padding:3px;
}

.moduleregister {
	border:solid 1px #333333;
}
.moduleregister th {
	background-color:#575757;
	color:#ffffff;
	padding:3px;
	text-align:left;
}

.modulequote th {
	background-color:#BE0000;
	color:#ffffff;
	padding:3px;
	text-align:left;
}

-->
