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

Título		: NOSOTROS
Autor		: Oscar Sanchez
URL 		: www.nosotroshq.com/blog

Descripción : NOSOTROSHQ BLOG

Creado 		: AUGUST 14, 2009
Modificado	: AUGUST 14, 2009

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

/*div {
	border: 1px solid Red;
}*/

 html, body {
    height: 100%;
}


body {
	margin: 0;
	background: #14171f url('../gfx/blog/back/back_body.jpg') no-repeat top center;
	font-size: 14px;
	line-height: 25px;
}
body,td,th {
	font-family: Georgia, "Times New Roman", serif;
	color: #abb1bf;
	font-size: 14px;
	line-height: 25px;
}

#wraper { 
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: block;

  min-height: 100%;
   height: auto !important;
	   height: 100%;
	 margin: 0 auto -214px;
}

#wraper_footer { 
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/*****************************************************/
/* RESETTERS AND GLOBAL SETTINGS               		 */
/***************************************************/

h1, h2, h3, h4 { 
	margin-top: 0px;
	margin-bottom: 10px;
	color: #444751;
	font-weight: normal;

}
h1 { 
	font-size: 18px;
	font-family: Georgia, serif;
/*	line-height: 110%;*/
}



small { 
	margin: 0;
	color: #444751;
	font-size: 11px;
}
p { 
	margin-top: 0;
/*	line-height: 140%;*/
/*	font-size: 95%;*/
}
a  { 
	font-weight: normal;
	font-size: 15px;	
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a:hover  { 
	font-weight: normal;
	font-size: 15px;	
	color: #ffffff;
	text-decoration: underline;
}

a img  { 
	border: none;
}

p.bold { 
	font-weight: bold;
}

img.left { 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right { 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.margin_top { 
	float: left;
	margin-top: 30px;
}

div.clear { 
	clear:both;
}

/*****************************************************/
/* HEADER                             		 */
/***************************************************/

#header { 
	float: left;
	width: 940px;
	padding-top: 34px;
	margin-bottom: 100px;
}

#logo { 
	float: left;
	width: 140px;
	margin-right: 160px;
		display:inline;
}

*html #header #logo { 
	float: left;
	width: 140px;
	margin-right: 140px;
}

#menu { 
	float: left;
	width: 620px;
	font-size: 11px;
	padding-top: 10px;
	margin-left: 20px;
	display:inline;
}

#logo h1 a { 
	display: block;
	width: 160px;
	height: 106px;
	background: url('../gfx/blog/logo.jpg') no-repeat;
}

#logo h1 a span { 
	display: none;
}

#menu .nav { 
	list-style: none;
	padding: 0px;
	margin: 0;
}

#menu .nav li{ 
	float: left;
	margin: 0;
	padding: 0px;
	margin-right: 10px;
}
#menu .nav li a { 
	float: left;
	margin: 0;
	padding: 0px;
}

#menu .nav li a span { 
	display: none;
}

/******HOME*******/

li#home_button a { 
	width: 53px;
	height: 25px;
	display: block;
}

body#home li#home_button a, li#home_button a:active { 
	background: url('../gfx/buttons-b/home_active-b.gif') no-repeat;

}

/******ABOUT*******/

li#about_button a { 
	width: 58px;
	height: 25px;
	display: block;
}
body#about li#about_button a, li#about_button a:active { 
	background: url('../gfx/buttons-b/about_active-b.gif') no-repeat;

}

/******WORK*******/

li#work_button a { 
	width: 54px;
	height: 25px;
	display: block;
}

body#work li#work_button a, li#work_button a:active { 
	background: url('../gfx/buttons-b/work_active-b.gif') no-repeat;

}

/******BLOG*******/

li#blog_button a { 
	width: 51px;
	height: 25px;
	display: block;
}

body#blog li#blog_button a, li#blog_button a:active { 
	background: url('../gfx/buttons-b/blog_active-b.gif') no-repeat;

}

/******CONTACT*******/

li#contact_button a { 
	width: 72px;
	height: 25px;
	display: block;
}

body#contact li#contact_button a, li#contact_button a:active { 	
	background: url('../gfx/buttons-b/contact_active-b.gif') no-repeat;

}

/*****************************************************/
/* menu hover english                          		 */
/***************************************************/


/**Hover Home Buton**/

div.hover_home_button {
	position: 		relative;
	width: 53px;
	height: 25px;
	background: url('../gfx/buttons-b/home_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_home_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 53px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_home_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 53px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/home_on-b.gif') no-repeat 0 0 scroll;
}

/**Hover About Buton**/

div.hover_about_button {
	position: 		relative;
	width: 58px;
	height: 25px;
	background: url('../gfx//buttons-b/about_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_about_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 58px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_about_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 58px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/about_on-b.gif') no-repeat 0 0 scroll;
}

/**Hover Work Buton**/

div.hover_work_button {
	position: 		relative;
	width: 54px;
	height: 25px;
	background: url('../gfx/buttons-b/work_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_work_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 54px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_work_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 54px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/work_on-b.gif') no-repeat 0 0 scroll;
}


/**Hover Blog Buton**/

div.hover_blog_button {
	position: 		relative;
	width: 51px;
	height: 25px;
	background: url('../gfx/buttons-b/blog_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_blog_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 51px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_blog_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 51px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;	
	border:			0px solid #000;
	background: url('../gfx/buttons-b/blog_on-b.gif') no-repeat 0 0 scroll;
}

/**Hover Contact Buton**/

div.hover_contact_button {
	position: 		relative;
	width: 72px;
	height: 25px;
	background: url('../gfx/buttons-b/contact_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_contact_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 72px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_contact_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 72px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/contact_on-b.gif') no-repeat 0 0 scroll;
}

/****Change Language****/

#menu .language { 
	list-style: none;
	padding: 0px;
	margin: 0;
	float: right;	
}

#menu .language li{ 
	float: right;
	margin: 0;
	padding: 0px;
}
#menu .language li a { 
	float: right;
	margin: 0;
	padding: 0px;
}

#menu .language li a span { 
	display: none;
}

li#espanol_button a { 
width: 71px;
	height: 25px;
	display: block;
/*	background: url('../gfx/buttons/spanish_off.gif') no-repeat;*/
}
 
li#espanol_button, li#espanol_button a:hover { 
width: 71px;
	height: 25px;
	display: block;	
/*	background: url('../gfx/buttons/spanish_on.gif') no-repeat;*/
}

body#spanish li#espanol_button a, li#espanol_button a:active { 
	width: 71px;
	height: 25px;
	display: block;	
	background: url('../gfx/buttons/espanol_active-b.gif') no-repeat;

}

/**Hover Espanol Buton**/

div.hover_espanol_button {
	position: 		relative;
width: 71px;
	height: 25px;
	background: url('../gfx/buttons-b/espanol_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_espanol_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
width: 71px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_espanol_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
width: 71px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;	
	border:			0px solid #000;
	background: url('../gfx/buttons-b/espanol_on-b.gif') no-repeat 0 0 scroll;
}


/*****************************************************/
/* MENU EN ESPAÑOL                           		*/
/***************************************************/

/******INICIO*******/

li#inicio_button a { 
	width: 54px;
	height: 25px;
	display: block;
/*	background: url('../gfx/botones/inicio_off.gif') no-repeat;*/
}
 
li#inicio_button, li#inicio_button a:hover { 
/*	background: url('../gfx/botones/inicio_on.gif') no-repeat;*/
}

body#inicio li#inicio_button a, li#inicio_button a:active { 
	background: url('../gfx/buttons-b/inicio_active-b.gif') no-repeat;

}

/******QUIENES SOMOS*******/

li#quienes_somos_button a { 
	width: 113px;
	height: 25px;
	display: block;
/*	background: url('../gfx/botones/quienes_somos_off.gif') no-repeat;*/
}
 
li#quienes_somos_button, li#quienes_somos_button a:hover { 
/*	background: url('../gfx/botones/quienes_somos_on.gif') no-repeat;*/
}

body#quienes_somos li#quienes_somos_button a, li#quienes_somos_button a:active { 
	background: url('../gfx/buttons-b/quienes_somos_active-b.gif') no-repeat;

}

/******TRABAJOS*******/

li#trabajos_button a { 
	width: 79px;
	height: 25px;
	display: block;
/*	background: url('../gfx/botones/trabajos_off.gif') no-repeat;*/
}
 
li#trabajos_button, li#trabajos_button a:hover { 
/*	background: url('../gfx/botones/trabajos_on.gif') no-repeat;*/
}

body#trabajos li#trabajos_button a, li#trabajos_button a:active { 
	background: url('../gfx/buttons-b/trabajos_active-b.gif') no-repeat;

}

/******BLOG*******/
/*El mismo de ingles*/

/******CONTACTENOS*******/

li#contactenos_button a { 
	width: 81px;
	height: 25px;
	display: block;
/*	background: url('../gfx/botones/contactenos_off.gif') no-repeat;*/
}
 
li#contactenos_button, li#contactenos_button a:hover { 
/*	background: url('../gfx/botones/contactenos_on.gif') no-repeat;*/
}

body#contactenos li#contactenos_button a, li#contactenos_button a:active { 
	background: url('../gfx/buttons-b/contacto_active-b.gif') no-repeat;

}
/*****************************************************/
/* menu hover espanol                          		 */
/***************************************************/


/**Hover Inicio Buton**/

div.hover_inicio_button {
	position: 		relative;
	width: 54px;
	height: 25px;
	background: url('../gfx/buttons-b/inicio_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_inicio_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 54px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_inicio_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 54px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/inicio_on-b.gif') no-repeat 0 0 scroll;
}

/**Hover About Buton**/

div.hover_quienes_somos_button {
	position: 		relative;
	width: 113px;
	height: 25px;
	background: url('../gfx/buttons-b/quienes_somos_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_quienes_somos_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 113px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_quienes_somos_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 113px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/quienes_somos_on-b.gif') no-repeat 0 0 scroll;
}

/**Hover Work Buton**/

div.hover_trabajos_button {
	position: 		relative;
	width: 79px;
	height: 25px;
	background: url('../gfx/buttons-b/trabajos_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_trabajos_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 79px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_trabajos_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 79px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/trabajos_on-b.gif') no-repeat 0 0 scroll;
}


/**Hover Blog Buton**/
/*Utiliza el mismo del menu en ingles*/

/**Hover Contact Buton**/

div.hover_contactenos_button {
	position: 		relative;
	width: 81px;
	height: 25px;
	background: url('../gfx/buttons-b/contacto_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_contactenos_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 81px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_contactenos_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 81px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/contacto_on-b.gif') no-repeat 0 0 scroll;
}


/**Hover Espanol Buton**/

li#english_button a { 
	width: 68px;
	height: 25px;
	display: block;
/*	background: url('../gfx/botones/english_off.gif') no-repeat;*/
}

div.hover_english_button {
	position: 		relative;
	width: 68px;
	height: 25px;
	background: url('../gfx/buttons-b/english_off-b.gif') no-repeat 0 0 scroll;
}
div.hover_english_button a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 68px;
	height: 25px;
	text-align: 		center;
	color:			#000;
	background:		transparent none -x 0 0 scroll;
}
div.hover_english_button div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 68px;
	height: 25px;
	_margin-top: -25px;
	#margin-top: -25px;
	border:			0px solid #000;
	background: url('../gfx/buttons-b/english_on-b.gif') no-repeat 0 0 scroll;
}

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

#intro { 
	width: 620px;
	float: right;
	margin-top: 48px;
}

#intro h1#text_blog span { 
	display: none;
}

#intro h1#text_blog { 
	display: block;
	width: 620px;
	height: 70px;
	background: url('../gfx/blog/text_blog.gif') no-repeat;	
	margin: 0;
	padding: 0px;
}
#intro h1#text_elblog span { 
	display: none;
}

#intro h1#text_elblog { 
	display: block;
	width: 620px;
	height: 70px;
	background: url('../gfx/blog/text_elblog.gif') no-repeat;	
	margin: 0;
	padding: 0px;
}

/*****************************************************/
/* LAYOUTS                               		 */
/***************************************************/

#categorias { 
	width: 940px;
	margin-top: 60px;
	height: 25px;
	margin-bottom: 40px;	
	float: left;
}

#categorias ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
	float: right;
}

#categorias ul li { 
	float: left;
}

#categorias ul li a span { 
	display: none;
}

#categorias ul li#c_text a { 
	width: 16px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_text.gif') no-repeat;
	margin-right: 101px;	
}
#categorias ul li#c_text a.off { 
	width: 16px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_text_off.gif') no-repeat;
	margin-right: 101px;	
}
#categorias ul li#c_video a { 
	width: 27px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_video.gif') no-repeat;
		margin-right: 97px;			
}
#categorias ul li#c_video a.off { 
	width: 27px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_video_off.gif') no-repeat;
		margin-right: 97px;			
}
#categorias ul li#c_photo a { 
	width: 22px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_photo.gif') no-repeat;	
		margin-right: 103px;		
}

#categorias ul li#c_photo a.off { 
	width: 22px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_photo_off.gif') no-repeat;	
		margin-right: 103px;		
}
#categorias ul li#c_twitter a { 
	width: 20px;
	height: 18px;
	display: block;
	background: url('../gfx/blog/back/back_twitter.gif') no-repeat;	
	margin-right: 92px;			
}

#categorias ul li#c_twitter a.off { 
	width: 20px;
	height: 18px;
	display: block;
	background: url('../gfx/blog/back/back_twitter_off.gif') no-repeat;	
	margin-right: 92px;			
}

#categorias ul li#c_audio a { 
	width: 21px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_audio.gif') no-repeat;
	margin-right: 95px;			
}

#categorias ul li#c_audio a.off { 
	width: 21px;
	height: 16px;
	display: block;
	background: url('../gfx/blog/back/back_audio_off.gif') no-repeat;
	margin-right: 95px;			
}
#categorias ul li#c_quote a { 
	width: 25px;
	height: 11px;
	display: block;
	background: url('../gfx/blog/back/back_quote.gif') no-repeat;			
}
#categorias ul li#c_quote a.off { 
	width: 25px;
	height: 11px;
	display: block;
	background: url('../gfx/blog/back/back_quote_off.gif') no-repeat;			
}


.twitter, .audio, .video, .quote, .photo, .text { 
	width: 940px;
	float: left;
	margin-bottom: 40px;
}

.title { 
	padding-top: 21px;
	border-top: 1px solid #42464f;
	float: left;
	width: 300px;
	margin-right: 20px;
}

.title span.date { 
	font-size: 12px;
	line-height: 20px;
	color: #575a63;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

.post { 
	width: 620px;
	float: left;
	font-size: 15px;
}

.twitter  { 
	background: url('../gfx/blog/back/back_twitter.gif') no-repeat 280px 25px;	
}


.twitter .post { 
	padding: 20px;
	background-color: #95a1af;
	width: 580px;
	color: #ffffff;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
}

.twitter .post p { 
	margin: 0;
	padding: 0px;
}

.twitter .post span.author { 
	font-size: 19px;
	color: #424a52;
	font-weight: normal;
}


.audio  { 
	background: url('../gfx/blog/back/back_audio.gif') no-repeat 280px 25px;	
}

.audio .post { 
	width: 620px;
	color: #abb1bf;
	font-weight: normal;
}

.audio h1, .audio h1 a { 
	margin-top: 20px;	
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.video { 
		background: url('../gfx/blog/back/back_video.gif') no-repeat 275px 50px;	
}

.video .title { 
	margin-top: 25px;
}

.video .title h1, .video .title h1 a {
	margin-top: 20px;	
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: normal;
		text-decoration: none;
}

.video .post { 
	margin-top: 25px;
}

.quote { 
	background: url('../gfx/blog/back/back_quote.gif') no-repeat 280px 25px;	
}

.quote .post  { 
	padding: 20px;
	background-color: #99af96;
	width: 580px;
	color: #ffffff;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
}

.quote .post q, .quote .post q a { 
	color: #ffffff;
	font-size: 28px;
	line-height: 34px;
		text-decoration: none;
}

.quote .post p { 
	margin: 0;
	padding: 0px;
}


.quote .post span.author { 
	font-size: 19px;
	color: #515f4f;
	font-weight: normal;
}

.photo { 
	background: url('../gfx/blog/back/back_photo.gif') no-repeat 280px 25px;	
}

.photo .title h1, .photo .title h1 a {
	margin-top: 20px;	
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.photo .post img { 
	border: 10px solid #fff;
}

.text img, #text .post img { 
	margin-bottom: 35px;
}

.text .title { 
	background: url('../gfx/blog/back/back_text.gif') no-repeat 280px 25px;
}

.text .title h1, .text .title h1 a {
	margin-top: 20px;	
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: normal;
}

.text .title h1, .text .title h1 a {
	margin-top: 20px;	
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.text .title h1 a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.text .post .col_1 { 
	width: 300px;
	float: left;
	margin-right: 20px;
}

.text .post .col_2 { 
	width: 300px;
	float: left;
}

/*****************************************************/
/* FOOTER                               		 */
/***************************************************/

 .push {
	height: 150px;
}

div#strip_footer {
		margin-top: 40px;
		padding-top: 40px;
	float: left;
	width: 100%;
	background: #ffffff url('../gfx/blog/back/back_footer.jpg') top repeat-x;
}

div#footer	{ 
	float: left;
	width: 100%;
	height: 150px;
	padding-top: 23px;
	color: #444751;
	font-size: 12px;
	line-height: 20px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;

}
div#footer h1.nosotros a	{ 
	width: 97px;
	height: 13px;
	background:  url('../gfx/blog/nosotros.gif') no-repeat top;
	display: block;
	color: #ffffff;
}

div#footer h1.nosotros span	{ 
	display: none;

}
div#footer a { 
	font-size: 12px;	
	color: #444751;
	font-weight: normal;
	text-decoration: none;
}

div#footer a:hover { 
	color: #444751;	
	font-weight: normal;
	text-decoration: none;
}

#footer .col_1	{ 
	width: 300px;
	margin-right: 20px;
	float: left;
}

#footer .col_2	{ 
	width: 300px;
	margin-right: 20px;
	float: left;
}


/*******PAGINATE********/
.paginate { 
	float: right;
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
}

 .paginate .older { 
	float: left;
	background-color: #000;
	width: 100px;
	height: 22px;
	background:  url('../gfx/blog/buttons/older_post_off.gif') no-repeat;	
}

 .paginate .newer { 
	float: right;
	background-color: #000;
	width: 101px;
	height: 22px;
	background:  url('../gfx/blog/buttons/newer_posts_off.gif') no-repeat;	
}

 .paginate .anteriores { 
	float: left;
	background-color: #000;
	width: 129px;
	height: 22px;
	background:  url('../gfx/blog/buttons/posts_anteriores_off.gif') no-repeat;	
}

 .paginate .recientes { 
	float: right;
	background-color: #000;
	width: 122px;
	height: 22px;
	background:  url('../gfx/blog/buttons/posts_recientes_off.gif') no-repeat;	
}

.older span, .newer span, .recientes span, .anteriores span { 
	display: none;
}