body
{
	background-color:#1E2C85;
	background-image:url(/images/interfase/bg.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input,select,textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main
{
	width: 762px;
	margin: auto;
}
#header
{
	background-image:url(/images/interfase/head.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 36px;
	width: 100%;
}
#inner
{
	background-image:url(/images/interfase/bg_in.gif);
	background-repeat:repeat-y;
	background-position: center;
	width: 100%;
}
#footer
{
	background-image:url(/images/interfase/foot.gif);
	background-repeat:no-repeat;
	background-position: top;
	width: 100%;
	padding-top: 30px;
	color: #FFFFFF;
}
#footer p
{
	border-left: 5px solid #FA9B34;
	padding: 3px;
	padding-left: 10px;
	background-color: #000C55;
}
#left_area
{
	width: 240px;
/*	height: 275px;*/
	float: left;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	margin-left: 4px;
}
#nav
{
	background-image:url(/images/interfase/bg_icons.gif);
	background-repeat:no-repeat;
	background-position: top;
	font-size: 10px;
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
}
#nav a
{
	margin-right: 5px;
	text-decoration: none;
	color: #555555;
}
#nav a:hover
{
	color: #993300;
}
#nav img
{
	border: 0px none;
}
#big_img
{
	float: left;
	width: 100%;
	height: 275px;
}
#menu
{
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #82490B;
	height: 20px;
	width: 480px;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
}
#menu a
{
	color: #82490B;
	text-decoration: none;
	border-bottom: 4px solid #FA9B34;
	margin-right: 10px;
}
#menu a:hover
{
	color: #000;
	text-decoration: none;
	border-bottom: 4px solid #82490B;
}
#content
{
	height: 260px;
	padding: 8px;
	overflow-y: scroll;

}
	
.box
{
	background-color: #FFFFFF;
	border: 1px solid #888888;
	padding: 0px;
	margin-bottom: 10px;
	color: #444444;
}
p.title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	margin: 3px;
	font-size: 17px;
	font-weight: bold;
	color:#444444;
	background-image:url(/images/interfase/point_blue.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
p.cuerpo
{
	padding: 3px;
	margin: 3px;
}
.detail_img
{
	margin: 6px;	
	display: inline;
	float: left;
	
}
p.moreinfo
{
	padding: 0px;
	margin: 0px;
	text-align: right;
}
a.moreinfo
{
	background-image: url(/images/interfase/right_arrow.gif);
	background-position:right;
	padding-right: 6px;
	background-repeat: no-repeat;
}
#subsections
{
	padding: 3px;
	padding-left: 5px;
	background-image:url(/images/interfase/bg_subsec.gif);
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #82490B;
	margin-bottom: 3px;
}
#subsections a
{
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	
}
.bigimg
{
	text-align: center;
}
img.bigimg 
{
	border: 1px solid #1E2C85;
	padding: 2px;
	background-color: #FFCC66;
}
#loader
{
	width: 95%;
	margin: 10px;
	padding: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

ul
{
	margin: 10px;
	margin-left: 30px;
}

li
{
	padding: 1px;
	list-style:none;
}


.sitemaplink
{
	color: #003399;
	padding: 6px;
	width: 99%;
	display: block;
}
.sitemaplink:hover
{
	color: #ff3300;
	background-color:#f9f9f9;
}