/* @group HTML */

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */

* {
	margin: 0;
	padding: 0;
	outline: 0
}

body {
	background: #5580ad;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 15px 0;	
}

/* links */

a, a:visited {
	color: #5A93C9;
	background: #5580ad;
	text-decoration: none;
}

a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}

h1 {
	font-size: 190%;
	font-weight: normal;
	color: #555;
}

h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}

h3 {
	font-size: 130%;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul {
	list-style: none;
}

/* images */

img {
	border: none;
	padding: 5px;
	background-color: transparent;
}

img.float-right {
	margin: 5px 0px 10px 10px;
}

img.float-left {
	margin: 5px 10px 10px 0px;
}

#blockquote {
	margin: 10px;
	padding: 0 0 0 25px;
	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}

/* start - table */

table {
	border-collapse: collapse;
	margin: 10px;
	background-color: transparent;
}

th strong {
	color: #fff;
}

th {
	background: #93BC0C url(../images/green_short_nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}

/* end - table */

/* @end */

/* @group LAYOUT */

/* @group WRAP */

#wrap {
	position: relative;
	width: 700px;
	background: #FFF url(../images/blu_content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#top-bg {
	position: absolute;
	width: 700px;
	height: 19px;
	top: 0;
	left: 0;
	z-index: 2;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 670px;
	padding: 0;
	background: #E8E8E8;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;
	display: inline;
}


/* @end */

/* @group Header */

#header {
	width: 700px;
	position: relative;
	height: 135px;
	background-color: #5580ad;
	color: #FFF;
	padding: 0;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	top: 35px;
	left: 0px;
	background-color: transparent;
}

#header h1#logo-text span {
	color: #9A9696;
}

#header img {
	position: absolute;
	top: 0px;
	left: 25%;
}

#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-transform: none;
	color: white;
	top: 129px;
	left: 20px;
}

/* header links */

#header #header-links {
	position: absolute;
	top: 119px;
	right: 20px;
	color: white;
	font-size: 10px;
	background-color: transparent;
}

#header #header-links a {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

#header #header-links a:hover {
	color: #f55903;
	background-color: transparent;
}

#alto {
	clear: both;
	background: #FFF url(../images/blu_top-bg.jpg) repeat-y center top;
	height: 19px;
	width: 700px;
	margin: 0 auto;
}

/* header-photo */

#header-photo {
	clear: both;
	height: 140px;
	width: 690px;
	margin: 0 auto;
	border: none;
}

#separo {
	height: 5px;
	width: 100%;
}

/* @end */

/* @group NAVIGATION */

#nav {
	clear: both;
	padding: 0;
	background-color: white;
	color: white;
}

#nav ul {
	clear: both;
	float: left;
	list-style: none;
	width: 678px;
	text-transform: uppercase;
	margin: 0 0 0 13px;
	padding: 0;
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #3d982d;
	border-left: 1px solid #3d982d;
	border-bottom: none;
	color: #FFF;
	font: bold 11px/2.0em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: transparent;
	background: white url(../images/green_short_nav.jpg) repeat-x;
}

#nav ul li a:hover, #nav ul li a:active {
	background: url(../images/green_short_nav-current.jpg) repeat-x;
}

#nav ul li#current a {
	background: url(../images/green_short_nav-current.jpg) repeat-x;
}

/* @end */

/* @group MAIN */

#main {
	clear: both;
	float: left;
	width: 80%;
	padding: 20px 0 0 0;
	margin: 0 0 0 60px;
	display: inline;
	background-color: transparent;
}

#main h2 {
	font: normal small-caps 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #557fad;
	text-transform: none;
	padding: 0px 0 0px 10px;
	background-color: transparent;
}

#main h2 a {
	color: #557fad;
	text-decoration: none;
	background-color: transparent;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* For introductory act div */

.dia {
	margin-left: 10px;
	margin-top: 10px;
}

#main a {
	background-color: transparent;
	text-decoration: none;
	color: #5580ad;
}

#main a:hover {
	text-decoration: none;
	color: #1fa936;
}

/* @end */

/* @group FOOTER */

#footer-wrap {
	clear: both;
	width: 700px;
	font-size: 80%;
	text-align: left;
	height: auto;
	padding: 0px 0;
	background: url(../images/blu_footer-bottom.jpg) no-repeat center bottom;
}

#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background-color: transparent;
}

#footer-wrap a:hover {
	color: #000;
}

#footer-wrap p {
	padding: 10px 0;
	background-color: transparent;
}

#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	background-color: transparent;
}

#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: transparent;
}

#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/footer-dots.jpg) repeat-x left top;
	background-color: transparent;
}

#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;
	background-color: transparent;
}

#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
	background-color: transparent;
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
	background-color: transparent;
}

#footer-columns .col3-center {
	margin: 0 15px;
	background-color: transparent;
}

/* @end */

/* @group BOTTOM */

#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 690px;
	/*QU

ESTO*/
	padding: 0px;
	/*

QUESTO*/
	font-size: 80%;
	text-align: center;
	background-color: transparent;
}

/* @end */

/* @group ALIGNAMENT CLASSES */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* @end */

/* @group DISPLAY */

.clear {
	clear: both;
}

/* @end */


/* @end */
