﻿.navItem
{
    font-size:11pt;
    text-decoration:none;
}
#nav
{
    margin:0;
}
#nav li
{
    color:#fff;
    float: left;
    margin:0;
    padding:0;
    list-style:none;
    background:transparent;
    position:relative;
    cursor:default;
}

#nav li ul
{
    text-align:center;
    display:none;
    padding:0em 0em 0em 0em;
    display:none;
    position:absolute;
    top:100%;
    left:-50px;
}

#nav li:hover ul
{
    display:block;
}
/*el contenido de los sub menus*/
#nav li:hover ul li
{
    width:120px;
}

#nav li ul li a
{
    color: #FFFFFF;
    font-weight: bold;
    display:block;
    background:transparent url('images/bgSubMenus.png');
    filter: alpha(opacity=60);
}

.contenidoTrans
{
    background:transparent url('images/bgContenido.png');
    /*filter: alpha(opacity=60);*/
}

#nav li ul a:hover
{
    color:#FEE8A4;
    text-decoration:none;
    border-style:dotted;
    border-width:2px;
    border-color:White;
}

a img
{
    border:0;
}/*
a
{
    color: White;
}*/
.modalBackground
{
    background-color:#843419;
    filter: alpha(opacity=60);
}

.modalCargando
{
    background-color:#843419;
    filter: alpha(opacity=70);
}

.modal
{
    BORDER-LEFT-COLOR: white;
    BORDER-BOTTOM-COLOR: white;
    BORDER-TOP-STYLE: solid;
    BORDER-TOP-COLOR: white;
    BORDER-RIGHT-STYLE: solid;
    BORDER-LEFT-STYLE: solid;
    BACKGROUND-COLOR: #843419;
    BORDER-RIGHT-COLOR: white;
    BORDER-BOTTOM-STYLE: solid;
}

.itemMenu
{
    text-decoration:none;
    text-indent:18px;
    color:Black;
    font-size:14px;
}
.secciones
{
    text-indent:8px;
    color:White;
}
.titulos
{
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
    color:White;
}
.subTitulos
{
    font-size:14pt;
    font-weight:bold;
    text-decoration:none;
}
.paneles
{
    width: 300px;
}
.tablas
{
    width: 300px;
}
.titulosActividades
{
    font-weight:bold;
}
.textoActividades
{
    font-size: 12pt;
}

/*Estilo Blog*/
.tituloEntrada
{
    color:Black;
    font-size:18px;
    font-weight:bold;
}

.txtTitulo
{
    background-image: url(images/bgTitulos.png);
    background-repeat: repeat;
}

.gvHeader
{
    background-image: url(images/bgGvHeader.png);
    background-repeat: repeat-x;
    height: 23px;
    font-family: Microsoft Sans Serif;
    font-size: 9pt;
    font-weight:normal;
}

.gvRow
{
    background-image: url(images/bgGvRow.png);
    background-repeat: repeat-x;
    height: 20px;
    font-family: Microsoft Sans Serif;
    font-size: 9pt;
    font-weight:normal;
    color: White;
}

.gvAlterno
{
    background-image: url(images/bgGvAlterno.png);
    background-repeat: repeat-x;
    height: 20px;
    font-family: Microsoft Sans Serif;
    font-size: 9pt;
    font-weight:normal;
    color: White;
}

.botones
{
    background-image:url("images/gradientBotones.jpg");
    color:White;
    font-weight:bold;
}

.links, a
{
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
    color:#B46F56;
}
.links:hover
{
    color:#BE8875;
}