/* BASICOS */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #9B1F2E;
	text-decoration: none;
	line-height: 10px;
}

a:hover {
	text-decoration: underline;
	line-height: 10px;
}
/* textos */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	line-height: 18px;
  	color: #000000; }

.titleLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	background-color:F6B412;
	color: #000000;}
	
/* estructura */
#centro{
	position:absolute;
	width:955px;
	height:auto;
	z-index:1;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	overflow: hidden;
	visibility: visible;
}
.tablaB {
	background-color: #FFFFFF;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td img {display: block;}

.tablaG {

	background-color: #A6B6BD;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	line-height: 15px;
}

