
/* Estilos para presentar los ToolTips de la barra estilo Facebook */

/* * {margin:0; padding:0}
body {font:11px/1.5 Verdana, Arial, Helvetica, sans-serif; background:#FFF}
#text {margin:50px auto; width:500px} */
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {
 position:absolute;
 display:block;
 background:url(images/tt_left.gif) top left no-repeat;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#ce0000;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}

/* Estilos para presentar la barra estilo Facebook*/
body {
margin:0;
padding:0;
}
#footer {
position:fixed;
right: 0px;
bottom: 0px;
left: 15px;
width:972px;
height:25px;
/*border-left:1px dotted #666666;
border-top:1px dotted  #666666;
border-right:1px dotted #666666;*/
/*filter:alpha(opacity=100); Para IE */
/* -moz-opacity:.100; Para Firefox * /
opacity:.0;  */

/*border-left:1px solid #377AC0;
border-top:1px solid #377AC0;*/
/*background-color:#e5e5e5;
color:#377AC0;*/
text-align:center;
}

div > div#footer {
position: fixed;
}

/* Estilos para la presentadora en FLV*/
#presentadora {
position:fixed;
right: 0px;
bottom: 0px;
left: 15px;
width:972px;
height:405px;
text-align:right;
}

div > div#presentadora {
position: fixed;
}


/* Estilos para la presentadora virtual en Wmv*/
#presentadora2 {
position:fixed;
right: 0px;
bottom: 100px;
left: 15px;
width:972px;
height:405px;
text-align:center;
/*filter:alpha(opacity=90); Para IE * /
-moz-opacity:.100; / * Para Firefox * /
opacity:.0;  */


}

div > div#presentadora2 {
position: fixed;
}




