/*Estilos de secciones generales*/
/*Los estilos se definen por orden alfabetica de las etiquitas para una rápida localización*/
/*Lo atributos de cada estilo se definen por orden alfabetica*/

body
{
background-color: #D8D8D8;
color: #000000;
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5;
margin-right: 5;
padding-left: 40px;
padding-right: 40px;
}

h1
{
font-family: verdana, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: normal;
}

h2
{
font-family: verdana, sans-serif;
font-size: 20px;
font-weight: bold;
line-height: normal;
}

h3
{
font-family: verdana, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: normal;
}

nav
{
width: 1024px;
}

.clear
{
clear: both;
}

.contador_pagina
{
background-color: #FF0000;
color: #FFFFFF;
font-family: verdana, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: normal;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 80px;
}

.etiqueta_noticias
{
background-color: #646464;
color: #FFFFFF;
font-family: verdana, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: normal;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
width: auto;
}

.fecha
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 12px;
font-style: italic;
padding: 6px;
}

.masinfo
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 12px;
padding: 6px;
float: left;
}

.masinfo:hover
{
color: #FFFFFF;
background-color: #0000FF;
border-right-style: solid;
}

.opcionmenu
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 12px;
padding: 6px;
float: left;
display: inline;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
background-color: #EAEAEA;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 3px;
border-right-style: solid;
border-right-color: #CCCCCC;
}

.textopcionmenu
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 12px;
padding: 6px;
}

.textopcionmenu:hover
{
color: #FFFFFF;
background-color: #0000FF;
border-right-style: solid;
}

/*.opcionmenu_li:hover
{
color: #FFFFFF;
border-right-style: solid;
padding: 6px;
float: left;
}

.opcionmenu_ul:hover
{
list-style-type: none;
margin: 0px;
padding: 0px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-left-color: #CCC;
}*/