<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top:1px;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color: #587993;
}
a:hover {
	text-decoration: underline;
	color: #F4641E;
}

a.cat:link, a.cat:visited, a.cat:active {
	text-decoration: none;	
	color: #587993;
}
a.cat:hover {
	text-decoration: underline;
	color: #587993;
}

a.addcart:link, a.addcart:visited {
	text-decoration:none;
	color: #587993;
}
a.addcart:hover {
	text-decoration:underline;
	color:#F4641E;
}

.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;}

.blanco {color: #FFFFFF}
.bottom {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.descripcion2 {
	color: #F4641E;
	font-weight: bold;
	font-size:12px;
}
.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #F4641E;
}
.cattitle { font-size:18px; color: #F4641E;}
.subtitles { font-size:14px; color: #F4641E; font-weight:bold;}
.alerts { color:#CC0000; padding:1px;}

/* FORMS */
#errorLabel	{ 
	background:#E6E6E6; 
	text-align:left; 
	padding:2px;
	width:100%;
}
#inputlabel {
	font-weight: bold;
	vertical-align:top;
}
.inputbox {
	border: 1px solid #c1c1c1;
}
.inputboxalert {
	border: 1px solid #cc0000;
}
.inputtextarea {
	font-size:11px;
	border: 1px solid #c1c1c1;
	width:100%;
	height:100px;
}
select {
	font-size:11px;
	border: 1px solid #c1c1c1;
}
.button {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:none;
}
.image { cursor:pointer;}
/* -- 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.search {
	border: solid 1px #333333;
}

table.search #cols{
	padding:3px;
}

table.search #title{
	color:#FFFFFF;
	padding:3px;	
	font-weight:bold;
	background-color:#893E45;
}

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:#587993;
	color:#ffffff;
	padding:3px;
}

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

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

-->