﻿
    
BODY 
{
    margin: 0;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size:70%;
    color:#333;
    overflow:auto;
    padding: 0;
	SCROLLBAR-BASE-COLOR: #d9d9d9;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFAF2; 
    SCROLLBAR-SHADOW-COLOR: #DFDDC8;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #333;
    SCROLLBAR-TRACK-COLOR: #FAF7F2;
    SCROLLBAR-DARKSHADOW-COLOR: #FAF7F2;
    background-color:#C60;

    }



#contenedorPrincipal 
{
    position:relative !important;
    overflow:hidden;
    width: 770px;
    left: 50%;
    margin-left: -385px;
    margin-top: 0px !important;
    top: 20px !important;
    /*top:50%;
    margin-top: -400px;*/
    height:1324px;
    
    }



IMG
{
    border:0;
    }



A
{
    text-decoration:none;
    }



#logo
{
    position:absolute;
    top:30px;
    right:11px;
    }



#flash
{
    width:447px;
    height:576px;
    position:absolute;
    top:0;
    left:0;
    }



#Derecha
{
    width:557px;
    height:576px;
    position:absolute;
    top:0;
    left:447px;
    padding-left:30px;
    }


    #Derecha #desarrollo
    {
        position:relative;
        top:50px;
        left:30px;
        }



H1
{
    color:#4B4B4B;
    margin:0;
    padding:0;
    font-size:100%;
    font-weight:normal;
    position:absolute;
    top:35px;
    }







P
{
    text-align:justify;
    }



/*---------------------PIE----------------------*/
#pie
{
    position: absolute;
    bottom: 15px;
	width:200px;
    clear:both;
    overflow:hidden;
    z-index:1;
	text-transform: uppercase;
	margin-left: 20px;
    }
       
    #pie A
    {
        color:#C86603;
        }
    
    #pie A:hover
    {
        text-decoration: underline;
        }
  
        
/*---------------------NOTA LEGAL----------------------*/
body.NotaLegal
{
    position: absolute;
    bottom: 0;
    padding:10px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:95%;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:70%;
    color:#333;
    }
    
body.NotaLegal STRONG
{
    color:#666;
    font-weight:bold;
    }