﻿
html,body 
{
    font-family:Tahoma , Arial ;
    font-size :11px;
}
    
    
/*RECUADRO CON CABECERA*/
    .content {position:relative ;margin: 0; clear :both ; }
    .content .topLeft {position :absolute ; top:0;left:0; background-image :url(../../Images/cabeceraDer.png); background-repeat :no-repeat ; width:11px; height:28px;}
    .content .topCenter {position :absolute ; top:0;left:11px; right:11px;background-image :url(../../Images/cabecera.png); background-repeat:repeat-x ; height:28px; line-height:26px; color :#FFF; font-weight :bold ; text-align:center ;}
    .content .topRight {position :absolute ; top:0;right:0;background-image :url(../../Images/cabeceraIzq.png); background-repeat :no-repeat ; width:11px; height:28px;}
    .content .inside {position:relative ; top:28px; margin: 0px 4px 28px 4px; padding : 0px 10px 10px 10px; background:#EDEDED;}
/*FIN RECUADRO CON CABECERA*/
    
.backGroundModal
{
	width:100%; height:100%; background-color: #000; filter:alpha(opacity=25); -moz-opacity: .25; opacity:.25; 
}



a.button {
    background: transparent url('../../Images/Common/btnRight.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    line-height:30px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}
   
 
a.button span {
    background: transparent url('../../Images/Common/btnLeft.png') no-repeat;
    display: block;
    line-height:30px;
    padding-left: 8px;
}  

.divFondoAcciones
{
	background-image:url(../../Images/Common/fondoacciones.png);
	background-repeat :repeat-x ; 
	height:80px;
	margin:0px;
}

.separador
{
	background-image :url(../../Images/Common/separador.png);
	background-repeat :repeat-x ;
	height:3px;
	padding:0px;
	margin:0px;	
}

/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../../Images/Common/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../../Images/Common/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../../Images/Common/ratingStarSaved.png);
}