﻿BODY 
{
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:70%;
    color:#333;
    overflow:auto;
    padding: 0;    
    }
    
    
#contenedorPrincipal 
{
    position:absolute;
    width: 788px;
    left: 50%;
    margin-left: -394px;
    top:50%;
    height: auto!important; /* para los browsers buenos */
    height: 400px; /* para IE5+ */
    min-height: 400px; /* para los browsers buenos */
    margin-top: -350px;
    background: url(Images/sombraLateral.gif) repeat-y;
	background-color:#EBEBEB;
    }

#contenido
{
    width:773px;
    position:relative;
    left:7px;
    height:100%;
    height: auto!important; /* para los browsers buenos */
    }


IMG
{
    border:0;
    }



A
{
    text-decoration:none;
    }



H1
{
    color:#D75600;
    margin:0 0 10px 0;
    padding:0;
    font-size:140%;
    font-weight:bold;
    top:35px;
    }



P
{
    text-align:justify;
    margin:0 0 10px 0;
    padding:0;

    }



/*---------------------PIE----------------------*/
#pie
{
    position:relative;
    left:0;
    bottom:0;
    font-size:90%;
    height: 15px;
    width: 100%;
    background-color:#F66000;
    color:#FFF;
    margin-top:0px;
    clear:both;
    }
#pieImpresion
{
    position:relative;
    left:0;
    bottom:0;
    font-size:90%;
    height: 15px;
    width: 100%;
    background-color:#FE850C;
    color:#FFF;
    margin-top:0px;
    clear:both;
    }
#pieCopias
{
    position:relative;
    left:0;
    bottom:0;
    font-size:90%;
    height: 15px;
    width: 100%;
    background-color:#FEB400;
    color:#FFF;
    margin-top:4px;
    clear:both;
    }    
    
    #pie A,
    #pieImpresion A,
    #pieCopias A
    {
        color:#FFF;
        }
    
    #pie A:hover,
    #pieImpresion A:hover,
    #pieCopias A:hover
    {
        color:#999;
        }
        
    #pie SPAN,
    #pieImpresion SPAN,
    #pieCopias SPAN
{
    margin:0 20px;
    }
	
    #pie SPAN.empuja,
    #pieImpresion SPAN.empuja,
    #pieCopias SPAN.empuja
{
    margin:0 370px 0 20px;
    }
    
            
/*---------------------NOTA LEGAL----------------------*/
body.notaLegal
{
    padding:10px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    color:#333;
	background-color: #FF6600 !important;
    }
    
body.notaLegal STRONG
{
    color:#666;
    font-weight:bold;
    }

BODY.notalegal #contenido
{
	width: 450px;
	margin: 25px 25px 25px 25px;
	color: #333;
	font-size: 100%;
	background-color: #FFF;
}
BODY.notalegal #contenidoNota
{
    padding-top:20px;
    padding-right: 20px;
    padding-bottom: 20px;

}
	BODY.notalegal #contenido #contenidoNota .encabezado
	{
		color: #666;
		font-weight: bold;
		padding-top: 40px;
	}
