body {
        margin: 0px;
        padding: 0px;
        background-color: #FFFBF8;
}

body, td, p, li, ul, ol, pre, div, h1, h2, h3, h4, h5 {
        font-size: 12px;
        color: black;
        font-family: sans-serif;
}

body {
}

h1 {
        font-size: 150%;
        color: #70627B /* firebrick */;
}

h2 {
        font-size: 125%;
        color: #70627B /* firebrick */;
}

h3 {
        font-size: 115%;
        color: #70627B /* firebrick */;
        font-style: italic;
}

div.barra {
	background-color: #70627B /* firebrick */;
        width: 100%;
/*        height: 100px; */
}


span.header-phone {
      color: #FFE7D7;
      font-size: 18px;
      font-weight: bold;
}

div.titulo {
	color: White;
	font-family: monospace;
	font-size: 28px;
	font-weight: bolder;
        position: absolute;
        top: 65px;
        left: 5px;
}



table.principal {
        width: 100%;
}

td.menu {
	border: 1px solid #70627B /* firebrick */;
	padding: 2px;
	width: 200px;
	vertical-align: top;
      background-color: #FFE7D7;
}

td.menusep  {
        font-weight: bold;
        color: #B8786E;
}

td.menuitem, td.menuitemcurrent {
	padding-left: 10px;
        font-size: 11px;
}

td.menuitemcurrent {
        font-weight: bold;
}

td.menuitem a, td.menuitem a:visited {
	color: Black;
	text-decoration: none;
        font-weight: normal;
}

td.menuitemcurrent a, td.menuitemcurrent a:visited {
	color: #70627B /* firebrick */;
	text-decoration: none;
}

td.menuitem a:hover {
	text-decoration: underline;
	color: #70627B /* firebrick */;
        background-color: inherit;
}

td.contenido {
        vertical-align: top;
        padding: 5px;
/*        background-color: white; */
}

td.contenido a, td.contenido a:visited {
        color: #EA8662;
        font-weight: bold;
        text-decoration: none;
}

td.contenido a:hover {
        color: white;
        background-color: #2E60A9 ;
	border-left: 1px solid #70627B /* firebrick */;
}

div.copyright {
        margin-top: 25px;
        border-top: #70627B /* firebrick */ 1px solid;
        text-align: right;
        color: #7F7A76;
        padding-right: 5px;
/*        background-color: white; */
}

div.keywrds {
        /*margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        padding: 15px;
        background-color: #eeeeee; */
        visibility: hidden;
}

div.frase {
        margin: 50px 5px 10px 5px;
        /* background-color: yellow;*/
        padding: 3px;
        font-size: 15px;
        font-style: italic; 
        text-align: right;
}

table.noticias {
        width: 100%;
}

td.noticias-titulo {
        font-weight: bold;
}

td.noticias-resumen {
        border-bottom: 1px #70627B /* firebrick */ dashed;
}

hr {
        color: #70627B /* firebrick */;
        width: 100%;
        height: 1px;
        margin: 0px;
        padding: 0px;
}

div.author {
        font-style: italic;
}

div.byline {
        font-family: monospace;
        border: 1px black dashed;
        padding: 5px;
}

p.contacto {
  border-bottom: 1px #70627B /* firebrick */ solid;
  border-top:    1px #70627B /* firebrick */ solid;
  padding: 5px;
}

input, textarea {
  border: #70627B solid 2px;
  background-color: #FFE7D7;
  color: #2E60A9;
  font-weight: bold;
}