﻿BODY
{
    margin: 0;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 70%;
    color: #333;
    padding: 0;
}


#contenedorPrincipal
{
    position: absolute;
    overflow: hidden;
    width: 961px;
    left: 50%;
    margin-left: -477px;
    top: 50%;
    height: 525px;
    margin-top: -258px;
}


.paginador
{
    position:absolute;
    right:10px;
}


IMG
{
    border: 0;
}



A
{
    text-decoration: none;
}



#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;
}



STRONG
{
    color: #FD0000;
}



P
{
    text-align: justify;
}



/*---------------------PIE----------------------*/
#pie
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 946px;
    z-index: 1;
}

#pie .texto
{
    margin-top: 10px;
    font-size: 90%;
    height: 15px;
    float: left;
    color: #888888;
}




#pie .notalegal
{
    margin-top: 10px;
    font-size: 90%;
    height: 15px;
    float: left;
    text-align: right;
    float: right;
}


#pie .notalegal A
{
    color: #C0C0C0;
}

#pie .notalegal A:hover
{
    color: #AAA;
}


#pie .seguridad
{
	margin-right:90px;
    margin-top: 10px;
    font-size: 90%;
    height: 15px;
    float: left;
    text-align: right;
    float: right;
}


#pie .seguridad A
{
    color: #000;
}

#pie .seguridad A:hover
{
    color: #AAA;
}


#pie .calidad
{
	margin-left:30px;
	margin-right:-30px;
    font-size: 90%;
    height: 15px;
    text-align: right;
    float: right;
	position:relative;
}


#pie .calidad A
{
    color: #000;
}

#pie .calidad A:hover
{
    color: #AAA;
}


#pie .quality
{
	margin-right:30px;
    margin-top: 10px;
    font-size: 90%;
    height: 15px;
    float: left;
    text-align: right;
    float: right;

}


#pie .quality A
{
    color: #000;
}

#pie .quality A:hover
{
    color: #AAA;
}




/*---------------------NOTA LEGAL----------------------*/
body.NotaLegal
{
    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;
}

body.Seguridad
{
    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.Seguridad STRONG
{
    color: #666;
    font-weight: bold;
}

