@charset "utf-8";
/* CSS Document */

#main_container{/*Main container ID is used by template 1, template 2 and template 3 with 2 columns */
 width: 731px;
 min-height:530px;
}

.middleColumn{  /*This class is used by template 1, template 2 and template 3 with 2 columns */
	width: 17px;
	float: left;
}

/* Begin template 1 with 2 columns */
.leftColumn_template_1{
	width: 170px;
	float: left;
	}
.rightColumn_template_1{
	width: 544px;
	float: right;
}
/*End template 1 with 2 columns */

/* Begin template 2 with 2 columns */
.leftColumn_template_2{
	width: 544px;
	float: left;
	}
.rightColumn_template_2{
	width: 170px;
	float: right;
}
/*End template 2 with 2 columns */

/* Begin template 3 with 2 columns */
.leftColumn_template_3{
	width: 357px;
	float: left;
	}
.rightColumn_template_3{
	width: 357px;
	float: right;
}
/*End template 3 with 2 columns */

/* Begin template with 4 columns */
.four_columns{
	width: 170px;
	float: left;
	margin-right: 17px;
	
}
/* Begin template with 4 columns */
.four_columns_half{
	width: 85px;
	float: left;
	margin-right: 17px;
	
}


/* Begin template with 4 columns */
.four_columns_double{
	width: 255px;
	float: left;
	margin-right: 17px;
	
}

.four_columns_simple{
	width: 170px;
	float: left;
	
}

/*End template with 4 columns */


/*Acordeon inicio*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:711px;
	/*position:absolute;
	left:182px;
	top:106px;
	margin-left:-175px;*/
	z-index:2;
	/*margin-top:-100px;*/
}

.accordion_headings{
	padding:5px;
	background:#BFBFBF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#01aef2;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	padding:5px;
	background: #BFBFBF;
}
.header_highlight:hover{
	background:#01aef2;
}
/*acordeon final*/


/*End template with 5 columns */

/*Begin Omar's styles*/

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	word-spacing: normal;
	font-style:normal;
}

.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
}
.buttons_gray {font-size: 11px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; }

.titles_blue {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #00ADEF;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}

.sm_titles_blue {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #00ADEF;
	font-size: 10px;
	line-height: 18px;
}

.titles_green {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #80C342;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.titles_orange {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #F26631;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.titles_yellow {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FAA634;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.subtitles_white {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #00ADEF;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_green {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #80C342;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_orange {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F26631;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_yellow {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FAA634;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	text-align: justify;
	word-spacing: normal;
}
a {
	font-size: 10px;
	color: #00ADEF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00ADEF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #00ADEF;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.titles_table_1 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titles_table_2 {
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titles_table_3 {
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contents_tables {font-size: 10px}
/*End Omar's styles*/
