﻿#container
{
    border: none;
    position: relative;
    margin: 20px auto;
    width: 800px;
    height: auto;
}
#logomenu
{
    float: left;
    margin: auto;
    width: 200px;
    height: 90px;
}
.logo
{
    width: 200px;
    height: 100px;
}
.menu
{
    width: 599px;
    height: 100px;
}
.menu td
{
    height: 60px;
}
.border
{
    width: 1px;
    height: 60px;
    background-image: url('/Files/System/borde.gif');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}    
#centro
{
    position: relative;
    margin: auto;
    height: auto;
    width: 800px;
    border: none;
}
#idioma
{
    position: absolute;
    top: 0px;
    width: 204px;
    height: auto;
    border: none;
}
#leftar
{
    position: absolute;
    top: 55px;
    width: 204px;
    height: auto;
    border: none;
}
#contenido
{
    position: relative;
    float: right;
    border: none;
    top: -15px;
    left: 0px;
    width: 594px;
    height: auto;
}
#leftmdo
{
    position: absolute;
    top: 25px;
    width: 203px;
    height: 20px;
    border: none;
    border-top: solid 1px #c7cacd;
    border-bottom: solid 1px #c7cacd;
    border-left: #ccc 1px solid;
}
#leftdo
{
    position: absolute;
    top: 265px;
    width: 203px;
    height: 20px;
    border: none;
    border-top: solid 1px #c7cacd;
    border-bottom: solid 1px #c7cacd;
    border-left: #ccc 1px solid;
}
#noticias
{
    position: absolute;
    top: 295px;
    width: 204px;
    border: none;
    border-bottom: solid 1px #c7cacd;
}
#contenidoref
{
    position: relative;
    float: right;
    border: solid 1px #ccc;
    top: -15px;
    left: 0px;
    min-height: 80px;
    width: 592px;
    height: auto;
}
#contenidonews
{
    position: relative;
    float: right;
    border: solid 1px #ccc;
    top: -15px;
    left: 0px;
    width: 592px;
    height: auto;
}
#footer
{
    position: relative;
    float: right;
    top: -15px;
    text-align: center;
    padding-top: 3px;
    background-image: url('/Files/System/smoke_blue.jpg');
    width: 594px;
    height: 30px;
}
#powered
{
    float: right;
    position: relative;
    margin: -15px auto;
    width: 594px;
    height: 20px;
    text-align: right;
    font-size: 9px;
}
.TextoNewsTitulo
{
    text-align: left;
    color: Blue;
    font-size: 14px;
    font-style: oblique;
    font-family: Verdana;
}
.TextoNewsTess
{
    text-align: left;
    font-size: 12px;
    font-style: italic;
    font-family: Verdana;
    color: #666;
}

.TextoNewsText
{
    font-size: 12px;
    font-family: verdana;
    color: #666;
    text-align: justify;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
