body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(images/bodyBg_v2.png);
}
#mainTable {
	background-image: url(images/mainTableBg_v2.png);
	background-repeat: repeat-y;
	background-position: center;
}
#mainTableTDHeader {
	background-image: url(images/mainTableTop_v2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainTableTDFooter {
	background-image: url(images/mainTableBottom_v2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#tablePrensa {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
}


.menuCell {
	background-image: url(images/menuButtom.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-right: 2px;
	padding-left: 2px;
}
.menuCellShort {
	background-image: url(images/menuButtomShort.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-right: 2px;
	padding-left: 2px;
}

.menuCellSmall {
	background-image: url(images/menuButtom.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
	text-align: center;
	font-size: 8px;
	padding-right: 5px;
	padding-left: 5px;
}

.comillas {
	font-size: x-large;
	color: #C00;
	position: relative;
	top: 7px;
	line-height: 5px;
	font-weight: bold;
}
.tableGrayTop {
	background-image: url(images/tableGreyTop.png);
	height: 20px;
}

.tableGrayMiddle {
	background-image: url(images/tableGreyMiddle.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.tableGrayBottom {
	background-image: url(images/tableGreyBottom.png);
	height: 20px;
}
.tableGrayMiddle li  {
	font-size: 10px;
	margin-left: 0px;
	list-style-position: outside;
}


.pSmall {
	font-size: 11px;
	margin: 5px;
	color: #FFF;
}


.red {
	color: #C00;
	margin: 0px;
	padding: 0px;
}
.underLineCell {
	background-image: url(images/underLine.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
.redHeaderUnderLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	color: #C00;
	font-weight: bold;
}
.fotosHorizontal {
	overflow: auto;
	width: 420px;
	height: 80px;
	white-space: nowrap;
}
.imageBorder {
	border: medium double #C00;
}
.whiteTXT {
	color: #FFF;
}
.tdMetodosPago {
	background-image: url(images/td_metodosPago.png);
	background-position: center center;
	height: 50px;
}



p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h2 {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



h3 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

h4 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: blink;
}


ul {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
