/* CSS Document */


.top_right { 
font-family: Trebuchet MS;
font-size: 9pt; 
color: #bababa; 
padding-right:30px;
}

.top_right a{ 
font-family: Trebuchet MS;
font-size: 9pt; 
color: #bababa;  
	text-decoration:none;
}

.top_right a:visited{ 
	text-decoration:none;
}

.top_right a:active{ 
	text-decoration:none;
}
.top_right a:hover{ 
	text-decoration:underline;
}

/* TOP MENU */
#info_menu
{
  display: block;
  width: 179px;
  height: 31px;
  background: url("images/info_normal.gif") no-repeat 0 0; 
}
#info_menu:hover
{ 
  background: url("images/info_hover.gif") no-repeat 0 0; 
} 
#info_menu span
{
  display: none;
}
#ediciones_menu
{
  display: block;
  width: 91px;
  height: 30px;
  background: url("images/ediciones_normal.gif") no-repeat 0 0; 
}
#ediciones_menu:hover
{ 
  background: url("images/ediciones_hover.gif") no-repeat 0 0; 
} 
#ediciones_menu span
{
  display: none;
}

#clientes_menu
{
  display: block;
  width: 91px;
  height: 30px;
  background: url("images/clientes_normal.gif") no-repeat 0 0; 
}
#clientes_menu:hover
{ 
  background: url("images/clientes_hover.gif") no-repeat 0 0; 
} 
#clientes_menu span
{
  display: none;
}

#acerca_menu
{
  display: block;
  width: 87px;
  height: 30px;
  background: url("images/acerca_normal.gif") no-repeat 0 0; 
}
#acerca_menu:hover
{ 
  background: url("images/acerca_hover.gif") no-repeat 0 0; 
} 
#acerca_menu span
{
  display: none;
}

#noticias_menu
{
  display: block;
  width: 95px;
  height: 30px;
  background: url("images/noticias_normal.gif") no-repeat 0 0; 
}
#noticias_menu:hover
{ 
  background: url("images/noticias_hover.gif") no-repeat 0 0; 
} 
#noticias_menu span
{
  display: none;
}

#descargas_menu
{
  display: block;
  width: 95px;
  height: 30px;
  background: url("images/descargas_normal.gif") no-repeat 0 0; 
}
#descargas_menu:hover
{ 
  background: url("images/descargas_hover.gif") no-repeat 0 0; 
} 
#descargas_menu span
{
  display: none;
}
/* END TOP MENU */

/* CONTENT TABS */
  
#ventas_tab
{ 
  width: 152px;
  height: 59px;
  background: url("images/ventas_white.gif") no-repeat 0 0; 
}  
#marketing_tab
{ 
  width: 149px;
  height: 59px;
  background: url("images/marketing_blue.gif") no-repeat 0 0; 
}       
#soporte_tab
{ 
  width: 149px;
  height: 59px;
  background: url("images/soporte_blue.gif") no-repeat 0 0; 
}     
#colaboracion_tab
{ 
  width: 149px;
  height: 59px;
  background: url("images/colaboracion_blue.gif") no-repeat 0 0; 
}     
#plataforma_tab
{ 
  width: 149px;
  height: 59px;
  background: url("images/plataforma_blue.gif") no-repeat 0 0; 
}   
#reporting_tab
{ 
  width: 149px;
  height: 59px;
  background: url("images/reporting_blue.gif") no-repeat 0 0; 
} 
 
 
.title_green{
font-family: Trebuchet MS;
font-size: 10pt; 
color: #20a501; 
font-weight: bold; 
} 
 
.title_orange{
font-family: Trebuchet MS;
font-size: 10pt; 
color: #e17813; 
font-weight: bold; 
} 
 
.form_grey {  
font-family: Trebuchet MS;
font-size: 10pt; 
color: #000000; 
font-weight: bold;
background-color: #efefef;
}
.form_white {  
font-family: Trebuchet MS;
font-size: 10pt; 
color: #000000; 
font-weight: bold;
background-color: #ffffff;
}
  
.table_news_head {  
font-family: Trebuchet MS;
font-size: 10pt; 
color: #919191; 
font-weight: bold;
}
.table_news_subhead {  
font-family: Trebuchet MS;
font-size: 9pt; 
color: #919191; 
font-weight: none;
}
.table_news_subhead a{  
font-family: Trebuchet MS;
font-size: 9pt; 
color: #5079b6; 
text-decoration: none;
} 
.table_news_subhead a:hover{   
text-decoration: underline;
}
.table_news_subhead a:active{   
text-decoration: none;
}
.table_news_subhead a:visited{   
text-decoration: none;
}
.table_news_content {  
font-family: Trebuchet MS;
font-size: 9pt; 
color: #000000; 
}
.table_news_content a{  
font-family: Trebuchet MS;
font-size: 9pt; 
color: #5079b6; 
text-decoration: none;
} 
.table_news_content a:hover{   
text-decoration: underline;
}
.table_news_content a:active{   
text-decoration: none;
}
.table_news_content a:visited{   
text-decoration: none;
}
.table_acerca {  
font-family: Trebuchet MS;
font-size: 9pt; 
color: #000000; 
}
.table_detail {  
font-family: Trebuchet MS;
font-size: 10pt; 
color: #000000; 
}

.table_presentation { 
background-color: #FFFFFF;
border-bottom: 0px solid #0565bb;
border-top: 0px solid #7a98c5;
border-left: 0px solid #7a98c5;
border-right: 0px solid #7a98c5; 
font-family: Trebuchet MS;
font-size: 10pt; 
color: #000; 
}


