@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6E6E6;
	font-weight: 100;
	font-size: 14px;
	color: #999999;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #0069ad;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}

h3 {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

#div_main {
	width: 877px;
	margin: auto;
}

#div_cabecera {
	width: 877px;
	height: 109px;
	background-image:url(../images/cabecera.png);
	margin: auto;
}

#div_subcabecera {
	background-image: url(../images/subcabercera.png);
	width: 873px;
	height: 22px;
	margin: 5px auto 5px auto;
}

#div_subcabecera img{
	border: none
}

#div_subcabecera a:visited{
	text-decoration: none
}

#div_menu {
	background-image: url(../images/menu.png);
	width: 137px;
	height: 526px;
	margin: auto;
	float: left;
	font-weight: normal;
	font-size: 13px;
	color: #0069ad;
}

#div_menu_links {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 10px;
	color: #0069ad;
	line-height: 18px;
}

#div_menu_links a:link {
	text-decoration: none;
	color: #0069ad;
}

#div_menu_links a:visited {
	text-decoration: none;
	color: #0069ad;
}

#div_menu_links a:active {
	text-decoration: underline;
	color: #0069ad;
}

#div_menu_links a:hover {
	text-decoration: none;
	color: #000000;
}

#div_logos {
	background-image: url(../images/logos.png);
	width: 102px;
	height: 524px;
	float: right;
}

#div_contenido {
	float: left;
	width: 618px;
	padding: 10px;
	font-stretch:normal;
	text-align: justify;
	background: url(../images/background1.png) repeat-y center;
}

#div_imprimir {
	float: left;
	width: 618px;
	padding: 10px;
	font-stretch:normal;
	text-align: justify;
	background: #FFF;
}

#div_separador {
	background-color: #33C;
	height: 2px;
	width: 100%;
	margin: 20px 0;
}

#div_loadingLayer {
	width: 618px;
	height: 400px;
}

#div_compatibilidades {
	width: 618px;
	height: 400px;
}

#div_opciones {
	height: 30px;
	width: auto;
}

#div_opciones img {
	width: 89px;
	height: 26px;
	float: right;
	cursor: pointer;
}
