﻿body 
{
    font-family:Tahoma,"Lucida Grande",Lucida Sans,Verdana;
    font-size:small;
    color:#666666;
    background-image:url(img/fondoGeneral.jpg);
    background-repeat:no-repeat;
    background-position:center top;
}

.wrapper
{
    width:970px;
    text-align:left;
}

#menuPrincipal
{
    width:100%;
    background-image:url(img/fondoMenu.gif);
    background-position:center top;
    background-repeat: no-repeat;
    padding-top:40px;
}
.subMenuPrincipal
{   
    text-align:left;
    width:90%;
}

#divPie
{
    border-top:solid 1px #cccccc;
    width:100%;
}

#divContenedor
{
    background-image:url(img/fondoContenedor.gif);
    background-position:right top;
    background-repeat: no-repeat;
}

#divContenedor img
{
    border:solid 2px #cccccc;  
    margin:5px;
}

.tdMenu
{
    /**border-bottom:dashed 1px #666666;**/
    padding:2px;
}
.aMenu
{
    color:#666666;
    text-decoration:none;
}
.aMenu:hover
{
    color:#cc9900;
}

.aNavegacion
{
    color:Blue;
    text-decoration:none;
}
.aNavegacion:hover
{
    color:#cc9900;
}

.aTitulo
{
    font-size:x-large;
    color:#cc6600;
    text-decoration:none;
}
.aTitulo:hover
{
    color:#993300;
}

.aTituloMini
{
    font-size:medium;
    color:#cc6600;
    text-decoration:none;
}
.aTituloMini:hover
{
    color:#993300;
}

.lblContenido
{
    color:#666666;
}

.lblTitulo
{
    font-size:x-large;
    color:#cc6600;
    text-decoration:none;
}

h1
{
    font-size:x-large;
}
h2
{
    font-size:large;
    color:#666666;
}

/** GALERIAS DE IMAGENES **/
.imgLightBox
{
    border:solid 5px #333333;
}

.spanLight
{
    font-size:smaller;
    color:Gray;
}

.divLightBox
{
    float:left;
    margin:10px;
    width:152px;
    height:150px;
    text-align:center;
}