body, p, form, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
body 
{
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #333;
	background: url(img/bg.jpg) repeat-x #BBD2C3;
	line-height: 24px;
	text-align: left;
}

/* ################# */
/* inicio INTERFACE */
#interface
{
	width: 963px;
}
/* fin interface */

/* ################# */
/* inicio HEADER */
#header
{
	width: 963px;
	height: 209px;
	background: url(img/top.jpg) no-repeat;
}
/* fin header */

/* ################# */
/* inicio MENU */
#menu
{
	width: 100%;
}
#menu div
{
	float: left;
}
#menu .center
{
	width: 889px;
	height: 51px;
	background: url(img/menu-bg.jpg) repeat-x;
}
#menu .center img
{
	float: left;
}
#menu .center a
{
	width: 109px;
	/*width: 12.3%;*/
	height: 37px;
	font-family: Tahoma, Verdana, san-serif;
	font-size: 14px;
	color: #C8D8DF;
	display: block;
	text-decoration: none;
	padding-top: 13px;
	float: left;
}
#menu .center a:hover
{
	color: #FFF;
	background-color: #3C7189;
}
#menu .center .selected
{
	color: #FFF;
	background-color: #3C7189;
}
/* fin menu */

/* ################# */
/* inicio CONTENT */

/* fin content */

/* ################# */
/* inicio SUBMENU */
#main #content #submenu
{
	width: 247px;
	height: 100%;
	float: left;
	background: url(img/submenu-bg.gif) repeat-y;
	margin: 25px 0 5px 30px;
}
#main #content #submenu .top
{
	width: 100%;
	height: 100%;
	color: #FFF;
	background: url(img/submenu-top.jpg) no-repeat;
	text-align: left;
	padding: 20px 0 0 0;
}
#main #content #submenu .bottom
{
	width: 100%;
	height: 9px;
	background: url(img/submenu-bottom.gif) no-repeat;
}
#main #content #submenu .top a
{
	width: 227px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	font-family: Arial, Helvetica, san-serif;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 0 0 0 20px;
}
#main #content #submenu .top a:hover
{
	width: 227px;
	height: 34px;
	color: #C9E078;
	background-color: #3F976B;
}
#main #content #submenu .top .selected
{
	width: 227px;
	height: 34px;
	color: #BAD8CB;
	background-color: #3F976B;
}
#main #content #submenu .top h4
{
	font-size: 16px;
	font-family: Arial, Helvetica, san-serif;
	color: #E8F0C8;
	padding: 10px 0 0 20px;
}
#main #content #submenu .top li
{
	font-size: 13px;
	font-family: Arial, Helvetica, san-serif;
	padding: 5px 0 0 0;
}
/* fin submenu */

/* ################# */
/* inicio SUBCONTENT */
#main #content #subcontent
{
	width: 650px;
	height: 100%;
	float: right;
	text-align: left;
	margin: 55px 0 0 0;
}
/* fin subcontent */

/* ################# */
/* inicio MAIN */
#main
{
	width: 963px;
	height: 100%;
	background: url(img/main-bg.gif) repeat-y;
}
#main #content
{
	height: 100%;
}
#main #content li
{
	padding: 5px 40px 0 0;
}
#main #content a
{
	font-size: 14px;
	color: #006A44;
	text-decoration: underline;
}
#main #content a:hover
{
	text-decoration: none;
}
#main #content a:visited
{
	color: #906;
	text-decoration: underline;
}
#main #content a.no_link:link, #main #content a.no_link:visited, #main #content a.no_link:active, #main #content a.no_link:hover
{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	cursor: default;
}
#main #content .orina
{
	width: 95%;
	text-align: center;
	margin: 20px 0 20px 0;
	border: 1px solid #CCC;
}
#main #content .orina th
{
	width: 50%;
	height: 40px;
}
#main #content .orina td
{
	height: 30px;
}
#main #content .orina_1
{
	background: #EEE;
}
#main #content .orina_2
{
	width: 50%;
}
#main #footer
{
	padding: 28px 0 0 0;
}
#main #footer img
{
	margin: -6px 20px 25px 60px;
}
#main #footer span
{
	font-family: Tahoma, Verdana, san-serif;
	font-size: 10px;
	color: #1F5168;
}
/* fin main */

/* ################# */
/* inicio GENERAL */
.clear
{
	clear: both;
}
h1
{
	width: 603px;
	height: 31px;
	font-size: 22px;
	color: #006A44;
	background: url(img/line-short.jpg) no-repeat 0 30px;
}
h2
{
	width: 603px;
	font-size: 18px;
	font-weight: normal;
	color: #1F5168;
	margin-top: 30px;
}
h3
{
	width: 603px;
	font-size: 15px;
	font-weight: normal;
	color: #006A44;
	margin-top: 20px;
}
hr
{
	border: 1px solid #278B59;
}
p
{
	padding: 20px 40px 0 20px;
}
/* fin general */

/* ################# */
/* inicio FORMULARIO */
.input_text
{
	width: 85%;
	border: 1px solid #BBD2C3;
	background-color: #E6EEE9;
	height: 20px;
	color: #333;
	font-size: 13px;
}
.textarea
{
	width: 85%;
	height: 100px;
	border: 1px solid #BBD2C3;
	background-color: #E6EEE9;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	resize: none;
}
.input_button
{
	border: 1px solid #FFF;	
	background-color: #197B52;
	color: #FFF;
	height: 30px;
	font-size: 13px;
	cursor: pointer;
}
/* fin formulario */

/* ################# */
/* inicio FIRMA */
#firma
{
	margin-left: 100px;
}
a#firma:link, a#firma:active, a#firma:visited, a#firma:hover
{
	font-size: 11px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, san-serif;
	text-decoration: none;	
}
#firma1
{
	color: #F90;
}
#firma2
{
	color: #39C; 
}
#firma3
{
	font-size: 9px;
	color: #999;
}
/* fin firma */
