html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
}

body {
	line-height:1;
}
ol,ul {
	list-style:none
}

body, input, textarea, table {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size:1.5833em
}
h2 {
	font-size:16px}
h3 {
	font-size:20px;
	color: #003300;
	font-family: "Trebuchet MS";
} 
h5,h6 {	
font-size:.8333em
}
p {
	line-height: 16px;
	color: #000000;
	text-align: justify;
}

/* LINKS
================================================ */

a, a:visited  {
	color:#336633;
	text-decoration:none
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* PAGE
================================================ */

/* HEAD
================================================ */
#head {
	background-color: #003300;
}
h1, h1 a {
	background-image: url(imgs/logotipo.gif);
	background-repeat: no-repeat;
	text-indent: -9000em;
	display: block;
	height: 115px;
	width: 220px;
}
.top {
	position: absolute;
	right: 40px;
	top: 0px;
}
.translate {
	position: absolute;
	top: 90px;
	right: 40px;
}
.traduccion a {}

/* SIDEBAR
================================================ */

#sidebar {
	float: left;
	width: 220px;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #000000;
}
#sidebar h2 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
	margin-left: 20px;
}
#sidebar ul {
}
#sidebar ul ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99cc99;
	border-bottom-color: #99cc99;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}
#sidebar li {
	line-height:1.25;
}
#sidebar li li {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#sidebar li li a {
	background-image: url(imgs/arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.hit {
	background-image: url(imgs/arrow-hit.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* CONTENT
================================================ */

#content {
	margin-right: 40px;
	padding-top: 20px;
	margin-left: 240px;
}

/* NEWS */
#news {
	margin-right: 40px;
}
#news table img {
	float: left;
	margin-right: 10px;
	height: 80px;
	width: 120px;
}
#news table td {
	padding-left: 20px;
	padding-top: 10px;
}
#news caption {
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #003300;
	text-align: left;
	background-image: url(imgs/bg-td-news.png);
	background-repeat:  repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* MEMBERS */

/* MEMBERS */

.member {
}
.separamember {
	text-align: right;
	clear: both;
	height: 20px;
	width: 183px;
	display: block;
}
.member h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	letter-spacing: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
.member h4 {
	font-weight: bold;
	color: #003300;
	padding-bottom: 0.25em;
}
.member img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 183px;
	width: 183px;
}
.member ul li {
	list-style-type: none;
}
.member ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(imgs/arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-bottom: 0.5em;
	line-height: 14px;
}
.email {
	padding-top: 10px;
}
.email li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
	color: #000000;
	font-style: italic;
}

/* SERVICioS */
.servicios ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	background-image: url(imgs/arrow.png);
	padding-left: 12px;
	background-repeat: no-repeat;
}

/* FOOTER
================================================ */

#footer {
	margin-right: 40px;
	margin-left: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99cc99;
	text-align: center;
	padding-bottom: 5px;
}
#footer li {
	color: #999999;
	display: inline;
	font-family: "Trebuchet MS";
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	text-align: center;
}

/* OTHER */

img {
	border: none;
}
strong {
}
.hidden {
	display: none;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.separa-both20 {
	clear: both;
	height: 20px;
}
.separa10 {
	height: 10px;
}
.separa20 {
	height: 20px;
	width: 100%;
}
.margin-bot10 {
	margin-bottom: 10px;
}
.padding-bot10 {
	padding-bottom: 10px;
}
