th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { line-height: 1.33; font: 14px Verdana, Arial, Helvetica, sans-serif; }
h1              { font-size: 2em; margin: .67em 0; }
h2              { font-size: 1.5em; margin: .83em 0 }
h3              { font-size: 1.17em; margin: 1em 0 }
h4, p,
blockquote, ul,
form,
ol, dl          { margin: 1.33em 0 }
h5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
h6              { font-size: .67em; margin: 2.33em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong		    { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
ol, ul, dd      { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
br      		{ content: "\A" }

* { overflow: visible;}
/*
@media print {
  @page         { margin: 0px }
  blockquote, 
  pre           { page-break-inside: avoid }
}*/


/* Ocultamos cosas... */
div#header, div#left, div#footer img{
	display: none; visibility: hidden;
}
div#nav a.home{font-size: 24px; font-weight:bold;}
div#minwidth {
	min-width: 400px; /* ANCHO MINIMO (morcilla & others)*/
	border-left: none; /* ANCHO MINIMO (IE)*/
	height: 0;
}
div#wrapper{
	background-image: none;
	margin-left: 0px; /* ANCHO MINIMO (IE)*/
}

div#outer {
	margin-left: 0px; /* L  menu */
	margin-right: 0px; /* R sector */
}

div#footer{
	background: none;
	border-top: none;
	font-size: 0.8em;
	font-weight: bold;	
	color: #000000;
	text-align:center;
}

img.derecha
{ margin-left:auto; margin-right:auto;
  float :right;margin-left: 4px; margin-bottom: 4px;
}
img.izquierda
{ margin-left:auto; margin-right:auto;
  float :left; margin-right: 4px; margin-bottom: 4px;
}
img.mini
{ width: 24px; height: 12px; margin-left: 4px;margin-right: 4px;
}
img.noticia
{ 	width: 80px; 
	height: 100px;}
hr
{
    margin: 0px;
}

a, a:link, a:visited, a:hover, a:active
{
    color: #0000FF;
    text-decoration: none;
    border-bottom: 1px solid #999999;
    background-color: transparent;
}
