/*
body {
	margin: 0px;
	margin-top: 0px;
	background-color: white;
	color: #000000;
}
*/
#pagina {
	border: 0px dotted red;
	margin: auto;
	width: 800px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#pagina p {
	margin-top: 6px;
	margin-bottom: 8px;
}
.sep {
	height: 5px;
	background-image: url('img/sep.gif');
	font-size: 5px;
}
#cab_sup {
	position: relative;
	width: 800px;
	height: 28px;
	background-image: url('img/cabsup.gif');
}
#cab_sup img {
	border: 0px;
}
.cab_logo {
  position: absolute;
	left: 2px;
	top: 6px;
}
.cab_home {
  position: absolute;
	right: 26px;
	top: 8px;
}
.cab_contact {
  position: absolute;
	right: 2px;
	top: 8px;
}
#cab_menu {
	width: 800px;
	height: 24px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #006598;
	background-image: url('img/cabmenu.gif');
}
.cab_menu_rayas {
  float: left;
  width: 300px;
	height: 21px;
	background-image: url('img/rayas.gif');
	border-right: 1px solid white;
}
.cab_menu_item {
	float: left;
	width: 134px;
	height: 21px;
	background-color: #989898;
	border-right: 1px solid white;
	color: white;
	text-align: center;
}
.cab_menu_item a {
  display: block;
	width: 134px;
	height: 18px;
	text-decoration: none;
	color: white;
	padding-top: 3px;
}
.cab_menu_item a:hover {
  display: block;
	width: 134px;
	height: 18px;
	background-color: #5F7298;
	color: #A0B3D9;
	padding-top: 3px;
}
.cab_menu_item_selected {
	float: left;
	width: 134px;
	height: 21px;
	border-right: 1px solid white;
	color: white;
	text-align: center;
	background-color: #13324F;
}
.cab_menu_item_selected a {
  display: block;
	width: 134px;
	height: 18px;
	text-decoration: none;
	color: white;
	padding-top: 3px;
}
#lateral {
	float: left;
	width: 142px;
	background-image: url('img/lateral.gif');
	text-align: center;
}
#menu {
	width: 132px;
	background-color: #CCCCCC;
	margin: auto;
}
.menu_item {
	width: 122px;
	height: 18px;
	border-bottom: 1px solid white;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	background-color: #CCCCCC;
}
.menu_item a {
	color: #333333;
	text-decoration: none;
}
.menu_item_selected {
	width: 122px;
	height: 18px;
	border-bottom: 1px solid white;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	background-color: #13324F;
	background-image: url('img/flecha.gif');
	background-repeat: no-repeat;
}
.menu_item_selected a {
	color: #FFFFFF;
	text-decoration: none;
}
#contenido {
	float: right;
	width: 650px;
}
#titulo {
	height: 12px;
	background-image: url('img/titulo.gif');
	font-size: 6px;
}
#pie {
	clear: both;
	background-image: url('img/pie.jpg');
	height: 85px;
	padding: 10px;
	}
.pie_copyright {
  color: #333333;
}
.pie_direccion {
  color: #666666;
}
#contenido {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#contenido b {
	color: #003399;
}
#contenido img {
	border: 0px;
}
#contenido a {
	color: #016599;
	text-decoration: none;
}
#contenido ul {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: disc;
	list-style-image: url('img/bullet.gif');
}