﻿        html,body
        {
            background:#99938D;	
            font-family:Tahoma,Helvetica;
            font-size:11px ;
            margin:0px;
		    padding:0px;
		    height:100%;
		    border:0px;
		    width:100%;
		    position:absolute;
		    top:0px;
		    margin-top:0px;
		    min-height: 100%;
            height: auto !important;
        }
        .CajaTexto
        {
        	text-align:right;
        }
        
        .Etiqueta
        {
        	text-align:left;
        	font-style:italic;        	
        }
        
        .ddl
            {
                width:110px;
                font-size:10px;
        	    height:20px; 	
            }
        .ddlLargo
            {
                width:240px;
                font-size:10px;
        	    height:20px; 	
            }
            
        #nav * 
            {
                text-align:center;
                color:#E6E6E6;
                font-weight:bold;
                text-decoration:none;
                font-family:arial, helvetica, sans-serif;
                font-size:10pt;
            }


        #nav ul, #nav ul li 
        {
                margin:0px;
                padding:0;
        }
        #nav ul li  
        {
        	    float: left;
                display: block;
                margin-left: 2px;
                padding-left: 7px ;
                
        }
        
        ul#tabBar li a {
            display:block;
            float:left;
            height:31px;
            line-height:31px;
            background: url(../../Images/tab.png) right top no-repeat;
            overflow:hidden; /* fixes IE display bug */
            cursor:pointer ;
            width:80px;
            text-align :center ;
        }
        
        ul#tabBar li a:hover {
	        color :#000;
	        background: url(../../Images/tab_sel.png) right no-repeat;
        }

        .subBotonera
        {
            position : absolute ;
            top:0px; 
            left :0px; 
            width:100%; 
            height:26px;
        }
        
        #subNav ul 
        {
             display:none; 
             padding:0px;
        }

        #subNav {
	        clear:both;
	        height:25px;
	        margin-left : 15px;
	        width:600px;
        }

        #subNav li {
            display:inline ;
	        margin: 0 auto;
	        text-align:left;
	        line-height:24px;
	        white-space :nowrap ;
	        margin-right:15px;
	        font-size:13px;
        }
        
        #subNav li a
        {
            text-decoration :none;
            color :#7A7A7A;	
            background :url(../../Images/menuIcon.jpg) 0 50% no-repeat;
            padding-left:15px;
        }
        
        #subNav li a:hover  
        {
            color:#7A7A7A;
            background :url(../../Images/menuIconSel.jpg) 0 50% no-repeat;
         }



/* ****************** 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/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../../Images/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../../Images/ratingStarSaved.png);
}

.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;
}  

/*RECUADRO CON CABECERA*/
    .content {position:relative ;margin: 0; clear :both ; }
    .content .topLeft {position :absolute ; top:0;left:0; background-image :url(../../Images/topLeft.jpg); background-repeat :no-repeat ; width:9px; height:21px;}
    .content .topCenter {position :absolute ; top:0;left:9px; right:9px;background-image :url(../../Images/top.jpg); background-repeat:repeat-x ; height:21px; line-height:26px; color :#FFF; font-weight :bold ; text-align:center ;}
    .content .topRight {position :absolute ; top:0;right:0;background-image :url(../../Images/topRight.jpg); background-repeat :no-repeat ; width:9px; height:21px;}
    .content .inside {position:relative ; top:21px; margin: 0px 4px 21px 4px; padding : 0px 10px 10px 10px; background:#FEFFED; background-image : url(../../Images/fondocentro.jpg) ; background-repeat :repeat-x ;}
    .content .inside1 {position:relative ; top:21px; margin: 0px 0px 0px 0px; padding : 0px 0px 0px 0px; background:#FEFFED; background-image : url(../../Images/fondocentro.jpg) ; background-repeat :repeat-x ;}
/*FIN RECUADRO CON CABECERA*/

.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;	
}
.grillaHeader
{
	
}