body {
	text-align: justify;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(./imgs/fondo.jpg);
	background-attachment: fixed;
	background-position: center center;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color:#0099FF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-color:#C0C0C0;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
@font-face {
   font-family: Lithograph;
   font-style:  normal;
   src: url(./letra.eot);
}
body, table, tr, td, th {
   font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
tr {
	vertical-align: top;
}
.oscuro {
	color: #ffffff;
	text-align: right;
	font-size: .7em;
	background-color: #006699;
}
.claro {
	color: #000000;
	text-align: left;
	font-size: .7em;
	background-color: #FFFFCC;
}
.esquina1 {
	background-image: Url(./imgs/esquina1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.esquina2 {
	background-image: Url(./imgs/esquina2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.esquina3 {
	background-image: Url(./imgs/esquina3.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.esquina4 {
	background-image: Url(./imgs/esquina4.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.esquina1t {
	background-image: Url(./imgs/esquina1t.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.esquina2t {
	background-image: Url(./imgs/esquina2t.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.esquina3t {
	background-image: Url(./imgs/esquina3t.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.esquina4t {
	background-image: Url(./imgs/esquina4t.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
body.flash {
	margin-bottom : -5px;
	margin-left : -5px;
	margin-right : -5px;
	margin-top : -5px;
}
a {
   color: #ff8000;
   text-decoration: none;
   font-size: 1.2em;
}
a:hover {
   color: #ff0000;
   text-decoration: underline;
}
.azulillo {
   color: #0099ff;
   font-weight: bold;
}
strong {
   color: #0000ff;
}
div.arriba {
   text-align: center;
   width: 100%;
}
div.volver {
   text-align: center;
   width: 100%;
}
table.tablon {
	font-size: 0.8em;
}
.cab {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.cabR {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099ff;
}
.cabL {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099ff;
}
td.tablon {
	text-align: left;
	font-weight: bold;
	color: #0000ff;
}
table.ofertas {
	background-color: #ffffff;
	border-color: #000000;
}
.Resaltado {
	color: #0099ff;
	font-weight : bold;
}
.R {
	text-align: right;
}
.L {
	text-align : left;
}
.menu {
	background-color: #2e25d2;
	color: #D9FFFF;
	font-size: .8em;
	font-weight: normal;
	position: relative;
	float: left;
	cursor: hand;
	text-align: left;
}
.subMenu {
	background-color: #2e25d2;
	color: #D9FFFF;
	font-size: .8em;
	font-weight: normal;
	position: relative;
	cursor: hand;
	text-align: left;
}
.hSpacer {
	width: 1px;
	position: relative;
	float: left;
}
.vSpacer {
	height: 1px;
	position: relative;
	font-size: 0pt;
}
.ro {
	border-style: ridge;
	background-color: #aaddff;
}