﻿

#imagenesMenu
{
    /*margin: 9%;  Uncomment this line if you wish to center the gallery on page */
    width: 90%; /* Set to gallery width, in px or percentage */ /*height: 130px;  Set to gallery height */
    clear: none;
    position: absolute;
    top:40%;
    left:30px;
}


body
{
    font-family: Arial;
    font-size: medium; 
    color: #006666;
    background-color: white;
} 

.menu
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
    vertical-align: middle;
    text-align: right;
} 


.enlaces
{
    font-family: Arial;
    font-size: 10px;
    color: #006666;
}

.arbol
{
    font-family: Arial;
    font-size: 10px;
    color: #006666;
}

.tabla
{
    clear: none;
    overflow: hidden;
    text-align: justify;
}

.texto
{
    font-family: Arial;
    font-size: small;
    color: #006666;
    list-style-image: url(App_Themes/TemaPaltab/Images/Lista.gif);
    vertical-align: baseline;
    text-align: justify;
}

.TituloContenido
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #a9a9a9;
    vertical-align: baseline;
    text-align: justify;
    font-weight: bold;
    font-variant: small-caps;
}

.Contenido
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #a9a9a9;
    text-align: justify;
}

.BotonesContenidos
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #007f5f;
    vertical-align: baseline;
    text-align: left;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    font-variant: small-caps;
    border-bottom-style: none;
}

.MenuInicial
{
    border: 0;
    overflow: visible;
    position:  inherit;
}


A:link
{ 
	text-decoration: none;
	/*text-transform: capitalize;
	color: #ffffcc;	*/
	
    color: #006666;

    background-image: none; 
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    background-color: transparent; 
    border-bottom-style: none; 
    }

	
A:visited
{
    color: #006666;
	text-decoration: none;
}
A:active	{	
	
	text-decoration: none;
    color: #006666;
	
	
}
A:hover
{
	text-decoration: none;
    color: #006666;
	cursor: hand;
	
}


