﻿body {
}
P
{
    font-size: 10pt;
    font-family: Verdana;
}
.MenuCeldas
{
    border-right: medium none;
    border-left: medium none;
    border-top: medium none;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    border-bottom: black thin solid;
    font-family: Verdana;
    text-decoration: none;
    background-color: #409964;
}
A:link
{
    font-weight: bold;
    color: #409964;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
}
A:visited
{
    font-weight: bold;
    color: #409964;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
}
A:hover
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
}
A.Clase1:link
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
}
A.Clase1:visited
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
}
A.Clase1:hover
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-family: verdana;
    font-size: 8pt;
}
A.Clase2:link
{
    font-weight: bold;
    color: #409964;
    text-decoration: underline;
    font-family: verdana;
    font-size: 7pt;
}
A.Clase2:visited
{
    font-weight: bold;
    color: #409964;
    text-decoration: none;
    font-family: verdana;
    font-size: 7pt;
}
A.Clase2:hover
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-family: verdana;
    font-size: 7pt;
}
A.Clase3:link
{
    font-weight: bold;
    color: #409964;
    text-decoration: underline;
    font-family: verdana;
    font-size: 7pt;
}
A.Clase3:visited
{
    font-weight: bold;
    color: #409964;
    text-decoration: none;
    font-family: verdana;
    font-size: 7pt;
}
A.Clase3:hover
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-family: verdana;
    font-size: 7pt;
}
.Texto
{
    color: #000000;
    font-family: verdana;
    text-decoration: none;
    font-size: 9pt;
}
.TextoPequeno
{
    color: #000000;
    font-family: verdana;
    text-decoration: none;
    font-size: 7pt;
}
.Texto_cabecera
{
    color: #006666;
    font-family: verdana;
    text-decoration: none;
    font-size: 9pt;
}
.Titulo
{
    color: #409964;
    font-family: verdana;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
.Titulo2
{
    color: #000000;
    font-family: verdana;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
.TituloInicio
{
    color: #409964;
    font-family: verdana;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    border-right: whitesmoke thin solid;
    border-top: whitesmoke thin solid;
    border-left: whitesmoke thin solid;
    border-bottom: whitesmoke thin solid;
    letter-spacing: 3px;
    line-height: normal;
}

.Botones
{
    color: white;
    font-family: verdana;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    background-color: #006666;
    border-right: black thin outset;
    border-top: black thin outset;
    border-left: black thin outset;
    border-bottom: black thin outset;
}

.Verdana8
{
    color: #FFFFFF;
    font-family: verdana;
    text-decoration: none;
    font-size: 8pt;
 }
 
.PrefijoTitulo
{
    font-size: 6pt;
    color: #CCCCCC;
    font-family: Verdana;
    font-weight: bold;
    background-color: #FFFFFF;
    border-right: #CCCCCC thin solid;
    border-top: #CCCCCC thin solid;
    border-left: #CCCCCC thin solid;
    border-bottom: #CCCCCC thin solid;
}

.fondo{
	background-color:#f0f0f0;
	padding:10px 5px;
}
.fondo_cabecera{
	background-image:url(img/fondo_cabecera.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:100px;
}

/*Tabs */

.navigation 
{ 

color: #000; 
background: #fb0 url("img/left-tab.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 

}
