/* Generic styles */

body, table, tr, td { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #FFFFFFF;
}

table { 
 border-collapse: collapse; 
}

a img { 
 border: solid 0px; 
}

body { 
}

h1, h2, h3 {
 margin-top: 0;
 font-weight: normal;
}

h1 {
 font-size: 140%;
 font-weight: bold;
}

h2 {
 font-size: 130%;
}

h3 {
 font-size: 120%;
 font-weight: bold;
}

blockquote {
 font-style: italic;
}

ul {
}

ol {
}

a {
 color: #0000FF;
 text-decoration: underline;
}

small {
}

hr {
 display: none;
}

img.left {
 float: left;
 margin: 0 15px 0 0;
}

img.right {
 float: right;
 margin: 0 0 0 15px;
}

pre {
}

code {
 font: 90% 'Courier New', Courier, Fixed; 
}

blockquote {
 color: #555;
 font-style: italic;
}

.clear {
 display: block;
 clear: both;
}

/* Layout */

#layout_cnt { 
}

#layout_lng { 
 color: 000066; 
 padding: 0 3em 3em 0; 
 text-align: right; 
 font-size: 120%;
}

#layout_lng a {
 display: none;
}

#layout_left, layout_right {
 vertical-align: top;
}

/* Top menu */

#menu {
 display: none;
}

/* Visor */

#visor {
 display: none;
}

/* Page */

#page { 
 padding: 0 0 0 1em;
}

#page h1 {
 padding: 0 0 1em 0;
 border-bottom: 1px solid black;
}

/* Footer */

#footer {
 display: none;
}

#text { 
 color: 000066; 
 text-align: center; 
 padding: 1em; 
}

/* Menu news */

#menu_news { 
 display: none;
}

/* Menu hil */

#menu_hil { 
 display: none;
}

