/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	line-height: 16px;
	background-image: url(bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #99CC00;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #99CC00;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto;
	width: 780px;
}

.header {
	height: 60px;
	border-top: 4px solid #000;
	color: #808080;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 13px;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.searchform {
	float: right;
	font-weight: normal;
	color: #FFFFFF;
	width: 40%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

.searchform a  {
	color: #FFFFFF;
	text-decoration: none;

}

.subheader {
	clear: both;
	height: 23px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.subheader_left {
	line-height: 28px;
	width: 190px;
	color: #FFFFFF;
	background-color: #669900;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.subheader_right {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
	float: right;
	width: 780px;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.left {
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.right {
	float: right;
	width: 570px;
	color: #000;
	background-color: #FFFFFF;
	border-left: 1px solid #e6e6e6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5px;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}
.formulario {
	margin: 5px;
	padding: 5px;
}


a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	color: #626262;
	background-color: #F9F9F9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #99CC00;
	background-image: url(bg_recuadro2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	color: #626262;
	background-color: #F9F9F9;
	background-image: url(bg_recuadro2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #99CC00;
}

.footer {
	clear: both;
	color: #FFFFFF;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	line-height: 13px;
	background-color: #99CC00;
	height: 45px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

form.search {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date {
	color: #666666;
	text-align: left;
	margin: 4px 0 3px 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.footerleft {
	clear: none;
	text-align: center;
	float: left;
	padding-right: 0;
	padding-left: 10%;
	margin-left: auto;
}
.footerright {
	clear: both;
	text-align: center;
	padding-right: 10%;
	float: right;
}
/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
}

#navlist li
{
	list-style-type: none;
	margin-left: 0.1em;
	padding-left: 1.5em;
	font-size: 1.1em;
	margin-top: 0.1em;
	padding-top: 0.1em;
	background-image: url(tip_flecha3.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	margin-bottom: 0.1px;
	padding-bottom: 0.1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: gray;
}

#navlist li a {
	text-decoration: none;
}
.featurebox {
	color:#99CC00;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background-color: #F9F9F9;
	background-image: url(featurebox_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
/* Tablas */
.nicetable {
	border-collapse:collapse;
}
.image {
	float: right;
}

.nicetableheader {
	margin:5px; 
	padding: 8px;
	border:1px solid #99CC00;
	background-color:#99CC00;		
	color:#FFFFFF;	
	font-size: 9pt;	
	font-weight:bold;
}

.nicetablerow {
	margin:5px; 	
	padding: 5px;
	border:1px solid #99CC00;	
	background-color:#FFFFFF;	
	color:#000000;	
	font-size: 0.9em;
}
.image_izq {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.borde_img {
	margin: 5px;
	padding: 20px;
	border: 2px solid #BEDE5C;
}

/*formulario---empieza */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.searchform a:hover {
	color: #333333;
	text-decoration: none;
}
.searchform a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.searchform a:active {
	color: #FFFFFF;
	text-decoration: none;
}
