/* tables */ 

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.textoentabla {
	font-family:arial;
	font-size: 8pt;
}
.textoentabla a{
	font-family:arial;
	font-size: 8pt;
	color:#3D3D3D;
	text-decoration: none;
}
.textoentabla a:hover {
	font-family:arial;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D3D3D;
	color:#3D3D3D;
}
.textoentabla a:visited {
	font-family:arial;
	font-size: 8pt;
	text-decoration: line-through;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E8EAE1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #D2D6C7;
}



/* tables 2do estilo */ 
table.tablesorter2 {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.textoentabla2 {
	font-family:arial;
	font-size: 8pt;
}
.textoentabla2 a{
	font-family:arial;
	font-size: 8pt;
	color:#3D3D3D;
	text-decoration: none;
}
.textoentabla2 a:hover {
	font-family:arial;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D3D3D;
	color:#3D3D3D;
}
.textoentabla2 a:visited {
	font-family:arial;
	font-size: 8pt;
	text-decoration: line-through;
}
table.tablesorter2 thead tr th, table.tablesorter tfoot tr th {
	background-color: #E8EAE1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter2 thead tr .header {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter2 tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter2 tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter2 thead tr .headerSortUp {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/asc.gif);
}
table.tablesorter2 thead tr .headerSortDown {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/desc.gif);
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #D2D6C7;
}


/* tables 3er estilo */ 
table.tablesorter3 {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.textoentabla3 {
	font-family:arial;
	font-size: 8pt;
}
.textoentabla3 a{
	font-family:arial;
	font-size: 8pt;
	color:#79233C;
	text-decoration: none;
}
.textoentabla3 a:hover {
	font-family:arial;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D3D3D;
	color:#79233C;
}
.textoentabla3 a:visited {
	font-family:arial;
	font-size: 8pt;
	text-decoration: line-through;
}
table.tablesorter3 thead tr th, table.tablesorter tfoot tr th {
	background-color: #AD5869;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter3 thead tr .header {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter3 tbody td {
	color: #3D3D3D;
	padding: 6px;
	background-color: #FFF;
	vertical-align: middle;
}
table.tablesorter3 tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter3 thead tr .headerSortUp {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/asc.gif);
}
table.tablesorter3 thead tr .headerSortDown {
	background-image: url(http://www.vinoaldia.com/images/estructura/tablas/blue/desc.gif);
}
table.tablesorter3 thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #D2D6C7;
}


/*
      PAGINACION 
	  www.michaelbystrom.com

*/

#paginacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #868686;
	background-color: #FBFAF4;
	height: 24px;
	padding: 8px;
	border: 1px dotted #CCCCCC;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#pagination-links ul {
	margin-left: 0;
	padding-left: 0;
	float: left;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/m.gif) repeat-x;
}
#pagination-links li {
	display: inline;
}
#pagination-links li#li-open {
	width: 12px;
	height: 24px;
	float: left;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/open.gif) no-repeat;
	text-decoration: none;
}
#pagination-links li#li-close {
	width: 11px;
	height: 24px;
	float: left;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/close.gif) no-repeat;
}
#pagination-links ul a {
	height: 24px;
	float: left;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/b.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
#pagination-links b {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	height: 24px;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/b.gif) no-repeat right top;
}
#pagination-links li#end-pagination b {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	height: 24px;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/m.gif) no-repeat top;
}
#pagination-links li#end-pagination a {
	height: 24px;
	float: left;
	background: url(http://www.vinoaldia.com/images/estructura/pagination/m.gif) no-repeat top;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
#pagination-links a:link {
	color: #a50023;
}
#pagination-links a:visited {
	color: #a50023;
}
#pagination-links a:hover {
	color: red;
}
#pagination-links a#current {
	color: red;
}
