body {
	margin: 0px;
/*  background-image:url(img/fondo.gif);
 background-position: left;
 background-repeat:repeat-y; */
}
table {
 margin-top: 7px;
 border-collapse: collapse;

}
strong {
 color:#cc6633;
}
td {
 padding-left: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 10px;
 display: table-cell;
 vertical-align:top;
}

td.borde {
 padding-left: 5px;
 padding-right: 6px;
 background-color:#97A7B8;
 display: table-cell;
}
td.resaltado {
 font-weight: bold;
 display:table-cell;
 vertical-align:middle;
}
hr {
 color: #666;
 height: 1px;
 width: 80%
}

img{
	border:none;
}
#content{
	width: 800px;
}
#cabecera{
	margin-top:0px;
	float:right;
	width:800px; 
	height:160px; 
	background-image:url(img/cab.jpg);
	position:relative;
}
#toplinks{
	position:absolute; 
	right:10px; 
	top:10px;
}

#menu_horizontal{
	float:right; 
	width:800px; 
	height:20px;
	background-color: #97A7B8;
	text-align:right;
}
#contenido{
clear:both;
	float:right; 
	width:600px;
	background-color:#fff;
	text-align:justify;
	border-left: 200px solid #f0f0f0;
    margin-left: -200px;
}
#menu{
	float:left; 
	width:200px;
	background-color:#fff;
	
}
.codeblock
{
	color: #333;
	background-color: #fff;
	margin: 0 0 20px 30px; 
	padding: 10px; 
	border: 1px solid #666;
	width: 47em;
	/*font-family: courier, "courier new", monospace;*/
	line-height: 150%; 
}

.seccion_menu {
	margin-top:0px;
	padding:10px;
	background-color:#97A7B8;
} 


.caja_destacados{
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:10px; 

}

.caja{
	font: 0.6em Tahoma, sans-serif;
	color: #fff;
	border:solid 1px #666666;
	padding:10px;
}

.texto_normal {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.texto_borde {
	border: solid 0px #97A7B8;
	list-style:circle;
	margin:5px;
	padding:5px;
}
.titulo {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#666600;
}
.texto_blanco {
	font: 0.7em Tahoma, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	padding:3px;
}
.texto_blanco a{

	font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
}
.texto_blanco a:hover{
	text-decoration:underline;
}
.texto_gris {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.texto_gris a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.texto_gris a:hover{
	text-decoration:underline;
}
.resaltado {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#cc6633;
}
.foto_izquierda

{

border: 1px solid #000;

padding: 2px;

float: left;

margin: 5px 5px 5px 5px;

}

.foto_derecha

{

border: 1px solid #000;

padding: 2px;

float: right;

margin: 5px 5px 5px 5px;

}


#footer {

	float:right;
	width:800px; 
	height:60px; 
	background-image:url(img/foot.gif);
	position:relative;
}
#bottomlinks{

	position:absolute; 
	
	top:60%; 


	margin-top:-30px; 


}


/* NAVEGADOR IZQUIERDA*/
ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
li{

}
.resaltado_congreso{

	color:#bb0000;
}
#navegador {
	margin-top:0px;
	padding-top:0px;
	width: 200px;
	border-style: none;
	font: 0.7em Tahoma, sans-serif;
	}
	
#navegador li a {

	font-weight:bold;
	text-decoration: none;
	}	
	
#navegador li a:link, #navegador li a:visited {
	height:24px;
	color: #000;
	display: block;
	background: url(img/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#navegador li a:hover {

	color: #000;
	background: url(img/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#navegador li a:active {
	color: #000;
	background: url(img/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 16px;
	} 
