a{text-decoration: none}
a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #000099}   /* mouse over link */
a:active {color: #000099}   /* selected link */

body 
{
   font-family: Trebuchet MS, Verdana, Arial, sans-serif;
   font-size:13px;
   color: #100000;
   background-color: #EEEEEE;
   margin-left: 100px;
   margin-right: 100px
}

P.primero:first-letter
{
	font-size:32px;
	color:#588751;
} 

P
{
   font-size:13px;
   text-align:justify;
}


UL
{
   list-style-image:url(./imagenes/govannon_lista_icono.jpg);
}

H3
{
   padding     : 5px;
   font-size: 15px;
   font-weight: bold; 
   color: #435F6F;
   text-align:center;
}

H4
{
   padding     : 5px;
   padding-left: 0px;
   font-size: 14px;
   font-weight: bold; 
   color: #435F6F;
   text-align:left;
}

H4
{
   padding     : 5px;
   padding-left: 0px;
   font-size: 12px;
   font-weight: bold; 
   color: #435F6F;
   text-align:left;
}

th 
{
	text-align: right;
	vertical-align: top
}

TD
{
	font-size:13px;
}

TABLE.principal
{
   width:800px;
   border-style : solid;
   border-color: #003366;
   border-width : 1;
	background-color: #FFFFFF;
	background-image:url(./imagenes/fondo_govannon.jpg);
	background-repeat:no-repeat;
}

TD.ficha_contenido
{
   text-align: left;
   width: 100%;
   height: 600px;
   font-size:13px;
   padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
}

TD.ficha_menu
{
  width: 200px;
  height: 600px; 
}

.encabezado
{
   padding     : 5px;
   font-size: 19px;
   font-weight: bold; 
   color: #435F6F;
}

UL.noticias
{
   list-style-type:disc;
   list-style-image:none;
}

TABLE.navegacion
{
   border-style : solid;
   border-color: #003366;
   border-width : 1;
}

TD.navegacion
{
   background-color : #99CC99;
   padding-left     : 5px;
   padding-right    : 5px;
}

.tablon
{
   font-size    : 12px;
   background-color : #588751;
}

.tablon H4
{
	color:white;
	font-size: 14px;
}

.tablon H5
{
	color:white;
	font-size: 12px;
}
TABLE.tablon
{
   border-style : solid;
   border-color: #006666;
   border-width : 1;
}

.tablon TD
{
   color: yellow;
}

.tablon A
{
   color: yellow;
}

img 
{
  border-style:none;
}

img.centrada
{
   border-style: none;
   text-align:center;
}


.resaltar {  font-weight: bold}



form
{
        font-size:13px;
        font-weight:bold;
        color:#588751;
        background-color: #CCCCCC;
        border:0px;
        padding     : 5px;
}

.boton
{
        font-size:10px;
        font-weight:bold;
        color:#588751;
        background-color: #CCCCCC;
        border:0px;
        height:19px;
       }
.opcion{
        font-size:10px;
        font-weight:bold;
        color:#588751;
        background-color: #99CC99;
        border:0px;
        height:19px;
       }
.textfield{
        font-size:10px;
        font-weight:bold;
        color:white;
        background:#588751;
        border:0px;
        height:19px;
        width:450px;
       }
.textarea{
        font-size:10px;
        font-weight:bold;
        color:white;
        background:#588751;
        border:0px;
        height:250px;
        width:450px;
       }

.mensaje
{
        border:5px;
}

.fecha_noticia {  font-size: 14px; color: #588751; font-weight: bold}

TABLE.cancion
{
   padding: 5px;
   border-style: solid;
   border-width: 1px;
   width:400px;
}

TH.cancion
{
   padding     : 2px;
   font-size: 13px;
   font-weight: bold; 
   color: #435F6F;
   text-align:left;
   width:50px;
}

TD.cancion
{
   text-align: left;
}



TABLE.letra
{
   width:100%;
}

TABLE.letra TH
{
   padding     : 2px;
   font-size: 13px;
   font-weight: bold; 
   color: #435F6F;
   text-align:left;
   width:50px;
}

.componente
{
   padding     : 2px;
   font-size: 13px;
   font-weight: bold; 
	background-color : #588764;
}

TABLE.componente TH
{
   padding     : 2px;
   font-size: 13px;
   font-weight: bold; 
   color: white;
   text-align:left;
   width:50px;
}

.visita
{
   border-style: solid;
   border-width: 1px;
   padding:5px;
   margin:5px;
}

TABLE.visita TH
{
   padding     : 2px;
   font-size: 13px;
   font-weight: bold; 
   color: #435F6F;
   text-align:left;
   width:50px;
}

.contador
{
   font-size        : 13px;
   font-weight      : bold;
   background-color : white;
   color            : black;
}

TABLE.contador
{
   border-style : dotted;
   border-color : black;
   border-width : 1;
}

TD.contador
{
   border-style : inset;
   border-color : black;
   padding     : 5px;
}



