/*
Theme: Azulón
Author: Jorge Epuñan H.
URL: www.csslab.cl
Country: Chile
*/

/* ------------------
 styling for the tables 
   ------------------   */

#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 482px;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #fff;*/
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #2d2d2d;
	border-bottom: 1px dashed #b7b7b7;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #2d2d2d;
}
#newspaper-a tbody tr:hover td
{
	color: #2d2d2d;
	background: #d0dafd;
}


#itsthetable {
	font-family:Tahoma, Geneva, sans-serif; font-size:0.7em; color:#6d6f72;
}

.itsthetable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	background: url(../img/bg_Tabla.jpg) no-repeat;
}

.itsthetable2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	background: url(../img/bg_Tabla2.jpg) no-repeat;
}
