BODY
{
    background-image: url(images/bgd.PNG);
}
a:hover
{
    color: #ffa500;
    font-family: Tahoma;
    font-size: 14;
    font-weight: bold;
}
a:link
{
    color: White;
    text-decoration: none;
    font-size: 13;
    font-family: Tahoma;
    font-weight: bold;
}
a:Visited
{
    color: #ffa500;
    text-decoration: none;
    font-size: 14;
    font-family: Tahoma;
    font-weight: bold;
}

.cssTituloIzquierdo
{
    width: 24px;
    height: 54px;
    background-image: url(images/BordeIzquierdo.PNG);
    background-repeat: no-repeat;
}
.cssTituloDerecho
{
    width: 24px;
    height: 54px;
    background-image: url(images/BordeDerecho.PNG);
    background-repeat: no-repeat;
    background-position: rigth;
}

.cssMenuIzquierda
{
    border-bottom: white 1px solid;
    text-align: center;
    height: 35px;
}

.cssTextoMenuIzquierda
{
    font-family: Tahoma;
    color: white;
    font-size: 13;
}

.cssTextoTituloClasificado
{
    font-family: Tahoma;
    color: white;
    font-size: 12;
    font-weight: bold;
}
.cssTextoNormal
{
    font-family: Tahoma;
    color: black;
    font-size: 12;
}

.cssTextoSubtitulo
{
    font-family: Tahoma; /*color: #962d2b;*/
    color: White;
    font-size: 14;
    font-weight: bold; /*background-color: #ffcc66; */
    background-color: #6694e3;
}

.cssTextoNegrilla
{
    font-family: Tahoma;
    color: black;
    font-size: 12;
    font-weight: bold;
}

.cssTextoNegrillaHeader
{
    font-family: Tahoma;
    color: black;
    font-size: 16;
    font-weight: bold;
}
.cssTextoNegrillaSub
{
    font-size: 12px;
    color: black;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: underline;
}
.cssTextoLinkNormal
{
    color: #6694e3;
    text-decoration: none;
    font-size: 12;
    font-family: Tahoma;
    font-weight: bold;
}
.cssTextoActualizacion
{
    font-family: Tahoma; /*color: #ffa500;*/
    color: #6694e3;
    font-size: 11;
    font-weight: bold;
}

/*CONJUNTO CLASES QUE ENMARCAN EL CONTORNO DEL MODULO */

.Borde_Superior_Izquierdo
{
    background-image: url(images/MSN_blue/1.bmp); /*background-repeat:no-repeat;*/
    background-repeat: repeat-y;
    background-position-x: right;
    width: 20px;
}

.Borde_Superior
{
    background-image: url(images/MSN_blue/2.bmp);
    background-repeat: repeat;
}

.Borde_Superior_Derecho
{
    background-image: url(images/MSN_blue/3.bmp); /*background-repeat:no-repeat;*/
    background-repeat: repeat-y;
    background-position-x: left;
    width: 20px;
}

.Borde_Izquierdo
{
    background-image: url(images/MSN_blue/4.bmp);
    background-repeat: repeat-y;
    background-position-x: right;
}

.Fondo_Control
{
    /* 	BACKGROUND-IMAGE: url(images/MSN/5.bmp); 	vertical-align:top; 	align:center; 	*/
}

.Borde_Derecho
{
    background-image: url(images/MSN_blue/6.bmp);
    background-repeat: repeat-y;
    background-position-x: left;
}

.Borde_Inferior_Izquierdo
{
    background-image: url(images/MSN_blue/7.bmp);
    background-repeat: no-repeat;
    background-position-x: right;
    height: 22px;
}

.Borde_Inferior_Central
{
    background-image: url(images/MSN_blue/8.bmp);
    background-repeat: repeat-x;
}

.Borde_Inferior_Derecho
{
    background-image: url(images/MSN_blue/9.bmp);
    background-repeat: no-repeat;
    background-position-x: left;
    height: 15px;
}

.cssColumnaIzquieda
{
    margin-right: 2px;
    border-right: #6694e3 solid;
    vertical-align: top;
    width: 50%;
}

.cssHeadersInternos
{
    background-color: #6694e3;
    color: White;
}

/*FIN CONJUNTO CLASES QUE ENMARCAN EL CONTORNO DEL MODULO*/

.cssTituloPromocion
{
    font-family: Tahoma;
    color: #FF0000;
    font-size: 20;
    font-weight: bold; /* background-color: #ffcc66; */
}
