body {
	background-image	: url(../images/fondo.png);
	font-family			: Arial, Helvetica, sans-serif;
	color					: #979797;
	font-size			: 10px;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
}
.titpage {
	font-family			: Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	font-size			: 10px;
	font-weight			: bold;
	color					: White;
	padding-bottom		: 6px;
	padding-left		: 10px;
	padding-top			: 6px;
}
.menutop {
	font-family			: Arial, Helvetica, sans-serif;
	text-align			: center;
	color					: black;
	float					: left;
}
a.menutop:link, a.menutop:visited {
	font-size			: 10px;
	font-weight			: bold;
	text-decoration	: none;
	padding-left		: 16px;
	padding-right		: 16px;
	color					: #F67C1E;
}
a.menutop:hover {
	text-decoration	: none; 
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	color					: Black;
}
.menuinf {
	font-family			: Arial, Helvetica, sans-serif;
	text-align			: center;
	color					: black;
	float					: left;
	background-color	: #EEEEEE;
}
a.menuinf:link, a.menuinf:visited {
	font-size			: 10px;
	font-weight			: bold;
	text-decoration	: none;
	padding-left		: 16px;
	padding-right		: 16px;
	color					: #F67C1E;
	background-color	: #EEEEEE;
}
a.menuinf:hover {
	text-decoration	: none; 
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	color					: Black;
	background-color	: #EEEEEE;
}
a.linkc {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #F98622;
}
.rights {
	font-family			: Arial, Helvetica, sans-serif;
	text-align			: center;
	color					: white;
	float					: left;
}
a.rights:link, a.rights:visited {
	font-size			: 9px;
	background-image	: url(../image/fondo-derechos.png);
	text-decoration	: none;
	padding-bottom		: 10px;
	padding-top			: 10px;
	padding-left		: 5px;
	padding-right		: 5px;
}
a.rights:hover {
	text-decoration	: none; 
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	color					: black;
}
/* Configuración de noticias */
.noticiastit {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color					: #FFE4B0;
	padding-bottom		: 3px;
	padding-top			: 3px;
}
.noticias {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color					: #34434B;
}
#tablappal tr {
	font-size			: 10px;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	color					: #000;
}
/* Termina la configuración de noticias */
.titprecio {
	font-family			: Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	font-size			: 11px;
	color					: white;
	padding-bottom		: 6px;
	padding-top			: 6px;
	text-align			: center;
	background-color	: #F67C1E;
}
.titserv {
	font-family			: Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	font-size			: 11px;
	color					: white;
	padding-bottom		: 6px;
	padding-top			: 6px;
	text-align			: center;
	background-color	: #999999;
}
.titdetalle {
	font-family			: Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	font-size			: 11px;
	color					: #999999;
	padding-bottom		: 6px;
	padding-left		: 10px;
	padding-top			: 6px;
	text-align			: left;
	background-color	: #E9E9E9;
}
.tabladweb {
	padding-left		: 5px;
	padding-top			: 2px;
	padding-bottom		: 2px;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #3E7DEE;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.png) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.png) no-repeat bottom;
}
</style>