/*
Theme Name: Caf&eacute; Oropres
Theme URI: http://www.grupovalera.es/oropres
Description: Tema para Caf&eacute; Oropres
Version: 0.1
Author: Julian Sanchez (Pixel.ST)
Author URI: http://pixel.st/
*/

BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	color: #fff;
	background-color: #FFFFFF;
}

A { outline: none; }
	A IMG { border: none; vertical-align: middle; }

UL { margin: 0; padding: 0; list-style: none; }
	UL LI { margin: 0; padding: 0; list-style: none; }

OL { margin: 0; padding: 2px 8px; }
	OL LI { margin: 0; padding: 2px 0; }

H1, H2, H3, H4, H5, H6 { margin: 0; padding: 0; }
P { margin: 0; padding: 4px 0; }
	
INPUT, SELECT { font-family: Arial, Helvetica, sans-serif; font-size: 1em; vertical-align: middle; }
TEXTAREA { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

FORM { margin: 0; padding: 0; }

IMG { border: 0; }

.alignright { float: right; }
.alignleft { float: left; }

.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.text-align-left { text-align: left; }

.clear-both { clear: both; }

/* Begin Images ( Estandar de WordPress) */
P IMG {	padding: 0; max-width: 100%; }
IMG.centered, IMG.aligncentered { display: block; margin-left: auto; margin-right: auto; }
IMG.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
IMG.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
/* End Images */

/* Clear Both fixed */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Posicionamiento */
BODY {
	color: #fff;
}

.posicion-general {
	width: 982px;
	margin: 0 auto; padding: 0; border:0;
	text-align: left;
}

#cabecera {
	background: #fff url(images/bkg_cabecera.jpg) no-repeat 50% 100%;
	height: 517px;
}
	
	#cabecera.cabecera-mini {
		background: #fff url(images/bkg_cabecera-estatica.jpg) no-repeat 50% 100%;
		height: 335px;
	}
	
	#cabecera .cabecera-general {
		position: relative;
	}

#contenedor {
	background: url(images/bkg_cuerpo.jpg) repeat 50% 50%;
	padding:0; border:0; margin:0;
}
	
	#contenedor .contenedor-fondo {
		background: #efefef;
	}
#contenedor .ajuste-sidebar{
width: 100%;
		height: 7px;
		background:url(images/bkg_ajuste-sidebar.jpg) no-repeat 100% 50%; 
		}	
#contenedor .ajuste-sidebar.mini{
width: 100%;
		height: 9px;
		background:url(images/bkg_ajuste-sidebar-mini.jpg) no-repeat 100% 50%; 
		}

	#contenedor .contenido {
		float: left;
		width: 588px;
		background-color: #efefef;
		padding: 18px 16px;
	}
		
		#contenedor .contenido .contenido-blanco {
			margin: 0; padding: 0;
			background-color: #fff;
		}
			
			#contenedor .contenido .contenido-blanco .pagetitle {
				padding: 6px 15px;
				height: 35px;
				background: url(images/bkg_pagetitle.gif) no-repeat 0 0;
				font-size: 1.1em;
				font-weight: bolder;
				text-transform: uppercase;
			}
				
				#contenedor .contenido .contenido-blanco .pagetitle.pagetitle-resultados-busqueda {
					background: #FFFFFF url(images/tit_busqueda.gif) no-repeat 0 0;
					text-indent: -10000px;
				}
	
	#contenedor .sidebar {
		margin: 0;
		padding: 0;
		border:0;
		float: right;
		width: 362px;
		color: #FFF;
		background-color:#FFFFFF;
		text-align: left;
	}

#pie {
	height: 224px;
	overflow: hidden;
	background: #fff url(images/bkg_pie.jpg) repeat-x 0 0;
	color: #c3cab3;
	margin:0; border:0;
}
	.logo_derecha {
		padding: 15px 0;
	}

#creditos {
	text-align: right;
	padding-top: 113px;
	padding-right: 19px;

}
.pie_logo {
	float: left;
	padding-left: 65px;

}


/* ***** Generales ***** */
.blog-title {
}

#cabecera.cabecera-mini .blog-description {
padding-left: 28px;
padding-top: 173px;
}


.blog-description {
padding-left: 120px;
padding-top: 269px;
}
	
	

/* Menu Superior */
.menu-superior {
	text-align: right;
	margin-right: 252px;
}
	
	.menu-superior UL {
		list-style: none;
		
	}
		
		.menu-superior UL LI {
			margin: 0; padding: 0;
			height: 74px;
			list-style: none;
			display: inline-block;
			color: #fff;
			text-align: center;
		}
			.menu-superior UL LI A {
				margin: 0; padding: 30px 0 0;
				width: 98px; height: 44px;
				display: block;
				color: #fff;
				text-decoration: none;
			}
				
				.menu-superior UL LI A.inicio {
					width: 65px;
					text-indent: -10000px;
					background: url(images/btns_menu-principal.gif) no-repeat 0 0;
				}
					
					.menu-superior UL LI A.inicio:hover {
						background-position: 0 99%;
					}
				
				.menu-superior UL LI A.acerca-de {
					width: 98px;
					text-indent: -10000px;
					background: url(images/btns_menu-principal.gif) no-repeat -65px 0;
				}
					
					.menu-superior UL LI A.acerca-de:hover {
						background-position: -65px 99%;
					}
				
				.menu-superior UL LI A.suscripcion {
					width: 95px;
					text-indent: -10000px;
					background: url(images/btns_menu-principal.gif) no-repeat -162px 0;
				}
					
					.menu-superior UL LI A.suscripcion:hover {
						background-position: -162px 99%;
					}
				
				.menu-superior UL LI A.contacto {
					width: 78px;
					text-indent: -10000px;
					background: url(images/btns_menu-principal.gif) no-repeat -256px 0;
				}
					
					.menu-superior UL LI A.contacto:hover {
						background-position: -256px 99%;
					}
				
				.menu-superior UL LI A.rss {
					width: 67px;
					text-indent: -10000px;
					background: url(images/btns_menu-principal.gif) no-repeat -333px 0;
				}
					
					.menu-superior UL LI A.rss:hover {
						background-position: -333px 99%;
					}


				
					
					
/* Menu Inferior */
.menu-inferior {
	padding: 33px 0 0 370px;
	font-size: 0.9em;
}
	
	.menu-inferior UL {
		float: left;
		padding-left: 28px;
		padding-right: 20px;
		border-left: 1px solid #474a50;
		height: 72px;
	}
		
	.menu-inferior .logo {
	background: #000000 url(images/bk_logo_inferior.jpg) 100px 0px;
	height:154px;
	width:216;
	float: right;
	}	
		.menu-inferior UL LI {
			padding: 2px 0px;
			color: #c3cab3;
		}
			
			.menu-inferior UL LI A {
				margin: 0; padding: 2px 0;
				color: #c3cab3;
				text-decoration: none;
			}
				
				.menu-inferior UL LI A:hover {
					text-decoration: underline;
				}
				
				.menu-inferior UL LI.wp {
					padding-left: 20px;
					background: url(images/logo_wordpress.gif) no-repeat 0 50%;
					text-indent: -10000px;
					height: 23px;
				}
				.menu-inferior UL LI A.rss {
					padding-left: 20px;
					background: url(images/ico_rss.gif) no-repeat 0 50%;
				}
			

/* Buscador */
#cabecera .buscador, #cabecera-estatica .buscador {
	padding-top: 12px;
	text-align: right;
	float: right;
	width: 250px;
	overflow: hidden;
}
	
#searchform {
	margin: 0; padding: 15px 0;
	width: 233px;
	text-align: center;
	background: url(images/bkg_cabecera_buscador.gif) no-repeat 50% 50%;
}
	
	#cabecera .buscador #searchform, #cabecera-estatica .buscador #searchform{
		margin: 0 0 0 auto;
	}
	
	#searchform .searchTextBox {
	margin: 0; padding: 3px;
	border: 0;
	width: 143px;
	}
	
	#searchform .searchBtnSubmit {}
	
/* SIDEBAR */

/*Contenido*/
.contenido-grupo {
	color: #696969;
	background: #FFF url(images/bkg_grupo-valera.gif) no-repeat 100% 100%;
	width: 100%;
}
	
	.contenido-grupo .leer-mas {
		padding: 0px 19px 19px;
	}
	
.contenedor-posts {
	color: #696969;
	width: 99.9%;
	padding-top: 20px;
	padding-bottom: 20px;
}


.post-general {
	color: #696969;
	font-size: 1em;
	line-height: 1.1em;
	overflow: hidden;
	border-left: 1px solid #e4e4e4;
	background-color:#FFFFFF;
	background: #fff url(images/bkg_posts.gif) no-repeat 100% 100%;

}	
	.post-general.principal {
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 0;
		width: auto;
		padding-bottom: 30px;
	}
	.post-general.principal H2 {
		text-indent: -10000px;
		background: #FFFFFF url(images/cabecera_cafe-oropres.gif) no-repeat -1px 0;
		height: 36px;
	}
		.post-general.principal A{
		text-decoration:underline;
		}
		.post-general.principal STRONG{
		color: #404040;
		font-weight: bold;
		}
		.post-general.principal blockquote {
			margin-left: 18px;
			margin-right: 18px;
		}
	
	
	
	.post-general P {
		padding: 6px 18px;
	}
		.post-general P A{
		color: #f49d06;
		text-decoration:underline;
		}
		.post-general P STRONG{
		color: #404040;
		font-weight: bold;
		}
		.post-general P A:HOVER{	
		color: #a50328;
		}
	
	.post-general UL {
		padding: 6px 18px 6px 24px;
	}
		.post-general UL LI{
			background: url(images/bullet_li_post.gif) no-repeat 0 4px;
			list-style: none;
			padding: 2px 0 2px 15px;
		}

	.post-general .leer-mas {
		padding: 0px 18px 19px;
	}
	.post-general .blog-simple {
		background: url(images/bullet_blog-simple.gif) no-repeat 0 0;
	}
		
		.post-general .blog-simple.blog-simple-primero {
			background: none;
		}
	
	.post-general .blog-simple .leer-mas {
		
	}
		.post-general .blog-simple .leer-mas IMG {
		border: 0;
		
	}	
	.post-general .blog-simple IMG{
		padding: 2px;
		border: 1px solid #afafaf;
		margin: 15px 0 0;
	}
		.post-general .blog-simple .more-link IMG {
			border: 0;
		}
		
	.post-general .blog {
		width: 288px;
		padding-bottom: 30px;
		}

	.post-general .blog .cabecera-blog {
	text-indent: -10000px;
	background: #FFFFFF url(images/cabecera_cafe_oropres_blog.gif) no-repeat 0 0;
	height: 36px;
}
	.post-general .blog .cabecera-destacados {
	text-indent: -10000px;
	background: #FFFFFF url(images/cabecera_cafe_oropres_destacados.gif) no-repeat 0 0;
	height: 45px;
}	
	
	.post-general .blog H4 {
	font-size: 0.8em;
	padding-left: 18px;
	}
	.post-general .blog  .titulo-blog {
	font-size: 1.2em;
	padding: 22px 18px 0 18px;
	text-transform:uppercase;
	color:#f49d06;
	line-height: 1.4em;	
	
}
	.post-general .blog  A {
	color:#f49d06;
	text-decoration:underline;
	}
	.post-general .blog  A:HOVER {
		color: #a50328;
		}	

					
/* Widgets */
.widget {
	margin: 10px 0; padding: 0;
	background: #9ea9b5 url(images/bkg_widget.gif) no-repeat 100% 100%;
	text-align: left;
}
	
	.widget.widget-listado{
		margin-left: 12px;
		margin-right: 12px;
	}
	
	.widget A {
		color: #b14b8c;
	}
	
	.widget UL {
		margin: 0; padding: 0 12px 24px;
	}
		
		.widget UL LI {
			margin: 0; padding: 6px 6px 6px 16px;
			background: url(images/bullet_widget.gif) no-repeat 0 9px;
		}

			.widget UL LI A {
				color: #FFF;
				text-decoration: none;
			}
			.widget UL LI A:hover {
			text-decoration: underline;
			}
	
	.widget H2 {
		margin: 0; padding: 6px 20px;
		color: #fff;
		font-weight: bolder;
		text-transform: uppercase;
		font-size: 1.3em;
		background: url(images/bkg_h2_widget.gif) no-repeat 0 50%;
		text-align: left;
		height: 36px;
	}
		
		.widget.widget-categorias H2 {	text-indent: -10000px;	background: url(images/cabecera_categorias.gif) no-repeat 0 0;}
		.widget.widget-archivos H2 { text-indent: -10000px; background: url(images/cabecera_archivos.gif) no-repeat 0 0; }
		.widget.widget-enlaces-interes H2 { text-indent: -10000px; background: url(images/cabecera_enlaces-de-interes.gif) no-repeat 0 0; }
	
		
	.widget .widget-text {
		position: relative;
		margin: 0 14px 28px; padding: 9px;
		background: #fff;
	}
	
	.widget.widget-banner-grande {
		margin: 0; padding: 1px;
		background: none;
	}
	.widget.widget-botonera {
		margin: 0; padding: 0 0 5px 0;
		background: none;
		background: url(images/bkg_menu-lateral.jpg) no-repeat 1px 0;
		height: 302px;
		position: relative;
		
	}	
	.widget.widget-botonera.mini {
		background: url(images/bkg_menu-lateral-mini.jpg) no-repeat 1px 0;
}	
	.posicion-boton {
	padding-left: 12px;
}
	.widget.widget-botonera .que-es A{
	position: absolute;
	width: 80%;
	height: 17px;
	top: 31px;
	background: url(images/btn_que-es.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera .que-es A:HOVER{
	background: url(images/btn_que-es.gif) no-repeat 0 100%;
	}
	.widget.widget-botonera.mini .que-es A{
	position: absolute;
	width: 80%;
	height: 17px;
	top: 31px;
	background: url(images/btn_que-es_mini.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera.mini .que-es A:HOVER{
	background: url(images/btn_que-es_mini.gif) no-repeat 0 100%;
	}	
	.widget.widget-botonera .productos A{
	position: absolute;
	width: 80%;
	height: 14px;
	top: 77px;
	background: url(images/btn_productos.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera .productos A:HOVER{
	background: url(images/btn_productos.gif) no-repeat 0 100%;
	}
	.widget.widget-botonera .elaboracion A{
	position: absolute;
	width: 80%;
	height: 18px;
	top: 115px;
	background: url(images/btn_elaboracion.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera .elaboracion A:HOVER{
	background: url(images/btn_elaboracion.gif) no-repeat 0 100%;
	}
	.widget.widget-botonera .oropres-blog A{
	position: absolute;
	width: 80%;
	height: 18px;
	top: 158px;
	background: url(images/btn_cafe-oropres-blog.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera .oropres-blog A:HOVER{
	background: url(images/btn_cafe-oropres-blog.gif) no-repeat 0 100%;
	}	
	.widget.widget-botonera .establecimiento A{
	position: absolute;
	width: 80%;
	height: 14px;
	top: 203px;
	background: url(images/btn_establecimiento.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera .establecimiento A:HOVER{
	background: url(images/btn_establecimiento.gif) no-repeat 0 100%;
	}	
	.widget.widget-botonera .establecimientos A{
	position: absolute;
	width: 80%;
	height: 14px;
	top: 245px;
	background: url(images/btn_establecimientos.gif) no-repeat 0 0;
	text-indent: -10000px;
	}
	.widget.widget-botonera .establecimientos A:HOVER{
	background: url(images/btn_establecimientos.gif) no-repeat 0 100%;
	}	
	
	
	
	.widget.widget-banner-medio {
		margin: 0; padding: 2px 1px;
		background: none;
	}
	
	.widget.widget-galeria {
		background: none;
		text-align: center;
		padding: 13px 0 50px 0;
	}
		
		.widget.widget-galeria H2 {
			text-indent: -10000px; 
			background: url(images/cabecera_galeria.gif) no-repeat 0 0;
		}
	.widget.widget-galeria IMG {
	padding: 2px; border: 1px solid #afafaf; 
	}
	
/*POSTS*/
.post {
	position: relative;
	margin: 0;
	padding: 25px 7px 50px 16px;
	color:#696969;
}
	.esquina {
		background:  url(images/bkg_posts2.gif) no-repeat 100% 100%;
	}
	.page {
		margin: 0;
		padding: 0 0 30px 0;
	}
	
	.post A:HOVER {
		color: #a50328;
		}	
	
	.post .post-date {
		position: absolute;
		top: 0; left: -42px;
		width: 42px; height: 96px;
		background:  url(images/bkg_date.gif) no-repeat 0 0;
		text-align: center;
		color: #FFF;
		font-size: 1.4em;
		padding-top: 20px;
		text-transform:uppercase;

	}
		.post .post-date STRONG{	
			color: #FFF;
		}
		
	.post .post-coment {
		position: relative;
		margin:0; padding:0;
		width: 53px;
		float: right;
		text-align: center;
	}
		
		.post .post-coment A {
			margin: 0; padding: 0 24px 10px 10px;
			background: url(images/bullet_coment.gif) no-repeat 100% 4px;
			font-size: 1.6em;
			font-weight: bolder;
			color: #f49d06;
			text-decoration:none;
		}
		.post .post-coment A:HOVER
		 {color: #a50328;
		}	
		
	
	.post .post-title,
	.page H2 {
		margin: 0 54px 0 0; padding: 2px 0 10px 0;
		background: url(images/bkg_tit_blog-coment.gif) repeat-y 100% 0;
		font-size: 1.6em;
		color: #383838;
		font-weight: bolder;
	}
		.page H2 {
			margin-right: 0;
		}
		
		.post .post-title A {
			color: #383838;
			text-decoration: none;
		}
		
		.post.page .post-title {
			margin: 0 ; padding: 0;
			text-indent: -10000px;
			height: 35px;
			font-size: 1.6em;
			color: #383838;
			font-weight: bolder;
		}
			.post.page.page-que-es-cafe-oropres .post-title {
				background: #FFFFFF url(images/cabecera_que-es.gif) no-repeat 0 0;
			}
			.post.page.page-suscripcion .post-title {
				background: #FFFFFF url(images/suscripcion.gif) no-repeat 0 0;
			}
			.post.page.page-productos .post-title {
				background: #FFFFFF url(images/productos.gif) no-repeat 0 0;
			}	
			.post.page.page-elaboracion .post-title {
				background: #FFFFFF url(images/elaboracion.gif) no-repeat 0 0;
			}								
			.post.page.page-acerca-de .post-title {
				background: #FFFFFF url(images/acerca-de.gif) no-repeat 0 0;
			}			
			.post.page.page-contacto .post-title {
				background: #FFFFFF url(images/contacto.gif) no-repeat 0 0;
			}	
			.post.page.page-rss .post-title {
				background: #FFFFFF url(images/rss.gif) no-repeat 0 0;
			}			
			.post.page.page-oropres-en-tu-establecimiento .post-title {
				background: #FFFFFF url(images/oropres-en-tu-establecimiento.gif) no-repeat 0 0;
			}			
			.post.page.page-establecimientos-oropres .post-title {
				background: #FFFFFF url(images/establecimientos-oropres.gif) no-repeat 0 0;
			}
			.post.page.page-condiciones-de-uso .post-title {
				background: #FFFFFF url(images/tit_condiciones_uso.gif) no-repeat 0 0;
			}
			
			
			
	.post .post-entry {
		margin: 0; padding: 30px 0 10px;
		background: url(images/bkg_tit_blog.gif) repeat-x 0 0;
	}
		
		.post .post-entry H1,
		.post .post-entry H2,
		.post .post-entry H3,
		.post .post-entry H4,
		.post .post-entry H5,
		.post .post-entry H6 {
			margin: 0; padding: 10px 0;
		}
			
		.post .post-entry H3 {
			color: #000;
			background: url(images/bkg_tit_blog.gif) repeat-x 0 100%;
			margin-bottom: 10px;
		}
			
			.post .post-entry .tit-h3-boletin-de-correo {
				margin-top: 30px;
				background: url(images/tit_boletin_correo_electronico.gif) no-repeat 0 50%;
				text-indent: -10000px;
			}
			.post .post-entry .tit-h3-agregadores-rss {
				margin-top: 30px;
				background: url(images/tit_agregador_noticias.gif) no-repeat 0 50%;
				text-indent: -10000px;
			}
		
		.post .post-entry .num-reservas {
			float: right;
			border: 1px solid #c6c6c6;
			background: #eee;
			padding: 3px 6px;
			margin: 6px 0 6px 10px;
		}
		
		.post .post-entry .googlemap {
			border: 1px solid #c6c6c6;
			padding: 2px;
		}
	
	.post-entry.principal{
		position: relative;
	}
	
	.posicion-imagen {
		margin: -8px 1px 10px 10px;
		float: right;
	}
		
		.post .post-entry IMG, .post .post-entry-estatica IMG {
			padding: 2px; border: 1px solid #afafaf; 
		}
	
		.post.page .post-entry {
			padding: 30px 16px 10px;
			background:  none;
		}
		
			.post-entry UL{
				padding: 15px 0 15px 50px; 
				line-height: 1.3em;
				font-size: 1.2em;
			}
		
			 .post-entry UL LI{
			background: url(images/bullet_li_post.gif) no-repeat 0 4px;
			list-style: none;
			padding-left: 15px;
			}
			
			.post-entry BLOCKQUOTE {
				margin: 10px 0; padding: 51px 34px 48px 42px;
				background: #f7f7f7 url(images/bkg_post-entry-blockquote.gif) no-repeat 0 0;
				border: 1px solid #dbdada;
			}
				
				.post-entry BLOCKQUOTE P {
					margin: 0; padding: 4px 0;
				}
	
	.post P {
		margin: 0; padding: 10px 0;
		font-size: 1.2em;
		line-height: 1.3em;
	}
		
		.post  A{
		color: #f49d06;
		text-decoration: underline;
		}
		
		.post  STRONG {
			color: #404040;
			font-weight: bold;
		}
		
		.post .more-link {
			display: block;
			margin: 31px 0 6px; padding: 0;
			height: 32px;
			background: url(images/btn_leer-mas.gif) no-repeat 0 100%;
			color: #a50328;
			text-decoration: underline;
			text-indent: -10000px;
		}
		
		
	
	.pie-post {
		background: #FFF url(images/bkg_pie_post.gif) repeat-x 0 100%;
		height: 32px;
		margin: 20px 0 27px 0;
		clear: both;
	}
		
		.pie-post UL {
			padding-left: 18px;
			height: 32px;
			padding-top: 8px;
		}
			
			.pie-post UL LI {
				float: left;
				padding: 0;
				color: #c3cab3;
			}
				
				.pie-post UL LI A {
					margin: 0; padding: 9px;
					color: #f49d06;
					text-decoration: underline;
				}
			
					.pie-post UL LI .comentar {
						background: url(images/bullet_coment_pie-post.gif) no-repeat 0 9px;
						padding-left: 20px;
					}
					
					.pie-post UL LI .compartir,
					.pie-post UL LI .akst_share_link {
						background: url(images/bullet_compartir.gif) no-repeat 0 9px;
						padding-left: 40px;
					}

			
			

.paginador-post {
	padding-top: 114px;
	padding-bottom: 114px;
	text-align: center;
}

	.paginador-post UL {
		float: left;
		padding-left: 13px;
		display: inline;
	}
		
		.paginador-post UL LI {
			color: #c3cab3;
			display: inline;
			border: 1px solid #c3cab3;
		}
			
			.paginador-post UL LI A {
				margin: 0; 
				color: #f49d06;
				text-decoration: none;
			}
				
				.paginador-post UL LI A:hover {
				 background: #f49d06;
				 color: #FFF ;
				 text-decoration:none;
				 
				}
				
				.paginador-post UL LI.anterior {
			padding: 6px 25px;
				}
				.paginador-post UL LI.numero {
			padding: 6px 9px;	}
				.paginador-post UL LI.siguiente {
			padding: 6px 25px;
				}
				
				
/* Navegacion */
.navigation {
	position: relative;
	margin: 0; padding: 0 0 27px 0;
	color: #f49d06;
}
	
	.navigation A {
		color: #f49d06;
		text-decoration:underline;

}
		
		.navigation A:hover {
			color: #a50328;
			
		}
	
	.navigation .alignleft {
		float: left; width: 48%;
		}
	.navigation .alignleft A{ background: url(images/bullet_anterior.gif) no-repeat 0 3px;
				padding-left: 15px;}
	
	.navigation .alignright {
		float: right; width: 48%;
		text-align: right;
						}

	.navigation .alignright A{background: url(images/bullet_siguiente.gif) no-repeat 100% 3px                                ;
	padding-right: 15px;}

			
/* Comentarios */
.tit_comments {
	margin: 0 0 31px 0px; padding: 0;
	background: url(images/tit_comentarios.gif) no-repeat 0 50%;
	text-indent: -10000px;
	height: 35px;
}

.commentlist {
}
	
	.commentlist A, .commentsingle A {
		color: #f49d06;
	}
		.commentlist A:hover {
			color: #a50328;
		}
	
	.commentlist .nocomments	{
		margin: 0; padding: 0 20px 20px;
	}
		
	.commentlist .commentsingle {
		margin: 0; padding: 0 0 20px;
	}
	
		.commentlist .commentsingle .commentsingle-info {
			margin: 0; padding: 8px 0 0 70px;
			height: 18px;
			background: url(images/bkg_comment-single_info.gif) no-repeat 0 0;
			color: #a8a8a8;
			margin-right: 9px;
		}
		
		.commentlist .commentsingle .commentsingle-data {
			margin: 0; padding: 20px 8px;
			border: 1px solid #d9d9d9;
			border-top: 0;
			margin-right: 9px;
		}
			
			.commentlist .commentsingle .commentsingle-data .commentsingle-number {
				margin: 0; padding: 0;
				width: 72px; height: 72px;
				line-height: 72px;
				text-align: center;
				float: left;
				font-size: 3em;
				color: #f49d06;
				border-right: 1px solid #d9d9d9;
			}
			
			.commentlist .commentsingle .commentsingle-data .commentsingle-content {
				margin-left: 92px;
				color: #5b5b5b;
			}

/* Dejar Comentario */
#respond {
	padding-left: 44px;
	padding-right: 44px;
}

.tit_respond {
	margin: 0 -44px 24px -44px; padding: 0;
	background: url(images/cabecera_dejar-comentario.gif) no-repeat 0 50%;
	text-indent: -10000px;
	height: 35px;
}
	
	#respond A {
		color: #f49d06;
	}
		
		#respond A:hover {
			color: #ff8a00;
		}
		
	#respond .label-input {
		margin: 0; padding: 10px 0 2px 0;
		display: block;
		color: #808080;
		font-weight: bolder;
	}
	
	#respond .text-input {
		width: 97.9%;
		margin: 0; padding: 4px 6px;
		background: #f0f0f0;
		border: 0;
	}
	
	.post P.ingredientes {
		text-indent: -10000px;
		background: url(images/tit_ingredientes.gif) no-repeat;
		width: 121px; height: 31px;
		margin: 0; padding: 0;
		margin-top: 15px;
	}
	
	.post P.receta-elaboracion {
		text-indent: -10000px;
		background: url(images/tit_elaboracion.gif) no-repeat;
		width: 121px; height: 31px;	
		margin: 0; padding: 0;
		margin-top: 15px;
	}
	
	UL.lista-elabora {
		list-style: none;
		margin: 0; padding: 16px 25px;
	}
		UL.lista-elabora li {
			position: relative;
			margin: 10px 0; padding: 0 0 0 40px;
			list-style: none;
			background: url(images/caja_numero.gif) no-repeat 0 0;
			clear: both;
		}
			UL.lista-elabora li .numero-receta {
				position: absolute;
				top: 7px; left: 0;
				width: 35px; height: 32px;
				color: #fff;
				font-size: 2em;
				text-align: center;
			}

	
#flickr_badge_uber_wrapper { text-align:center; }
#flickr_badge_wrapper {padding: 10px 20px;}
.flickr_badge_image {margin:0 4px; display: inline; }
.flickr_badge_image img {border: 1px solid #000; margin: 4px 0;}
#flickr_badge_source {text-align:left; margin:0;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}