html {
     overflow: -moz-scrollbars-vertical;
}
BODY {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	margin: 0px;
	background-image:url(../imagenes/bgr_pagina.gif);
	background-repeat:repeat;
}
DIV.ancho {
	width: 773px;
	padding-left: 1px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/bgr_estructura.gif);
	background-repeat:repeat-y;
}

/* BOTONERA SUPERIOR */
DIV#botoneraSuperior{
	width:756px;
	padding-left: 5px;
	padding-top: 2px;
	height:16px;
	background-color:#808080;
}
#botoneraSuperior A:link {
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
}
#botoneraSuperior A:visited {
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
}
#botoneraSuperior A:hover {
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
}

/* HEADER */
DIV#header {
	width:761px;
	height:77px;
	background-image:url(../imagenes/bgr_header.gif);
	background-repeat:no-repeat;
}
/* BOTONERA */
DIV#botonera {
	width:761px;
	height:25px;
	background-image:url(../imagenes/bgr_botonera.gif);
	background-repeat:repeat-x;
}

div#botonera span#flags{
	margin-left:134px;}


/* FLASH */
DIV#cuerpoFlash{
	width:761px;
	background-color:#f9e2c7;
	height:169px;
}

/* BLOQUES INFERIORES */
DIV.bloqueInferior {
	width:150px;
	height:265px;
	margin: 0px 1px 0px 1px;
	float:left;
	background-color:#ccd7e2;
	font-size:0.9em;
}
.bloqueInferior A:link{
	display:block;
	height:153px;
	padding-top: 7px;
	text-decoration:none;
	color:#000000;
	text-align:center;
}
.bloqueInferior A:visited{
	display:block;
	height:153px;
	padding-top: 7px;
	text-decoration:none;
	color:#000000;
	text-align:center;
}
.bloqueInferior A:hover{
	background-color:#314d76;
	color:#FFFFFF;
}
DIV#bloqueTitulo1{
	width:302px;
	height:18px;
	padding-top: 4px;
	margin-left:1px;
	float:left;
	background-image:url(../imagenes/bgr_bloqueinferiortitulo.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center; 
}
DIV#bloqueTitulo2{
	width:454px;
	height:18px;
	padding-top: 4px;
	margin-left:2px;
	float:left;
	background-image:url(../imagenes/bgr_bloqueinferiortitulo.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center; 
}
/* BOTTOM */
DIV.estructuraInferior{
	width: 773px;
	height:32px;
	clear:left;
	padding-left:1px;
	padding-top: 3px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/bgr_estructurainferior.gif);
	background-repeat:no-repeat;
	text-align:center;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color:#808080;
}
.estructuraInferior A:link{
	color:#808080;
	text-decoration:none;
}
.estructuraInferior A:visited{
	color:#808080;
	text-decoration:none;
}
.estructuraInferior A:hover{
	text-decoration:underline;
}