/*
Theme Name:		Platos y recetas
Theme URI:		http://www.platosyrecetas.com
Description:	Theme para la web platos y recetas
Version:		0.1
Author:			Flotadorderayas
Author URI:		http://www.flotadorderayas.com
*/

body {
	text-align: center;		/* Un regalo para el viejo IE */
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 0.95em;
	color: #1E1E1E;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p {
	margin: 0;
	padding: 0;
}

img { border: 0px none;}

a:link, a:visited {
	color: #53A3E9;
	text-decoration: none;
	border-bottom: 0px dotted #53A3E9;
}

a:hover {
	color: #D99232;
	text-decoration: none;
	border-bottom: 1px dotted #D99232;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
}

/* Comienza la definicion de estilos para la cabecera */
#header {
	float: left;
	width: 980px;
	height: 125px;
	border: 0px solid red;
	background-color: #C2E5A2;
}

#header .logo {
	float: left;
	width: 670px;
	height: 100px;
	border: 0px solid blue;
	background: url('images/fondo_cabecera.jpg') no-repeat left top;
}

#header .logo a {
	margin-left: 170px;
	text-decoration: none;
	border-bottom: 0px dotted #53A3E9;
}

#header .buscador {
	float: left;
	width: 300px;
	height: 100px;
	margin-left: 10px;
	border: 0px solid blue;
}

#header .buscador h2 {
	margin: 15px 0 0 0;
	padding-left: 50px;
	font-size: 0.95em;
	color: #2F862F;
}

/* Estilos para el formulario de busqueda */
fieldset.search {
	border: none;
	width: 250px;
	margin: 5px auto;
	background: transparent;
}
.search input, .search button {	/* Une el textbox con el boton de busqueda */
	border: none;
	float: left;
}
.search input.searchBox {
	color: #000000;
	font-size: 0.96em;
	width: 180px;
	height: 15px;
	padding: 2px 2px 2px;
	background: #E2F3D2;
	margin-right: 0px;				/* Separacion entre textbox y boton de busqueda */
	border: 1px solid #D99232;		/* Ojo! Debe ser del mismo color que el boton de busqueda */
}
.search input.searchBox:focus {	/* Cambia el color de fondo del textbox al recibir foco */
	background: #ECC188;
	outline: none;
}
.search input.searchButton {
	width: 60px;
	height: 21px;				/* height + padding top y bottom + border top y bottom del textbox */
	cursor: pointer;
	background: #D99232;
	color: #000000;
}
/* Fin de los estilos para el formulario de busqueda */

/* Estilos para Not Found */
.notfound {
	background: #FFFFFF url('images/olla.png') no-repeat left top;
	height: 80px;
}

.notfound h2 {
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 160px;
	text-align: left;
	font-size: 0.8em;
}
/* Fin de estilo para Not Found */

/* Estilos para la barra de navegacion superior */
#header .navegacion {
	float: left;
	margin: 5px 0 0 0;
	width: 980px;
	border: 0px solid blue;
	background: #C2E5A2 url('images/header-inf.png') no-repeat left top;
}

#header .navegacion ul {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

#header .navegacion li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#header .navegacion li a:link,  #header .navegacion li a:visited {
	color: #A33739;
	font-size: 0.9em;
	font-weight: bold;  
 	text-decoration: none;
  border-bottom: 0px;
}

#header .navegacion li a:hover {
	color: #D99232;
	font-size: 0.9em;
	font-weight: bold;  
 	text-decoration: none;
  	border-bottom: 0px;	
}
/* Fin de los estilos para la barra de navegacion superior */

/* Comienza la definicion de estilos para el container principal y los bloques de este*/
#container {
	float: left;
	margin-top: 4px;
	width: 980px;
	border: 0px solid white;
}

#izquierda {
	float: left;
	width: 120px;
	height: 600px;
	border: 0px solid white;
}

#centro {
	float: left;
	width: 540px;
	height: 250px;
	margin-left: 8px;
	border: 0px solid white;
}

#lista-recetas {
	float: left;
	width: 540px;
	margin-left: 8px;
	border: 0px solid white;
}

#receta {
	float: left;
	width: 540px;
	margin-left: 8px;
	border: 0px solid white;
}

#pagina {
	float: left;
	width: 590px;
	margin-left: 8px;
	border: 0px solid white;
}

#derecha {
	float: left;
	width: 300px;
	height: 250px;
	margin-left: 5px;
	border: 0px solid white;
}

#derecha-post {
	float: left;
	width: 300px;
	height: 575px;
	margin-left: 5px;
	border: 0px solid white;
}

#derecha-pagina {
	float: left;
	width: 250px;
	height: 250px;
	margin-left: 10px;
	border: 0px solid white;
}

#panel {
	float: left;
	width: 850px;
	height: 350px;
	margin-left: 10px;	/* PONER A 10px CUANDO QUITEMOS LOS BORDES */
	border: 0px solid white;
}
/* Fin de la definicion de estilos para los bloques principales */

/* Estilos para la seccion de ultimas recetas */
#centro .centro-sup {
	height: 30px;
	background: #FFFFFF url('images/centro-sup.png') no-repeat left top;
}

#centro .centro-sup h2 { 	/* Titulo de la seccion central */
	padding-top: 10px;
	text-align: center;
	font-size: 0.95em;
}

#centro .centro-inf {
	height: 45px;
	background: #FFFFFF url('images/centro-inf.png') no-repeat left top;
}

#centro .ultimas-recetas {
	background: #FFFFFF url('images/centro-centro.png') repeat-y left top;
}

#centro .ultimas-recetas ul {
	margin: 0;
	padding-left: 15px;		/* Separacion de las ultimas recetas respecto al borde izquierdo */
	text-align: left;
}

#centro .ultimas-recetas li {
	display: inline;	
}

#centro .ultimas-recetas li h3 {
	padding-top: 12px;		/* Separacion de las ultimas recetas entre ellas */
}

#centro .ultimas-recetas li a {
	font-size: 0.8em;		/* Enlaces a las ultimas recetas */
	font-weight: bold;  
 	text-decoration: none;
	border-bottom: 0px;
}
/* Fin de los estilos para la seccion de ultimas recetas */

/* Estilos para la pagina de categorias */
.categoria-sup {
	height: 30px;
	background: #FFFFFF url('images/centro-sup.png') no-repeat left top;	
}

.categoria-sup h2 {
	padding-top: 5px;
	text-align: center;
	font-size: 0.95em;
}

.categoria-centro {
	background: #FFFFFF url('images/categoria-centro.png') repeat-y left top;
}

.categoria-centro ul {
	margin: 0;
	padding-left: 10px;		/* Separacion de las recetas respecto al borde izquierdo */
	text-align: left;
}

.categoria-centro li {
	display: inline;
}

.categoria-centro li h3 {
	padding-top: 12px;		/* Separacion entre los enlaces de unas recetas y otras */
	padding-left: 12px;		/* Separacion entre los enlaces y la imagen a su izquierda */
	background: url('images/bullet.png') no-repeat left 14px;
}

.categoria-centro li h3 a {
	font-size: 0.75em;		/* Enlaces a las recetas de la categoria correspondiente */
	font-weight: bold;  
 	text-decoration: none;
	border-bottom: 0px;
}

.categoria-inf {
	height: 8px;
	background: #FFFFFF url('images/categoria-inf.png') repeat-x left top;
}
/* Fin de los estilos para la pagina de categorias */

/* Estilos para la pagina de cada receta individual */
#receta .receta-sup {
	height: 30px;
	background: #FFFFFF url('images/receta_sup_540x30.png') no-repeat left top;
}
#receta .receta-sup h2 {
	padding-top: 5px;
	text-align: center;
	font-size: 0.95em;
	color: #1F1F1F;
}

#receta .receta-centro p {
	margin-top: 10px;
	padding-left: 30px;
	font-size: 0.9em;
}

#receta .ingredientes {
	margin-left: 5px;
	width: 530px;
}

#receta .ingredientes h3 {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.95em;
	color: #2F862F;
}

#receta .ingredientes ul {
	margin-top: 10px;
	padding-left: 30px;
	list-style-image: url('images/bullet-verde.png');
	list-style-type: none;
}

#receta .ingredientes ul li {
	margin-top: 2px;
	font-size: 0.9em;
}

#receta .elaboracion {
	margin-left: 5px;
	width: 530px;
}

#receta .elaboracion h3 {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.95em;
	color: #2F862F;
}

#receta .elaboracion p {
	margin-top: 10px;
	padding-left: 30px;
	font-size: 0.9em;
}

#receta .titular {
	margin-left: 5px;
	width: 530px;
}

#receta .titular h2 {
	margin-top: 10px;
	padding-left: 25px;
	font-size: 0.95em;
	font-weight: bold;
	color: #2F862F;
}

#receta .valoracion {
	margin-top: 20px;
	padding-left: 30px;
}

#receta .valoracion .texto-valoracion {
	font-size: 0.8em;
	font-weight: bold;
}

/* Fin de los estilos para cada receta individual */

/* Comienzo de los estilos para las recetas relacionadas */
.recetas-relacionadas {
	margin-top: 10px;
}

.recetas-relacionadas .cabecera-relacionadas {
	padding-left: 30px;
	font-size: 0.95em;
	font-weight: bold;
	color: #2F862F;
}

.recetas-relacionadas ul {
	margin-top: 10px;
	padding-left: 30px;
	list-style-type: none;	
}

.recetas-relacionadas ul li {
	margin-top: 5px;
	font-size: 0.75em;
}
/* Fin de los estilos para las recetas relacionadas */

/* Comienzo de los estilos para las paginas */
#pagina .pagina-sup {
	height: 30px;
	background: #FFFFFF url('images/receta_sup_590x30.png') no-repeat left top;
}
#pagina .pagina-sup h2 {
	padding-top: 5px;
	text-align: center;
	font-size: 0.95em;
	color: #1F1F1F;
}

#pagina .pagina-centro h1, #pagina .pagina-centro h2, #pagina .pagina-centro h3 {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 0.95em;
	width: 530px;
}

#pagina .pagina-centro ul {
	margin-top: 10px;
	padding-left: 30px;
	list-style-image: url('images/bullet-verde.png');
	list-style-type: none;
}

#pagina .pagina-centro ul li {
	margin-top: 2px;
	font-size: 0.9em;
}

#pagina .pagina-centro p {
	margin-top: 10px;
	padding-left: 30px;
	font-size: 0.9em;
}
/* Fin de los estilos para las paginas */

/* Comienzan los estilos de los paneles */
.aire {
	width: 580px;
	height: 20px;
	line-height: 20px;
}

.panel_izquierdo {
	float:left;
	width: 580px;
	height: 300px;
	margin-top: 40px;
	margin-left: 0px;
	border: 0px solid white;
}

.secciones {
	float: left;
	width: 580px;
	height: 130px;
}

.promociones {
	float: left;
	width: 580px;
	height: 170px;
}

.titulo_panel_izquierdo {
	font-size: 1em;
	font-weight: bold;
	color: #2F862F;
	border-bottom: 2px solid #C2E5A2;
}

.titulo_panel_izquierdo a:link, .titulo_panel_izquierdo a:visited {
	color: #A33739;
 	text-decoration: none;
}

.titulo_panel_izquierdo a:hover {
	color: #D99232;
 	text-decoration: none;
 	border-bottom: none;
}

.panel_izquierdo .posts ul {
	margin: 0;
	padding-left: 15px;		/* Separacion de los posts respecto al borde izquierdo */
	text-align: left;
}

.panel_izquierdo .posts li {
	display: inline;	
}

.panel_izquierdo .posts li h3 {
	padding-top: 12px;		/* Separacion de los posts entre ellos */
}

.panel_izquierdo .posts li a {
	font-size: 0.8em;		/* Enlaces a los posts */
	font-weight: bold;  
 	text-decoration: none;
	border-bottom: 0px;
}

.panel120x600 {
	width: 120px;
	height: 600px;
	float:left;
	background: #FFFFFF url('images/panel_120x600.png') no-repeat left top;
}

.panel_derecho {
	float: left;
	width: 250px;
	height: 300px;
	margin-top: 12px;
	margin-left: 0px;
	border: 0px solid white;	
}

.contenido_panel_derecho {
	margin-left:0px;
	float: left;
	width:250px;
	height:300px;
}

.contenido_panel_derecho_pagina {
	margin-left:0px;
	float: left;
	width:250px;
	height:300px;
}

.contenido_panel_derecho a, .contenido_panel_derecho_pagina a {
	color: #A33739;
	text-decoration: none;
	border-bottom: 1px dotted #A33739;
}

.colaboraciones {
	margin:15px auto 0 auto;
	float: left;
	width:250px;
	height:150px;
	background: #FFFFFF url('images/colaboraciones.png') no-repeat left top;
}

.colaboraciones div.colaboraciones_sup {
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 75px;
}

.colaboraciones div.colaboraciones_inf {
	text-align:center;
	font-size: 1.25em;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
}

.suscripcion {
	margin-top:5px;
	float: left;
	width:250px;
	height:100px;
	background: #FFFFFF url('images/suscripcion.png') no-repeat left top;
}

.suscripcion div.suscripcion_sup {
	text-align:center;
	font-size: 1.1em;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.suscripcion div.suscripcion_inf {
	text-align:center;
	font-size: 1em;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.pesos_y_medidas {
	margin-top: 10px;
	width: 580px;
	height: 150px;
	background: #FFFFFF url('images/pesos_y_medidas.png') no-repeat left top;
}

.pesos_y_medidas div.pesos_y_medidas_sup {
	margin-left: 110px;
	margin-right: 30px;
	padding-top: 25px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.pesos_y_medidas div.pesos_y_medidas_sup a {
	color: #A33739;
	text-decoration: none;
	border-bottom: 1px dotted #A33739;
}
/* Fin de los estilos de los paneles*/

/* Estilos para los bloques anuncios */
.ads_panel_derecho {
	margin-left:0px;
	float: left;
	width:300px;
	height:250px;	
}

.ads_panel_derecho_general {
	margin-left:0px;
	float: left;
	width:300px;
	height:250px;
	padding-left: 25px;
}

.ads_panel_derecho_pagina {
	margin-left:0px;
	float: left;
	width:250px;
	height:260px;	
}

.ads-conversor {
	margin-left:50px;
	width:468px;
	height:60px;	
}

#contentAd468x60_Pesosymedidas {
    width: 468px;
    height: 60px;
    margin: 6px 0px 25px 55px;
}

#postContentAd468x60 {
	width: 468px;
	height: 60px;
	margin: 5px 0px 20px 36px;
}

#CategoriaAdContainer {
	width: 485px;
	margin-left: 20px;
	margin-top: 5px;
}

.CategoriaAdSup {
	height: 22px;
	background: #FFFFFF url('images/CategoriaAdSup.png') no-repeat left top;
}

.CategoriaAdCen {
	height: 15px;
	padding-left: 5px;
	background: #FFFFFF url('images/CategoriaAdCen.png') repeat-y left top;
}

.CategoriaAdInf {
	height: 10px;
	background: #FFFFFF url('images/CategoriaAdInf.png') no-repeat left top;
}
/* Fin de estilos para bloques de anuncios*/

.volver {
	margin-top: 25px;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 30px;
}

fieldset.conversion {
	border: none;
	margin: 5px auto;
	background: transparent;
}

.resultado-conversion h2 {
	width: 590px;
	padding-left: 20px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #2F862F;
}

#containerLicencia {
	float: left;
	width: 980px;
	margin-top: 20px;
}
p.licencia {
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 0.95em;	
}

/* Comienza la definicion de estilos para el footer */
#footer {
	float: left;
	width: 980px;
	height: 75px;
	margin-top: 10px;
	border-top: 5px solid #C2E5A2;
	text-align: center;
}

#footer p.info {
	margin-top: 2px;
	font-size: 0.9em;
}

#footer p.licencia {
	margin-top: 4px;
	font-size: 0.8em;
}

#footer p.creditos {
	margin-top: 2px;
	font-size: 0.75em;
}