/*=Reset
-------------------------------------------------------------------
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" ""; }

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/


body {
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	background:#FFFEEE url(../images/fondo.png) repeat-x top;}


/*=a
-------------------------------------------------------------------*/
a {
	font-size: 1.4em; 
	padding: 0.2em 0;
	color: #000; }

#ficha a { margin: 0 0 0 8px; }
	
#ficha a:hover#mail {
	background-color: #96bf0d;
	color: #FFF; }

#ficha a:active#mail {
	background-color: #41A62A;
	color: #FFF; }
	
#ficha a#info {
	display: block;
	width: 212px;
	height: 32px;
	margin: 0 0 0 4px;
	padding: 0;
	text-indent: -99999px;
	background-image: url(../images/bot_info_bg.png);
	background-color: none;
	background-repeat: no-repeat;
	background-position: bottom; }

#ficha a:hover#info { background-position: center;}
#ficha a:active#info { background-position: top; }


/*=hn
-------------------------------------------------------------------*/
h1 {
	display: block;
	width: 524px;
	height: 75px;
	margin: 24px auto 53px;
	background-image: url(../images/titulo_bg.gif);
	text-indent: -99999px; }
	
h2,
#ficha h4 {
	padding: 1em 0 0 8px;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #41A62A;}
	
#ficha h4 {
	width: 100%;
	margin: 1em 0 0;
	border-top: 1px solid ;
	background: none; }

h3 { margin: 2em 0 0; }
		
h3,	
#main p:first-child {
	padding: 0 170px 0 0;
	font-size: 1.7em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #41A62A; }

h4	 {
	margin: 4.2em 0 0;
	font-size: 1.4em;
	clear: both; }

h4:first-child { margin: 0.2em 0 0; }


/*=p
-------------------------------------------------------------------*/
p	{
	margin-bottom: 1.2em ;
	line-height: 1.3em;
	font-size: 1.4em; }


/*=dl
-------------------------------------------------------------------*/
dl {
	padding: 0.6em 0 0 8px;
	font-size: 1.4em; }
	
dt {
	float: left;
	clear: both; }

dt,
dd { padding: 0 0.4em 0.3em 0; }


/*=ul
-------------------------------------------------------------------*/
ul li {	padding: 1em 0; }

#main ul li { padding: 1em 0 8em; }

#main ul li ul li {
	float: left;
	padding: 1em 2em 1em 0; }


/*=hr
-------------------------------------------------------------------*/
hr { display: none; }


/*=Layout
-------------------------------------------------------------------*/
#container {
	overflow: hidden;
	width: 784px;
	margin: 0 auto;
	padding: 0 78px;
	background:#FFFEEE url(../images/fondo.png) repeat-x top; }

#ficha {
	float: left;
	width: 224px;
	margin: 0 50px 0 0;
	padding:0; }

#ficha img { border: 2px solid #41A62A; }
		
#main {
	float: right;
	width: 460px;
	margin: 0 0 0 50px; }










