﻿body
{
    background-color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #2E3640;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
h1, h2, h3
{
    padding: 0px;
    margin: 3px;
    font-weight: normal;
    color: #2E3640;
}
h1
{
    font-size: 1.6em;
    font-weight: lighter;
}

h2
{
    font-size: 1.2em;
    font-weight: bolder;
    color: #EF792F;
}
h3
{
    font-size: 1em;
    margin: 0px;
    font-weight: bolder;
    color: #EF792F;
}
a:link
{
    color: #707E2C;
}

a:hover, a:active
{
    text-decoration: none;
    color: #000000;
}

a:visited
{
    color: #CE6700;
}


/* Estilos definidos */
.LinkNoticia
{
font-size: 0.9em;
}
a.LinkNoticia:link
{
    color: #707E2C;
}

a.LinkNoticia:hover, a:active
{
    text-decoration: none;
    color: #000000;
}

a.LinkNoticia:visited
{
    color: #CE6700;
}

.LinkCabecera
{
    font-size: 0.9em;
}
a.LinkCabecera:link
{
    color: #2E3640;
    text-decoration: none;
    font-weight: bolder;
    
}

a.LinkCabecera:visited
{
    color: #2E3640;
    text-decoration: none;
    font-weight: bolder;
    
}

a.LinkCabecera:hover
{
    color: #2E3640;
    border-bottom-style: solid;
    border-width: 5px;
    border-color: #8EA138;
}
.LinkPie
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
}
a.LinkPie:link
{
    text-decoration: none;
    color: #2E3640;
}
a.LinkPie:visited
{
    text-decoration: none;
    color: #2E3640;
}
a.LinkPie:hover
{
    text-decoration: underline;
    color: #707E2C;
}
input.campo, textarea
{
    border: 1px solid #2E2D40;
    margin: 0px;
    background-color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #2E3640;
    width: 240px;
}
.campo1
{
    border: 1px solid #2E2D40;
    margin: 0px;
    background-color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #2E3640;
    width: 240px;
}
.BordeIndex
{
    padding: 0px;
    margin: 0px;
}
#Cuerpo
{
    padding: 0px;
    margin: 0px 10px 0px 10px;
}

#TextosCabecera
{
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

#TextosCabecera h1
{
    font-size: 1.3em;
    font-weight: bolder;
}

#TextosCabecera h2
{
    font-size: 1em;
    color: #2E3640;
}
#TextosCabecera h3
{
    font-size: 1em;
    color: #ffffff;
    font-weight: normal;
}
.TextoColor
{
    font-size: 1em;
    color: #EF792F;
}
.Fosforito
{
    font-size: 1em;
    color: #000000;
    background-color: #FFFF00;
    font-weight: bold;
}

