* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background: #FDF3AF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

td {
font-family:"Arial",sans-serif;
font-size:13px;
}

p {
	/*margin:10px 0;*/
}

a {
	color: #1279a4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
Heading 1 - general style
*/
H1 {
	font-size: 15pt;
	font-weight: bold;
	margin:5px 0;
}
/*
Heading 2 - general style
*/
H2 {
	font-size: 13pt;
	font-weight: bold;
	margin:5px 0;
}
/*
Heading 3 - general style
*/
H3 {
	font-size: 14pt;
	font-weight: bold;
}

H4 {
	font-size: 15pt;
	font-weight: bold;
	margin:20px 0 5px 0;
}

H5 {
	font-size: 13pt;
	font-weight: bold;
	margin:10px 0 5px 0;
}

.form_submit_button {
	margin:3px;
}

/*form_apply_button is the style for the apply button*/
.form_apply_button {
	background-color: #FEC01E; /*background-color: #33FF00; */
}


#topbar {
	width: 100%;
	/*height: 15px;*/
	padding:5px 0;
	margin: 0 auto;
	background: #1475A1;
	text-align:left;
}

#topad {
	width: 958px;
	margin: 0 auto;	
}

#bottombar {
	width: 989px;
	height: 15px;
	padding:5px 0;
	margin: 0 auto;
	background: #FFFFCC;
	text-align:left;
}

#bottomad {
	width: 900px;
	margin: 0 auto;
	/*padding-left:25px;*/
}

/* Header */

#header {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	background: #FEC01E;
}

#header_email {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #FEC01E;
}

#header_pages {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #FEC01E;
}

#header_content {
	width: 988px;
	height: 240px;
	margin: 0 auto;
	background: #FEC01E;
}

#header_content_email {
	width: 958px;
	height: 150px;
	margin: 0 auto;
	background: #FEC01E;
}

#header_content_pages {
	width: 958px;
	height: 220px;
	margin: 0 auto;
	background: #FEC01E;
}


/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 20px;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-weight: normal;
	color: #333;
}

#logo p {
	margin: 0 0 0 170px;
	color:#333;
	font-size: 1.1em;
}

#logo img {
	border:none;
	font-size:25px;
}

#logo a {
	text-decoration: none;
	color:#333;
}

#login {
	float:right;
	margin: 20px 10px 0 0;
}

#candidatosbox {
	float:left;
	background:#FEC01E url(images/candidatosbox.gif) no-repeat;
	width:224px;
	height:182px;
	margin:0 5px;
}

#empleadoresbox {
	float:right;
	background:#FEC01E url(images/empleadoresbox.gif) no-repeat;
	width:224px;
	height:182px;
	margin:0 5px;
}

#candidatosbox h2 {
	margin:15px 0 0 0;
	text-align:center;
}

#candidatosbox p {
	margin:5px 0 0 0;
	text-align:center;
}

#empleadoresbox h2 {
	margin:15px 0 0 0;
	text-align:center;
}

#empleadoresbox p {
	margin:5px 0 0 0;
	text-align:center;
}

#container {
	width: 989px;
	/*height:1350px;*/
	margin: 0 auto;
	background: #fff;
	/*padding: 40px 0;*/
}

#container_pages {
	width: 959px;
	margin: 0 auto;
	background: #fff;
	/*padding: 40px 0;*/
}

#content_pages {
	overflow:hidden;
	padding:20px;
	background:#fff;	
}

#content_pages li {
color:#A4D140;
line-height:1.6em;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:25px;
}

#content_pages p {
	margin:10px 0;
	line-height:1.3em;
	color:#333;
}


/* Columns */
#columns {
	overflow:hidden;
	/*height:1350px;*/
	background: #fff url(images/col1back.gif) repeat-y;	
}

#columns_email {
	overflow:hidden;
	/*height:1350px;*/
	background: #fff;	
}

#col1 {
	width:818px;
	/*height:1350px;*/
	float:left;
	margin:5px 5px 10px 0;
	background: #fff;
}

#col2 {
	width:165px;
	/*height:1355px;*/
	float:right;
	margin:0 0 5px 0;
	background:#DCE89D;
	text-align:center;
}

#navbar {
	width:160px;
	/* height:1350px; */
	float:left;
	background:#FFFFFF;
	margin:5px 0 0 5px;
}

.navbar_ad {
	text-align:center;
	/*padding:0 15px;*/
}

#sidebar {
	width:300px;
	/* height:1350px; */
	float:right;
	margin:5px 0 0 0;
	background:#fff;
}

#content {
	width:323px;
	/* height:1350px; */
	float:left;
	margin:5px 0 0 5px;
	background:#fff;
}

#jobpost {
	width:614px;
/*	height:1350px; */
	float:right;
	margin:5px 5px;
	background:#fff;
}

#ad1 {
	width: 819;
	height: 90px;
	background: #fff;
	text-align:center;
}

#footer {
	width: 989px;
	margin: 0 auto;
	background: #ffffcc;
	padding:10px 0;
	color:#1279A4;
}

#footer a {
	color: #1279A4;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {	
	color:#A4D140;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:30px;
	line-height:1.6em;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
}

#footer li li a {
	padding-left: 21px;
	font-size:12px;
}

#footer h2 {
	font-size:19px;
	letter-spacing:.1px;
	margin-top: 0;
	color: #333;
}

#legal {
	clear: both;
	margin: 0;
	padding: 30px 0 5px 0;
	text-align: center;
	color: #333;
}

#legal a {
	color: #333;
}

#legal_email {
	clear: both;
	margin: 0;
	text-align: center;
	color: #333;
}

#legal_email a {
	color: #333;
}

#network {
	clear: both;
	margin: 0 100px;
	font-size:11px;
	padding: 0 0 50px 0;
	text-align: center;
	color: #000;
}

#network a {
	color: #333;
}














/*
#############################################
The following set of styles are for Displaying a job post
corresponding template file: display-post.php
#job_post TABLE.job_post - general style for the post displaying table

*/

#job_post TABLE.job_post {


}

/*
#job_post TD.header - the top of the job post table, where the 'go back to job list' 'Save job', and 'email to friend' links are located.

*/
#job_post TD.header {
	background-color: #808080;
	padding:5px 5px 0 5px;
}

/* 'go back to the job list' link */
#job_post A.go_back {

	color: #ffffff;
	padding:5px;
}
/* this post is expired message */
#job_post .expired_msg {

	color: #E8E8E8;
	font-weight: bold;

}
/* 'please mention JB_SITE_NAME when replying to this ad ' */
#job_post .mention_us_msg {

	color: #E8E8E8;
	font-weight: bold;
	font-size: 12pt;

}
/* The 'description' field form the job post, printed at the top of the form */
#job_post .post_description {
	line-height:1.7em;
	margin:10px 0;
}




/*
#job_post TD.top_links
style for the row at the top of the job post.
template: display-post.php
*/

#job_post TD.top_links {
	background-color: #ffffff;
	font-size: 10pt;
	padding:0 5px;
}

/*
#job_post H1.job_title
style for the job post title,
template: display-post.php
*/
#job_post H1.job_title {
	color: #1475A1;
	font-size: 15pt;
	margin:5px 0;
}

/*
#job_post TD.job_post_body
The style for displaying the job description cell,
template: display-post.php
*/
#job_post TD.job_post_body {
	background:#ffffff url(images/background.gif) ;
	padding:5px;
}



/*
############################################################

#job_post TD.job_post_body
The table for dsiplaying the job post data,
template: posting-form.php
*/
#job_post TABLE.job_post_data {
	width: 100%;
	background-color: #ffffff;

}

#job_post TD.job_post_data {
	width: 100%;
	background-color: #ffffff;

}

/* 
####################################################
Employer's profile:
This style is for the table that shows the employer's profile in detail.
Template: profile-form.php
*/

#profile,  TABLE.profile_data {

	background-color: #ffffff;
	width: 100%;
	border: 2px;


}

#profile TD.profile_data {
	
	background-color: #Efefed;

}


.profile_list_no_result {
	text-align: center;
	font-weight: bold;


}

/* 
###########################################################
Resume :
This style is for the table that displays a resume in detail.
Template: resume-form.php
*/

TABLE.resume_data {

	background-color: #ffffff;
	width: 90%;
	border-width: 0px;


}


/* 
###########################################################
Resume :
This style is for the table that displays a resume in detail.
Template: resume-form.php
*/

TABLE.resume_data {

	background-color: #ffffff;
	width: 90%;
	border-width: 0px;


}

/*
############################################################
Dynamic forms
This set of styles control the display of dynamic forms - forms which can be edited from the Administartion Panel.
The forms are: Job Posts, Resumes and Employer's profiles.

*/

#dynamic_form, TABLE.dynamic_form {
	background-color: #d9d9d9;
	
	width: 100%;
	border-bottom-width: 0px;

}

/*
TD.dynamic_form_field -
The name of the field (field label which on the left side)
*/
#dynamic_form TD.dynamic_form_field {
	background-color: #efefef;
	font-weight: bold;
	width: 120px;
	padding: 5px;

}

#dynamic_form TD.dynamic_form_2_col_field {
	background-color: #ffffff;
	

}
/*
#dynamic_form TD.dynamic_form_value
The value of the field (on the right from the field label)
*/
#dynamic_form TD.dynamic_form_value {
	background-color: #ffffff;
	padding: 5px;
}

/*

*/
#dynamic_form .dynamic_form_image_label {
	
	font-weight: bold;

}

/*

.dynamic_form_input_label - used for the <label> for radio buttons and check boxes
*/

#dynamic_form .dynamic_form_input_label {
	
	

}

/*

*/
#dynamic_form .dynamic_form_file_label {

	font-weight: bold;
	

}
/*
The following style controls the LABEL type fields
*/
#dynamic_form .dynamic_form_note_label {


}

/*
Date field 
*/
#dynamic_form SELECT.dynamic_form_date_style {
	background-color: #ffffff;
	
}
#dynamic_form INPUT.dynamic_form_date_style {
	background-color: #ffffff;
	
}
/* Other fields */
#dynamic_form INPUT.dynamic_form_checkbox_style {
	background-color: #ffffff;
	

}

#dynamic_form INPUT.dynamic_form_radio_style {
	background-color: #ffffff;
	color: #ffffff;
	margin:2px;

}
#dynamic_form INPUT.dynamic_form_text_style{
	background-color: #ffffff;
	

}
#dynamic_form TEXTAREA {
	background-color: #ffffff;
	

}
#dynamic_form SELECT {
	background-color: #ffffff;

}

#dynamic_form .dynamic_form_seperator {
	font-weight: bold;
	padding: 5px;
}

#dynamic_form .is_required_mark {

	font-weight: bold;
	font-size: 18pt;
	color: red;
	vertical-align: middle;

}


/*
########################################
Search Jobs/Resumes -
Standard Search form

*/

#search_form, TABLE.search {
	width: 100%;
	border-collapse: collapse;
	background-color: #EDF8FC;
}


/* 
cell for the search field
*/
#search_form TD.field {
	background-color: #DDEAF7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding:7px 10px;
}

/*
style for the input fields (text)
*/
#search_form, INPUT.search_input_style {
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	
	
}

/*
style for the input fields (check)
*/
#search_form, INPUT.search_checkbox_style {
	background-color: #EDF8FC;
	font-size: 10px;
	color: #000000;
	
	
}

/*
style for the input fields (radio)
*/
#search_form, INPUT.search_radio_style {
	background-color: #EDF8FC;
	font-size: 10px;
	color: #000000;
	
	
}
/*
Select box (drop down / multiple select)
*/
#search_form SELECT.search_input_style {
	background-color: #ffffff;
	font-size: 10px;
}

/*
Date field 
*/
#search_form SELECT.search_date_style {
	background-color: #ffffff;
	font-size: 10px;
}
#search_form INPUT.search_date_style {
	background-color: #ffffff;
	font-size: 10px;
}
/*
The labels for the check boxes and radio buttons
*/
#search_form .search_input_sel_label {
	font-size: 10px;
	white-space: nowrap;
}

.new_search_link {

	font-weight: bold;
	

}





/*
####################################################
Job list

*/

#joblist, TABLE.list {
	background-color: #d9d9d9;
	width: 99%;
	font-size: xx-small;
}


#joblist .job_list_small_print {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	color: #000000;
	
}

#joblist .job_list_small_print_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	color: #000000;

}

#joblist .job_list_title {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1279A4;

}

#joblist .job_list_title_premium {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1279A4;

}

/*
green_grad and blue_grad define styles for the premium posts
*/

#joblist .green_grad {
	background:#fff url(images/green-gradient.gif) repeat-x;
}
#joblist .blue_grad {
	background:#ffffff url(images/blue-gradient.gif) repeat-x;
}

#joblist .standard {
	background-color:white;

}


#joblist .job_list_cat_name {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #339900; 

}

#joblist .job_list_cat_name_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #339900; 

}

#joblist TD.list_data_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	padding:5px;
}

#joblist TD.list_data_cell_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	
	
}


#joblist TD.list_header_cell {
	font-family: "Arial", sans-serif;
	text-align: center;
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #000000;

}



#joblist TD.list_day_of_week {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #DDEAF7;
	padding:5px;
}

#joblist TD.list_day_of_week_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #DDEAF7;

}

/*
When a mouse moves over a standard job post
*/
#joblist TR:hover {
	background-color: #FEFEED;
	/*background-color: #FDF3AF;*/
	
}

.job_listing_count {

	margin: 10px;
	text-align: center;
	font-weight: bold;

}

.post_list_no_result {
	font-weight: bold;
	text-align: center;
}

.post_list_premium {
	font-weight: bold;
	text-align: center;

}

.post_edit_button {
	font-size: 9pt;

}

.post_delete_button {

	font-size: 9pt;

}

.post_repost_button {

	font-size: 9pt;

}



/*
######################################################
Premium Jobs List 

*/

#joblist_premium, TABLE.list_premium {
	background-color: #d9d9d9;
	width: 100%;
	font-size: xx-small;
}


#joblist_premium .job_list_small_print_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	color: #000000;

}

#joblist_premium .job_list_title_premium {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;

}

#joblist_premium .green_grad {
	background:#fff url(images/green-gradient.gif) repeat-x;
}
#joblist_premium .blue_grad {
	background:#FFFFFF url(images/blue-gradient.gif) repeat-x;
}

#joblist_premium .standard {
	background-color:white;

}



#joblist_premium .job_list_cat_name_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #339900; 

}

#joblist_premium TD.list_data_cell_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	padding:5px;
}




#joblist_premium TD.list_header_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #000000;
	text-align:center;
}



#joblist_premium TD.list_day_of_week_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ECF8F9;
}

/* 
####################################################
Categories

*/

/*
category_name and category_path are displayed above the categories.
category name is in big bold letters
category_path has an indent on the left
*/
.category_name { /* The name of the current category*/
	font-weight: bold;
	font-size: 14pt;

}

.category_path { /* eg. Job Classification -> Public School -> Middle */
	margin-left: 2em;
	

}

.category_index { /* The div element showing the categories, category-index.php template */

	float: none;
	margin: 1em;
	
}

A.cat_parent_link { /* The parent category name */

	/*font-family: "verdana", sans-serif;*/
	font-size: 12pt;
	/*font-weight: bold;*/
	color: #1279a4;

}

 .cat_subcategory { /* div generated by JB_display_sub_cats_compact() or JB_display_sub_cats_table() */
	font-family: "verdana", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 1em;
	

}

A.cat_subcategory_link { /* style for the sub category links*/
	font-size: 9pt;

}

li.subcat {
	list-style: disc outside; color:#a4d140;
	margin-left:10px;
} 
 

.cat_arrow { /* The little arrow displayed next to the cat_heading */
	background:  url(images/cruz_bullet.gif) no-repeat 0% 50% ;
	padding-left: 25px;
	font-weight:bold;
}

.cat_small_count { /* Shows number of records in the category. enclosed in a <small> </small> block */

}

.cat_more_link { /* The link to show more categories*/
	font-weight: bold;


}

/*
categoty table produced by display_table() function
*/
TABLE.cat_table {
	padding:5px;
}




/*
Category box on side bar on the front page
template: category-list-box.php
*/

.cat_list_box {
	background-color: #fff;
	/*border-style:solid; 
	border-color: #C8C8C8; 
	border-width:1px; */
	padding: 0px;
	margin: 0px;
}

.cat_box_title {
	font-weight: bold; 
	padding:5px;
}

/*
###################################################
template: index-sidebar.php

*/

.index_sidebar {


}
/*
####################################################
Resume list

*/

#resumelist, TABLE.resumelist {
	background-color: #d9d9d9;
	width: 99%;
	
}




#resumelist TD.list_data_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	
	
}

#resumelist .today {
	color: #ff0000;
	font-weight: bold;

}

#resumelist .days_ago {
	color: #339900;
	font-weight: bold;
}

#resumelist .days_ago2 {
	color: #C0C0C0;
	font-weight: bold;
}

#resumelist TD.list_header_cell {
	font-family: "Arial", sans-serif;
	
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;

}

 .resume_list_no_result {
	font-weight: bold;
	text-align: center;
}


/*
###########################################################
Skill Matrix
*/
.skill_matrix_table {

	border-style:solid; 
	border-color: #C8C8C8; 
	border-width:1px; 
	background-color: #d9d9d9;
	

}

.skill_matrix_header { 

	background-color: #FFFFff;
	font-weight: bold;

}

.skill_matrix_row { 

	background-color: #FFFFff;

}


/*
Changes the notice box styles, look in functions.php function JB_render_box_top($width=100, $label='') 
info-box-top.php template 
*/
TABLE.info_box {
	background-color: #ffffff;
	 
	border: 0px;

}

TD.info_box_head { /*header foreground, info-box-top.php template  */
	background-color: #C8D7E8; /*default #C8D7E8 light blue color*/
	color: #330066;
	text-align: center;
	
}
TD.info_box_hed_right, TD.info_box_hed_left { /*top right and top left corners, info-box-top.php template */
	background-color: #C8D7E8;

}
TABLE.info_box_body { /*The inner table, info-box-top.php template  */
	
	background-color: #ffffff;
	border-collapse: collapse; 
	border-style: solid;
	border-color: #C8D7E8;
	
	
}

/**************
Request History
*/
TABLE.request_history {
	background-color: #d9d9d9;
}

TD.request_history_head { /*table heading cells*/
	background-color: #EAEAEA;
	font-weight: bold;
	font-size: 13px;
}

TD.request_history_data {
	background-color: #ffffff;
	font-size: 13px;

}

.request_label_requested {
	color: #3300CC;
	font-weight: bold;
}

.request_label_granted {
	color: #336600;
	font-weight: bold;
}

.request_label_refused {
	 color: #ff0000;
	 font-weight: bold;

}

/********************/

.error_msg_label {
	color: #FF0000;
	font-weight: bold;


}

.ok_msg_label {
	border: solid; 
	border-color: #33CC00; 
	border-width:2px


}



/*
...................................

*/
#advertiser_signup,  TABLE.advertiser_signup_form {

	background-color: #d9d9d9;
	width: 100%;
	border: 2px;


}

/*****************

Application form (template: application-form.php)

*/

#app_form_table, TABLE.app_form_table {

	background-color:#BEEA9D;
	width: 100%;
	border-width: 0px;
	 

}

.app_form_table  .field_label {
	background-color:#F0F7F1;
	width: 150px;
	border-width: 0px;
	font-weight: bold;
}

.app_form_table  .field_data {
	background-color:#F0F7F1;
	border-width: 0px;
	
}

/*****************

Employer's Email form (template: employer-email-form.php)

*/

#email_form_table, TABLE.email_form_table {

	background-color:#BEEA9D;
	width: 100%;
	border-width: 0px;
	 

}

.email_form_table  .field_label {
	background-color:#F0F7F1;
	width: 150px;
	border-width: 0px;
	font-weight: bold;
}

.email_form_table  .field_data {
	background-color:#F0F7F1;
	border-width: 0px;
	
}

/*****************

Employer's request form (template: employer-request-form.php)

*/

#request_form_table, TABLE.request_form_table {

	background-color:#BEEA9D;
	width: 100%;
	border-width: 0px;
	 

}

.request_form_table  .field_label {
	background-color:#F0F7F1;
	width: 150px;
	border-width: 0px;
	font-weight: bold;
}

.request_form_table  .field_data {
	background-color:#F0F7F1;
	border-width: 0px;
	
}

/*

Navigation pages: <-Previous 1 | 2 | 3 | 4 | 5 Next -> 

*/

.nav_page_links {
	text-align: center;
	margin-bottom: 5px;
	
}

A.nav_page_link {
	
}

.nav_page_cur {
	font-weight: bold;


}

.heading {
	font-size:20px;
	font-weight: bold;
}


#ft {
float:left;
left:185px;
margin:18px 0;
position:relative;
text-align:center;
width:798px;
}

#ft #se-ads {
margin:0 auto;
width:618px;
}

#ft #se-ads .postit {
float:left;
margin:0;
}

.postit {
margin:0 10px;
}

.postit, .postit2 {
background:#FFFDF4 url(images/postit-top.png) no-repeat scroll left top;
float:right;
font-size:95%;
/*margin:0 0 0 18px;*/
width:320px;
}

.postit ol {
background:transparent url(images/postit-btm.png) no-repeat scroll left bottom;
margin:12px 0 0;
padding:0 18px 8px;
height:145px;
}

.postit2 ol {
background:transparent url(images/postit-btm.png) no-repeat scroll left bottom;
margin:8px 0 0;
padding:0 18px 8px;
}

#ft #se-ads .postit li.first {
margin-bottom:4px;
}

.calign {
text-align:center;
}

li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.postit form {
padding:0;
margin:0;	
}


#boletin_mail {
color:#000;
font-size:16px;
margin:10px 0 0 0;
background:#FEC01E none repeat scroll 0 0;
}

#boletin_mail p {
	margin:5px;
	text-align:left;
}

#boletin_mail form {
	margin:0;
}


#boletin {
color:#000;
font-size:16px;
margin:10px 0 0 0;
}

#boletin p {
	margin:5px;
	text-align:left;
}

#boletin form {
	margin:0;
}

.rounded {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

#blogposts {
float:left;
width:100%;
}


#blogposts ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}


#blogposts ul li {
float:left;
font-size:12px;
line-height:1.4em;
margin-bottom:5px;
margin-right:15px;
}

#emailfriend td {
	padding:3px;
}

div#footer #contenedor_footer {
	background:transparent url(images/bg_footer.gif) repeat-y scroll 0 0;
}

.container_12 .grid_4 {
width:265px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
display:inline;
float:left;
margin-left:10px;
margin-right:10px;
}

div#footer h2 {
color:#333333;
font-size:1.6em;
margin-bottom:5px;
}

div#footer h2, div#footer p {
margin-left:20px;
line-height:1.6em;
}

.container_12 .grid_3, .container_16 .grid_4 {
width:310px;
}

.quees {
	margin-bottom:10px;
}

.quees p {
	color:#333;
	font-size:11px;
}

/* Browser specific (not valid) styles to make preformatted text wrap */		

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#facebook {
	margin:5px 0;
	text-align: center;
}

#facebook img {
	border:0;
}
/*---------------------------- CB ADS ---------------------------------------*/


	a:link, a:visited, a:hover, a:active {
		color:#1279A4;
		cursor:pointer;
		
	}

	#linkads {
		margin: 0;
		padding: 0;
		width:300px;
		height:250px;
		font-family:arial,sans-serif;

	}	
	
	#linkads ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}	
	
	#linkads ul li {
	clear:both;
	float:left;
	height:65px;
	margin:0 8px;
	overflow:hidden;
	width:300px;
	}

	.ad {
		margin:0;
	}

	.adt {
		font-size:14px;
		font-weight:bold;
	}
	
	.adb {
		color:#000000;
		display:block;
		font-size:14px;
	}
	
	.adu {
		color:#6F6F6F;
		font-size:10px;
		line-height:12px;
		overflow:hidden;
		white-space:nowrap;
	}
	
	.adu a {
		text-decoration:none;
		color:#339900;
	}
	
	.adpublicidad {
		width: 280px;
		text-align:right;
		color: #ccc;
		font-weight:bold;
	}

#postx {
	float:left;
	width:165px;	
	margin-top:6px;
}

