body {
        
		margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
/*		background-image:url(images/fondo_beta.gif);
		background-repeat:repeat-x;
*/
}

@font-face {
  font-family: "ledboard";
  src: url(http://www.innova-inmobiliaria.net/ledboard.ttf) format("truetype");
}

.CajaMenu{
	background-position:left;
	background-image:url(images/fondo_menu.gif); 
	background-repeat:repeat-x;
}

.TituloPromo{
        font-size: 14px;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
}

.SubtituloPromo{
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.texto {
	margin:10px;
	font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.Estilo1 {font-size: 13px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Estilo2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
}
.Estilo3 {font-size: 12px;
        /* color: #ADD331;*/
	color: #789222;
        font-weight: bold;
}

.Estilo31 {font-size: 10px;
	color: #789222;
        font-weight: bold;
}
.Estilo4 {color: #000000}
.Estilo10 {color: #FFFFFF}
.Estilo13 {font-size: x-small}
.Estilo16 {
        font-size: xx-small;
        color: #FFFFFF;
}
.Estilo19 {
        font-size: 10px;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
}
.Estilo20 {font-size: 10px;
          color: #99CC00;
          font-family: Arial, Helvetica, sans-serif;}
.Estilo21 {
        font-size: 12px;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
}
.Estilo5 {
        font-size: 12px;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
}

.PrecioAnterior {
	font-size: 12px;
        color: #ff0000;
        font-weight: bold;
	text-decoration: line-through;
}

.PrecioAnterior10px {
	font-size: 10px;
        color: #ff0000;
        font-weight: bold;
	text-decoration: line-through;
}

.ArialBlanco12 {
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
}

.ColorVerde10px {
        font-size: 10px;
        color: #ABD037;
        font-family: Arial, Helvetica, sans-serif;
}

.VerdeBold12px {
        font-size: 12px;
        font-weight: bold;
        color: #ABD037;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}

.VerdeBold14px {
        font-size: 14px;
        font-weight: bold;
        color: #ABD037;
        font-family: Arial, Helvetica, sans-serif;
}

.ColorGris10px {
        font-size: 10px;
        color: #687078;
        font-family: Arial, Helvetica, sans-serif;
}

.ColorGris11px {
        font-size: 11px;
        color: #687078;
        font-family: Arial, Helvetica, sans-serif;
}

.GrisBold12px {
        font-size: 12px;
        color: #687078;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}

/*.marquesina {
		background-color: #cccccc;
		font-size: 30px;
		font-family: ledboard;
		padding: 2px;
		overflow: auto;
		overflow-style: marquee-line;
		white-space: wrap;		
		marquee-style: slide;		
		margin-right: auto;		
		marquee-play-count: infinite;		
		marquee-direction: forward;
		marquee-speed: 2;
		block-progression: tb;
		direction: ltr;
		height: 40px;
		top: 0px;
}*/

A.enlace:link { color: #D0F742; text-decoration: none; }
A.enlace:visited { color: #D0F742; text-decoration: none; }
A.enlace:active { color: #D0F742; text-decoration: none; }
A.enlace:hover { color: #ffffff; text-decoration: underline; }

SELECT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:120px;
	height:16px;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: #000; 
width: 390px; 
height: 39px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 1px;
width: 390px;
overflow: hidden;
background: #000;
}
ul.newsticker { /* that's your list */
position: relative;
left: 390px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background-color: #00ff00;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;

} 
ul.newsticker span {
font-size: 37px;
font-family: ledboard;
margin: 1px 0 0 0;
letter-spacing: -2px;
}

