
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #444;
}

body,input
{
	font-family: tahoma, sans-serif;
	font-size: 9.0pt;
	color: #777;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 1em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

a 
{
   color: #5A5A5A; 
   text-decoration: underline
}

a:hover
{
	text-decoration: none;
}		  


/* Outer */

#outer
{
	margin: 1.5em auto 0em auto;
	width: 100%;
}

/* Header */

#header
{
	padding: 4.5em 2.5em 0em 1.5em;
}

#header h2
{
	font-size: 1.0em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1 {font-size: 2.2em; display: inline; letter-spacing: -0.05em; color: #275C03; font-family: Comic Sans MS,Tahoma}

#header h1 a {color: #275C03; text-decoration: none} 


#header table td.yaA {padding-right: 2.5em; text-align: right; width: 20%}
#header table td.yaB {padding-left: 2.0em; text-align: left; width: 55%}
#header table td.yaC {color: #275C03; font-size: 1.4em; padding: 0.2em; padding-bottom: 0em; font-family: Monotype Corsiva; text-justify: ; text-align: right; width: 25%}

/* Menu */

#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #558800;
	border-bottom: solid 1px #336600; 
	width: 100%;
}

#menu ul
{
	padding: 1em 4.5em 1em 4.5em;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 1.5em;
	font-size: 0.9em;
}

#menu li a
{
	color: #fff;
	background-color: inherit;
		

}

#menu li a:hover
{
	border-bottom: solid 1px #558800;
}

/* Content */

#content
{
	padding-left: 2em;
	padding-right: 2em;	 
	}	
 

.box
{
	margin-bottom: 0em;
}

.boxContent
{
	margin-top: 0em;
	padding: 0.75em 1em 0.25em 1em;
	background: #ffffff url('images/a1.gif') top left repeat-x;
}

	
.boxA .boxContent
{
	margin-bottom: 0.5em;
	margin-top: 0em; 
	color: #fff; 
	border-bottom: solid 1px #96A67D; 
	background: #A8BB8C; 
	padding: 1em 1.5em 1em 1em; 
	border-bottom-color: #96A67D
}

.boxA span
{
	font-weight: bold;
	font-size: 0.9em;
}

.boxA a 
{
     background-color: inherit; 
	 color: #fff; 
	 font-size: 0.9em
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #275C03;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent 
{
	margin-top: 0em; 
	margin-bottom: 0.5em;
	color: #fff; 
	border-bottom: solid 1px #764F9E; 
	background: #275C03; 
	padding: 1em 1.5em 1em 1em
}

.boxB span
{
	font-weight: bold;
	font-size: 0.9em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.9em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #A8BB8C;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}  

/** boxÑ **/

.boxC .boxContent 
{
	margin-top: 0.5em; 
	margin-bottom: 0.5em; 
	text-align: center;
	color: #fff; 
	border-bottom: solid 1px #764F9E; 
	background: #275C03; 
	padding: 1em 1.5em 1em 1em
}

.boxC span
{
	font-weight: bold;
	font-size: 0.9em;
}

/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}					   

#content p.oferta
{
	font-size: 6em;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}	
 
#content span.red
{
	color: #ff0000;
} 

#content span.red a 
{
	color: #ff0000; 
	font-weight: bold; 
	background-color: inherit; 
	text-decoration: 
	underline
} 

#content span.red a:hover
{
	text-decoration: none;
} 

#content strong 
{
	color: #275C03;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2 {font-size: 1.25em; color: #275C03}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.2em;
}
 

#content table td.yaA {color: #009900; font-size: 1.0em; padding: 0.2em; padding-bottom: 0em; padding-right: 0.2em; vertical-align: top}

#content table td.yaA a
{
	color: #ff0000;	 
	font-weight: bold;
	background-color: inherit;
}

#content table td.yaA a:hover
{
	text-decoration: none;
}


#content table tr.rowA
{
	background-color: #F0FDEF;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #Fafafa;
	color: inherit;
}
 #content table tr.rowC {background-color: #FFFA94; color: inherit}
/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 13em;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

/* Footer */

#footer 
{
    border-top: solid 1px #e5e5e5; 
	padding: 0.8em 0em 2.0em 0em; 
	background: #558800; 
	color: #FFFFFF;
	font-size: 0.9em;
}
 
#footer  a
{
	color: #fff;
	background-color: inherit;
}

#footer a:hover
{
	border-bottom: solid 1px #558800;
}

.clear
{
	clear: both;
}
