/* @override 
	http://rsaenz.webfactional.com/media/css/cdd_estilos.css
	http://www.clubdeldisco.com/media/css/cdd_estilos.css
	http://clubdeldisco.com/media/css/cdd_estilos.css
*/

/* ESTILOS CLUB DEL DISCO - 2010 */

/*
   Estudio Pica
   www.estudiopica.com.ar
   Diseño y desarrollo client-side.
*/

/* ================== */

/* COLORES 
   *******
   rojo:  #d00
   gris1: #ebebeb
   gris2: #dcdcdc
*/

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000;
	color: #fff;
	font: 11px/1.4em Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	height: 100%;
}

#encabezado {
	padding-top: 10px;
	margin-bottom: 10px;
}

#contenido {
	background-color: #fff;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
}

#pie {
	margin-top: 20px;
	padding-bottom: 20px;
}

a {
	color: #d00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

ul {
	list-style-position: outside;
	margin-left: 1.2em;
}

/* ================== */

/* ENCABEZADO */

#logo {
	margin: 0 20px 0 0;
}

#logo h1 a {
	width: 126px;
	height: 50px;
	display: block;
	background: url(../images/logo_cdd.gif) no-repeat left top;
	text-indent: -10000px;
}

#banner {
	height: 50px;
}

#logueo {
	background-color: #363636;
	height: 46px;
	margin-right: 0;
	width: 232px;
	position: relative;
	font-size: 10px;
	line-height: 1em;
	padding: 2px;
}

/* ================== */

/* ENCABEZADO - logueo */

#logueo div.logueo_sec {
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}

#logueo input#id_username {
	height: 16px;
	font-size: 10px;
	line-height: 1em;
	width: 87px;
}

#logueo input#id_password {
	height: 16px;
	font-size: 10px;
	line-height: 1em;
	width: 87px;
}

#logueo #unite {
	background-color: #f00;
	border: 1px solid #ab8282;
	color: #ddd;
	font-size: 9px;
	padding: 1px 3px;
	height: 15px;
	position: absolute;
	right: 3px;
	display: block;
	width: 82px;
	top: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.8em;
}

#logueo #unite:hover {
	background-color: #d00;
	color: #fff;
	text-decoration: none;
	border: 1px solid #e1abac;
}

#logueo input#login_entrar {
	position: absolute;
	right: 3px;
	display: block;
	width: 90px;
	height: 19px;
	text-align: center;
	background-color: #464646;
	color: #ddd;
	font-size: 9px;
	padding: 1px 4px;
	bottom: 4px;
	line-height: 1.2em;
	border: 1px solid #535353;
}

#logueo input#login_entrar:hover {
	background-color: #727272;
}

#logueo #lost-password {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

#logueo p {
	padding-left: 7px;
	padding-top: 3px;
}

#logueo #usuario_logueado p.usuario_nombre {
	margin-bottom: 6px;
	font-size: 11px;
	color: #d8d8d8;
	margin-top: 2px;
}

#logueo #usuario_logueado p.usuario_perfil {
	left: 2px;
	bottom: 7px;
	position: absolute;
	height: 1.78em;
}

#logueo #usuario_logueado p.usuario_logout {
	bottom: 7px;
	left: 60px;
	position: absolute;
	height: 1.78em;
}

#logueo #usuario_logueado p.usuario_perfil a, #logueo #usuario_logueado p.usuario_logout a  {
	border: 1px solid #616161;
	padding: 3px;
	display: block;
	width: 41px;
	text-align: center;
	background-color: #444;
	text-decoration: none;
}

#logueo #usuario_logueado p.usuario_perfil a:hover, #logueo #usuario_logueado p.usuario_logout a:hover  {
	background-color: #5b5b5b;
	text-decoration: none;
}

/* ================== */

/* BOTONERA */

#botonera {
	background-color: #000;
	color: #fff;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0;
	width: 738px;
	height: 23px;
	margin-bottom: 25px;
}

#botonera li {
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.2em;
	display:inline;
	float: left;
	position: relative;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#botonera li.primera {
	border-left-style: none;
}

#botonera li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 28px;
	text-transform: lowercase;
}

#botonera li a:hover {
	text-decoration: none;
	background-color: #3e3e3e;
}

#botonera li.current {
	border-style: none;
	margin-right: -1px;
	z-index: 5;
}

#botonera li.current a {
	background-color: #d00;
	color: #fff;
	position: relative;
	top: -5px;
	border-top: 5px solid #d00;
	border-bottom: 8px solid #d00;
}

#botonera li.current a:hover {
	background-color: #fff;
	color: #d00;
}

#buscador {
	background-color: #aaa;
	height: 23px;
	padding: 5px;
	width: 216px;
	margin-left: 0;
	text-align: center;
}

#buscador label {
	display: none;
}

#buscador input#buscar {
	background-color: #d4d4d4;
	border: 1px solid #dbdbdb;
	font-size: 10px;
	padding: 1px;
	margin-top: 3px;
	height: 14px;
	line-height: 1.2em;
	width: 152px;
}

#buscador input#buscar:hover, #buscador input#buscar:focus {
	background-color: #ededed;
	border: 1px solid #dbdbdb;
}

#buscador input#boton_buscar {
	background-color: #d00;
	border: 1px solid #dbdbdb;
	font-size: 10px;
	line-height: 1.2em;
	padding: 1px 4px;
	color: #ddd;
	margin-top: 3px;
	height: 18px;
	margin-left: 1px;
}

/* === subbotonera */

#botonera_secundaria {
	background-color: #ebebeb;
	color: #404040;
	list-style-type: none;
	margin-right: 0;
	height: 23px;
	margin-bottom: 25px;
	border-top: 1px solid #d00;
	border-bottom: 1px solid #808080;
	padding: 0;
	margin-top: -22px;
}

#botonera_secundaria li {
	list-style-type: none;
	font-size: 11px;
	letter-spacing: 0.2em;
	display:inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#botonera_secundaria li a {
	text-decoration: none;
	display: block;
	padding: 4px 15px;
	color: #848484;
}

#botonera_secundaria li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #d00;
}

#botonera_secundaria li.current a {
	background-color: #d00;
	color: #fff;
}

#botonera_secundaria li.current a:hover {
	background-color: #fff;
	color: #d00;
}

/* ================== */

/* HOME - CONTENIDO */

/* === home */

body.home #agenda {
	
}

body.home #noticias {
	
}

body.home #socios {
	
}

#contenido h2 {
	font-weight: bold;
	color: #d00;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 4px;
	margin-bottom: 10px;
	text-transform: lowercase;
	margin-top: 20px;
}

#contenido h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	border-bottom: 1px dashed #b8b8b8;
	padding-bottom: 4px;
	margin-bottom: 7px;
	padding-top: 2px;
	margin-top: 20px;
}

#contenido h2:first-child, #contenido h3:first-child {
	margin-top: 0;
}

#contenido p.siguiente, #contenido p.anterior {
	margin-bottom: 2px;
}

#contenido p.siguiente a, #contenido p.anterior a {
	padding: 3px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #dcdcdc;
	height: 16px;
}

/* fondos multiples raros (no funca en IE) */

#contenido p.siguiente a {
	background-image: url(../images/flechitas_fondo_siguiente_der.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#contenido p.anterior a {
	background-image:url(../images/flechitas_fondo_anterior_der.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* fin fondos multiples raros */

#contenido p.siguiente a:hover, #contenido p.anterior a:hover {
	background-color: #ebebeb;
	font-weight: bold;
}

#contenido p.siguiente a:active, #contenido p.anterior a:active {
	background-color: #c8c8c8;
}

#contenido p.anterior {
	float: left;
	width: 50%;
	padding-right: 10px;
}

/* ================== */

/* HOME - CONTENIDO - AGENDA */

body.home #agenda div.vevent, body.agenda div.grid_3 div.vevent, body.socios div.grid_4 div.vevent {
	background-color: #ebebeb;
	padding: 9px 29px 7px 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

body.home #agenda div.vevent.con_beneficio {
	background-image: url(../images/logo_club_agenda_small.gif);
	background-repeat: no-repeat;
	background-position: 97% 5px;
}

body.home #agenda h4.summary, body.agenda div.grid_3 h4.summary, body.socios div.grid_4 h4.summary {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

body.home #agenda p.location, body.agenda div.grid_3 p.location, body.socios div.grid_4 p.location {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#agenda div.hentry.entry h4.entry-title {
	margin-bottom: 0.5em;
}

#agenda div.hentry.entry div.entry-summary {
	margin-bottom: 1em;
}

#contenido #agenda #foto_slider {
	margin-bottom: 20px;
}

#contenido #agenda div.hentry h4.volanta {
	font-size: 11px;
	background-color: #ebebeb;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 4px;
}

#contenido #agenda div.hentry h5.entry-title {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
	line-height: 1em;
	margin-top: 9px;
}

#contenido #agenda div.hentry img.post-foto.wide {
	width: 100%;
	height: auto;
	border-top: 1px solid #d4d4d4;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
}

#contenido #agenda div.hentry img.post-foto.wide:first-child {
	margin-top: -4px;
}

/* ================== */

/* HOME - CONTENIDO - NOTICIAS */

#noticias div.entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 14px;
	clear: both;
}

#noticias h4.entry-title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#noticias div.entry-summary {
	font-size: 13px;
	font-weight: bold;
}

#noticias div.entry-summary p {
}

#noticias div.entry img.post-foto {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#noticias div.entry img.post-foto.wide {
	margin-right: 0;
}

/* ================== */

/* HOME - CONTENIDO - SOCIOS */

body.home #socios h2 {
	background-color: #d00;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 26px;
}

body.home #socios ul#selecciones {
	background-color: #ebebeb;
}

body.home #socios ul#destacados {
	background-color: #ebebeb;
}

body.home #socios ul#novedades {
	
}

div.banner_derecha {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.banner_derecha #facebook_like {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ================== */

/* GENERAL - POPULARES */

#contenido div.populares {
	margin-top: 20px;
}

#contenido div.populares h3 {
	
	margin-top: 1em;
	background-color: #000;
	margin-bottom: 0;
	border-bottom-style: none;
	padding: 5px;
	text-transform: none;
	color: #fffeff;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#contenido div.populares ul.lista_notas {
	background-color: #ebebeb;
	border: 1px solid #dcdcdc;
	padding: 5px 0;
	margin: 0 0 1em;
}

#contenido div.populares ul.lista_notas li {
	margin: 0;
	padding: 0;
	color: #d00;
}

#contenido div.populares ul.lista_notas li:hover {
	background-color: #fff;
}

#contenido div.populares ul.lista_notas li a {
	padding-left: 7px;
	padding-right: 7px;
}

/* ================== */

/* PIE */

#pie #clear_pie {
	border-top: 1px dashed #fff;
	height: 7px;
	visibility: visible;
	width: auto;
	margin: 10px;
}

#pie a {
	color: #fff;
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;
}

#pie a:active {
	text-decoration: underline;
}

#pie #col_izquierda, #pie #col_central, #pie #col_derecha {
	padding-bottom: 20px;
}

#pie h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #5f5f5f;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

#pie #pie_logo {
	background: url(../images/logo_cdd_pie.gif) no-repeat left top;
	width: 110px;
	height: 44px;
	margin-top: -5px;
}

#pie #pie_logo p {
	display: none;
}

/* ================== */

/* ARTÍCULO - CONTENIDO */

body.articulo #principal div.hentry {
}

body.articulo #principal div.hentry h2.volanta   {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

body.articulo #principal div.hentry h3.entry-title   {
	color: #d00;
	font-size: 29px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px dashed #b8b8b8;
	margin-top: 0;
	margin-bottom: 0;
}

body.articulo #principal div.hentry div.entry-meta   {
	color: #8c8c8c;
	font-size: 13px;
	border-bottom: 1px dashed #b8b8b8;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

body.articulo #principal div.hentry div.entry-meta span.author a   {
	color: #000;
}

body.articulo #principal div.hentry div.entry-summary   {
	color: #d00;
	font-weight: bold;
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

body.articulo #principal div.hentry div.entry-content {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 1.4em;
}

body.articulo #principal div.hentry div.entry-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.entry-utility {
	border-top: 1px dashed #b8b8b8;
	margin-top: 3em;
	padding-top: 5px;
}

/* ================== */

/* CONTENIDOS - NOTAS */

ul.lista_notas {
	list-style-type: none;
	margin: 0;
}

ul.lista_notas li {
	background-color: #ebebeb;
	margin-bottom: 2px;
}

ul.lista_notas li a {
	background-color: #ebebeb;
	text-decoration: none;
	color: #4b4b4b;
	display: block;
	padding: 2px;
}

ul.lista_notas li a:hover {
	background-color: #fff;
	color: #000;
}

div.entry-fragment {
	font-size: 11px;
	color: #404040;
	margin-top: 0.6em;
}

/* ================== */

/* CONTENIDOS - RESENAS */

div.filtros ul {
	list-style-type: none;
	margin: 0 0 2em;
}

div.filtros ul li {
	margin-bottom: 2px;
	background-color: #ebebeb;
}

div.filtros ul li a {
	text-decoration: none;
	color: #4b4b4b;
	display: block;
	padding: 2px 2px 2px 20px;
	background: #ebebeb url(../images/filtro_off.gif) no-repeat 5px 5px;
}

div.filtros ul li.seleccionado a {
	color: #d00;
	background: #dcdcdc url(../images/filtro_on.gif) no-repeat 5px 5px;
}

div.filtros ul li a:hover {
	background-color: #fff;
	color: #000;
}

ul.lista_resenas {
	list-style-type: none;
	margin-left: 0;
}

ul.lista_resenas li.producto {
	background-color: #ebebeb;
	margin-bottom: 3px;
	padding: 10px;
	position: relative;
	min-height: 60px;
}

ul.lista_resenas li.producto.disco-del-mes {
	border-right: 4px solid #c8c8c8;
}

ul.lista_resenas li.producto.folklores-del-mundo {
	border-right: 4px solid #dc9696;
}

ul.lista_resenas li.producto.clasica {
	border-right: 4px solid #96dcd9;
}

ul.lista_resenas li.producto a.foto_resena {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	display: block;
	/* para arreglar el error del espacio en las fotos de los discos*/
	font-size: 0;
	line-height: 0;
}

ul.lista_resenas li.producto a.foto_resena:hover {
	border: 1px solid #999;
}

ul.lista_resenas li.producto a.foto_resena img {
	border-style: none;
}

ul.lista_resenas li.producto div.titulo {
	color: #d00;
	font-style: italic;
	font-size: 14px;
	margin-left: 70px;
	margin-top: 0;
}

ul.lista_resenas li.producto div.autor {
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
}

ul.lista_resenas li.producto div.autor a {
	color: #000;
}

ul.lista_resenas li.producto div.seleccion {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #999;
	position: absolute;
	right: 4px;
	text-transform: lowercase;
	bottom: 10px;
}

ul.lista_resenas li.producto.folklores_del_mundo div.seleccion {
	color: #dc9696;
}

ul.lista_resenas li.producto div.tags {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #999;
	margin-left: 70px;
	margin-top: 19px;
}

ul.lista_resenas li.producto div.tags a {
	text-decoration: none;
	color: #999;
}

ul.lista_resenas li.producto div.tags a:hover {
	text-decoration: underline;
}

/* ================== */

/* CONTENIDOS - COMENTARIOS */

#comments {
	height: auto;
	margin-left: 0;
	margin-top: 40px;
}

#contenido #comments h3 {
	margin-top: 20px;
}

#contenido #comments ol {
	list-style-type: none;
}

#contenido #comments li.comment {
	background-color: #ebebeb;
	padding: 3px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contenido #comments li.comment img.comment_avatar {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
}

#contenido #comments li.comment div {
	margin-left: 46px;
}

#contenido #comments li.comment div.comment-meta {
	font-size: 10px;
	color: #979797;
}

#contenido #comments li.comment div.comment-content {
	background-color: #fff;
	padding: 4px;
}

#respond {
	height: auto;
	margin-left: 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.grid_9 #comments, div.grid_9 #respond {
	margin-left: 328px;
}

div.grid_9 div.entry-utility {
	margin-left: 328px;
	position: relative;
	
	clear: both;
	display: block;
	overflow: hidden;
}

#respond form textarea {
	padding: 3px;
	height: 6em;
	background-color: #ebebeb;
	border: 1px solid #bebebe;
	margin: 3px 0 10px;
	display: block;
	width: 98%;
}

#respond form textarea:focus {
	border-color: #f00;
	background-color: #f1dfdf;
}

/* ================== */

/* CONTENIDOS - ARTISTA */

body.artista #contenido h2.titulo_seccion {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ababab;
	color: #000;
	margin-top: 0;
}

body.artista #contenido h3.nombre_artista {
	font-size: 30px;
	color: #d00;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #ababab;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 16px;
	margin-bottom: 5px;
}

body.artista #contenido img.foto_artista {
	
}

body.artista #contenido div.descripcion_artista {
	font-size: 12px;
	line-height: 1.6em;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

body.artista #contenido div.articulos_artista div.hentry {
	background-color: #ebebeb;
	margin-bottom: 3px;
	padding: 10px;
}

body.artista #contenido div.articulos_artista div.hentry h4.entry-title {
	text-transform: uppercase;
	color: #d00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

body.artista #contenido div.articulos_artista div.hentry div.entry-summary {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

body.artista #contenido div.articulos_artista div.hentry div.entry-fragment {
	font-size: 11px;
}

/* ================== */

/* CONTENIDOS - PRODUCTO */

body.producto #contenido h2.titulo_seccion {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ababab;
	color: #000;
	margin-top: 0;
}

body.producto #contenido h3.titulo_producto {
	font-size: 26px;
	color: #d00;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	padding-top: 1px;
	border-bottom-style: none;
	margin-top: 10px;
	margin-bottom: 1px;
}

body.producto #contenido h3.nombre_artista {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ababab;
	line-height: 1em;
	padding-top: 0;
	padding-bottom: 8px;
	margin-bottom: 5px;
	margin-top: -2px;
}

body.producto #contenido h3.nombre_artista a {
	color: #000;
}

body.producto #contenido img.foto_producto {
	border-bottom: 1px solid #ababab;
	margin: 0;
	padding: 0 0 5px;
}

body.producto #contenido div.producto_cambios_pedido {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px 8px 3px;
	border: 1px solid #e77878;
	background: #ebebeb url(../images/carrito_fondo.gif) repeat;
}

body.producto #contenido div.producto_cambios_pedido ul {
	color: #d00;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body.producto #contenido div.producto_cambios_pedido ul li {
	margin: 0 0 5px;
}

body.producto #contenido div.producto_cambios_pedido ul a {
	color: #d00;
	background-color: #fff;
	display: block;
	padding: 3px;
}

body.producto #contenido div.meta-informacion {
	background-color: #ebebeb;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
}

body.producto #contenido div.ficha_tecnica {
	background-color: #ebebeb;
	padding: 1px 8px 8px;
	margin-top: -4px;
}

body.producto #contenido div.ficha_tecnica h4 {
	color: #d00;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

body.producto #contenido div.ficha_tecnica a {
	color: #000;
}

body.producto #contenido div.ficha_tecnica strong a {
	font-weight: normal;
	font-style: normal;
}

body.producto #contenido div.ficha_tecnica a:before {
	content: "» ";
}

ol.lista_temas {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0;
	background-color: #ebebeb;
	padding-left: 2em;
	margin-top: -4px;
}

ol.lista_temas li {
	margin-bottom: 3px;
	line-height: 1.4em;
	padding: 1px;
}

body.producto #contenido div.producto_contenido div.entry-summary   {
	color: #d00;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 1em;
	line-height: 1.2em;
	margin-top: 0.5em;
}

body.producto #contenido div.producto_contenido div.entry-content {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 1.4em;
}

body.producto #contenido div.producto_contenido div.entry-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* ================== */

/* AGENDA */

div.vcalendar div.vevent {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

body.agenda #agenda div.vcalendar h3.dia {
	background-color: #ebebeb;
	padding: 10px 5px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d2d2d2;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

body.agenda #agenda div.vcalendar h3.dia:target {
	background-color: #ffd8d9;
	border-bottom: 1px solid #d00;
}

body.agenda #agenda div.vevent {
	margin-bottom: 5px;
	padding: 12px 5px 8px;
	position: relative;
	margin-top: 0;
	min-height: 80px;
}

body.agenda #agenda div.vevent + div.vevent {
	border-top: 1px solid #e1e1e1;
}

body.agenda #agenda div.vevent.con_beneficio {
	background: url(../images/logo_club_agenda.gif) no-repeat 11px 30px;
}

body.agenda #agenda div.vevent p.hora {
	position: absolute;
	top: 0;
	left: 0;
	padding: 11px 5px 5px;
	width: 50px;
}

body.agenda #agenda div.vevent h4.summary {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 60px;
	margin-right: 170px;
}

body.agenda #agenda div.vevent div.descripcion_evento {
	font-size: 10px;
	margin-left: 60px;
	margin-right: 170px;
	font-weight: bold;
}

body.agenda #agenda div.vevent div.beneficio_evento {
	font-size: 10px;
	margin-left: 60px;
	margin-right: 170px;
	/*border: 1px dotted #dca1a1; */
	margin-top: 5px;
	background-color: #fff1f1;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

body.agenda #agenda div.vevent div.datos_evento {
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 5px 5px;
	width: 150px;
}

body.agenda #agenda div.vevent p.location {
	font-size: 10px;
	text-transform: uppercase;
}

body.agenda #agenda div.vevent p.lugar_evento {
	margin-bottom: 0.5em;
}

body.agenda #agenda div.vevent p.lugar_evento span.barrio-evento {
}

body.agenda #agenda div.vevent p span.provincia {
	font-weight: bold;
}

body.agenda #agenda div.vevent p.telefono {

}

body.agenda #agenda div.vevent p.entrada_evento {
	font-weight: bold;
}

/* ================== */

/* CARRITO DE COMPRAS */

#carrito_de_compras {
	border: 1px solid #e77878;
	padding: 0 3px 3px;
	margin-bottom: 10px;
	background: #ebebeb url(../images/carrito_fondo.gif) repeat;
}

#carrito_de_compras #lista_pedido {
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#carrito_de_compras p.titulo {
	color: #d00;
	font-style: italic;
	font-weight: normal;
	padding-left: 4px;
}

#carrito_de_compras p.autor {
	font-weight: bold;
	padding-left: 4px;
}

#carrito_de_compras p.editar a {
	background-color: #ebebeb;
	display: block;
	padding: 1px 2px 2px;
	border: 1px solid #dbdbdb;
	line-height: 1em;
	margin-top: 2px;
	text-align: center;
}

#carrito_de_compras p.editar a:hover {
	background-color: #ddd;
	text-decoration: none;
}

#carrito_de_compras a.carrito_boton {
	background-color: #fff;
	display: block;
	border: 1px solid #b8b8b8;
	text-align: center;
	padding: 2px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 10px;
	text-decoration: none;
}

#carrito_de_compras a.carrito_boton:hover {
	color: #fff;
	background-color: #d00;
	text-decoration: none;
}

#carrito_de_compras a.carrito_boton:active {
	color: #fff;
	background-color: #d00;
	border: 1px solid #b30002;
	text-decoration: none;
}

#carrito_de_compras h2 {
	background-color: #d00;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: -3px -3px 3px;
	font-size: 9px;
	text-transform: uppercase;
	cursor:  pointer;
}

#carrito_de_compras h2:hover {
	background-color: #f00;
	font-weight: bold;
}

table.tabla_pedido {
	font-size: 10px;
	line-height: 1em;
	width: 100%;
}

table.tabla_pedido td {
	background-color: #fff;
	border-bottom: 2px solid #ebebeb;
	padding: 4px;
}

table.tabla_pedido td a img.tapa_disco, table.tabla_pedido td img.tapa_disco {
	border: 1px solid #ededed;
}



/* ================== */

/* MI PEDIDO */
#contenido div.mi_pedido_block {
	background: #ebebeb url(../images/carrito_fondo.gif);
	padding: 10px;
	border: 1px solid #ebebeb;
	color: #000;
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
	margin: 0 10px;
	clear: both;
}

#contenido div.mi_pedido_block.general {
	background-image: none;
}
#contenido div.mi_pedido_block div.mi_pedido {
	background: #fff;
	padding: 10px;
	border: 1px solid #d8d8d8;
	margin: 0;
}

#contenido div.mi_pedido_block div.mi_pedido h1 {
	color: #d00;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

#contenido div.mi_pedido_block div.mi_pedido h2 {
	font-size: 14px;
	color: #000;
	text-transform: none;
	letter-spacing: 0;
	border-style: none;
	margin: 20px 80px 0;
}

#contenido div.mi_pedido_block.general div.mi_pedido h1 {
	font-size: 14px;
	color: #000;
	text-transform: none;
	letter-spacing: 0;
	border-style: none;
	margin: 20px 80px 0;
	font-weight: bold;
	border-bottom: 1px dashed #b1b1b1;
	padding-bottom: 3px;
}

#contenido div.mi_pedido_block div.mi_pedido h3 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #b1b1b1;
	text-transform: none;
	margin-top: 0;
}

#contenido div.mi_pedido_block div.mi_pedido p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#contenido div.mi_pedido_block div.mi_pedido div.descripcion_producto {
	padding: 10px;
	position: relative;
	min-height: 60px;
	background-color: #ebebeb;
	margin: 5px 80px 20px;
}

#contenido div.mi_pedido_block div.mi_pedido div.descripcion_producto a.foto_resena {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	display: block;
}

#contenido div.mi_pedido_block div.mi_pedido div.descripcion_producto a.foto_resena:hover {
	border: 1px solid #999;
}

#contenido div.mi_pedido_block div.mi_pedido div.descripcion_producto a.foto_resena img {
	border-style: none;
}

#contenido div.mi_pedido_block div.mi_pedido div.descripcion_producto div.titulo {
	color: #d00;
	font-style: italic;
	font-size: 13px;
	margin-left: 70px;
}

#contenido div.mi_pedido_block div.mi_pedido div.descripcion_producto div.autor {
	font-size: 13px;
	font-weight: bold;
	margin-left: 70px;
}

#contenido div.mi_pedido_block div.mi_pedido div.accion {
	padding: 0;
	margin: 20px 80px;
	text-align: left;
}

#contenido div.mi_pedido_block div.mi_pedido div.accion p {
	font-size: 11px;
	line-height: 1.4em;
}

#contenido div.mi_pedido_block.general div.mi_pedido div.accion p {
	font-size: 12px;
	line-height: 1.4em;
}

#contenido div.mi_pedido_block div.mi_pedido div.botones {
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
}

#contenido div.mi_pedido_block div.mi_pedido a.boton_default {
	background-color: #fff;
	border: 1px solid #b8b8b8;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 10px;
}

#contenido div.mi_pedido_block div.mi_pedido a.boton_cancelar {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #7a7a7a;
	font-size: 10px;
}

#contenido div.mi_pedido_block div.mi_pedido a.boton_default:hover, div.mi_pedido_block div.mi_pedido a.boton_cancelar:hover {
	background-color: #ededed;
}

#contenido div.mi_pedido_block div.mi_pedido div#mi_pedido_cerrar {
	position: absolute;
	top: 38px;
	right: 11px;
}

#contenido div.mi_pedido_block div.contenedor_tabla_catalogo {
	height: 120px;
	border: 1px solid #c2c2c2;
	overflow: scroll;
}

/* ================== */

/* POPUPS (no se esta usando mas esto) */

#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div.popup_block {
	background: #ebebeb;
	padding: 0;
	border: 10px solid #ebebeb;
	float: left;
	width: 520px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -260px;
	z-index: 100;
	color: #000;
	font-size: 12px;
	line-height: 1.4em;
}
div.popup_block div.popup {
	background: #fff;
	padding: 10px;
	border: 1px solid #d8d8d8;
	margin: 0;
}

div.popup_block div.popup h1 {
	color: #d00;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
}

div.popup_block div.popup h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

div.popup_block div.popup h3 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #b1b1b1;
}

div.popup_block div.popup p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

div.popup_block div.popup div.descripcion_producto {
	margin-bottom: 3px;
	padding: 10px;
	position: relative;
	min-height: 60px;
	border: 1px solid #d8d8d8;
}

div.popup_block div.popup div.descripcion_producto a.foto_resena {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	display: block;
}

div.popup_block div.popup div.descripcion_producto a.foto_resena:hover {
	border: 1px solid #999;
}

div.popup_block div.popup div.descripcion_producto a.foto_resena img {
	border-style: none;
}

div.popup_block div.popup div.descripcion_producto div.titulo {
	color: #d00;
	font-style: italic;
	font-size: 13px;
	margin-left: 70px;
}

div.popup_block div.popup div.descripcion_producto div.autor {
	font-size: 13px;
	font-weight: bold;
	margin-left: 70px;
}

div.popup_block div.popup div.accion {
	background-color: #ebebeb;
	padding: 5px;
	margin: 10px 80px;
}

div.popup_block div.popup div.accion p {
	font-size: 11px;
	line-height: 1.4em;
}

div.popup_block div.popup div.botones {
	font-size: 10px;
	margin-top: 10px;
}

div.popup_block div.popup a.boton_default {
	background-color: #fff;
	border: 1px solid #b8b8b8;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 10px;
}

div.popup_block div.popup a.boton_cancelar {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #7a7a7a;
	font-size: 10px;
}

div.popup_block div.popup a.boton_default:hover, div.popup_block div.popup a.boton_cancelar:hover {
	background-color: #ededed;
}

div.popup_block div.popup div#popup_cerrar {
	position: absolute;
	top: 38px;
	right: 11px;
}

div.popup_block div.contenedor_tabla_catalogo {
	height: 120px;
	border: 1px solid #c2c2c2;
	overflow: scroll;
}

/* fix ie popup */
*html #fade {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}
*html .popup_block {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}
/* fin fix ie popup */

/* ================== */

/* CLUB INSTITUCIONAL */

body.club #principal div.hentry h3.entry-title   {
	color: #d00;
	font-size: 29px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px dashed #b8b8b8;
	margin-top: 0;
	margin-bottom: 0;
}

body.club #principal div.hentry div.entry-summary   {
	color: #d00;
	font-weight: bold;
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

body.club #principal div.hentry div.entry-content {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 1.4em;
}

body.club #principal div.hentry div.entry-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

body.club #principal div.hentry div.entry-content p.pregunta {
	color: #d00;
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

#principal div.hentry.entry div.entry-content table.tipos_de_registro {
	background-color: #ebebeb;
}

#principal div.hentry.entry div.entry-content table.tipos_de_registro th {
	padding: 5px;
	background-color: #d00;
	color: #fff;
}

#principal div.hentry.entry div.entry-content table.tipos_de_registro td {
	padding: 5px;
}

#principal div.hentry.entry div.entry-content table.tipos_de_registro p {
	margin: 0;
}

#principal div.hentry.entry div.entry-content table.tipos_de_registro li {
	font-size: 11px;
	margin-bottom: 6px;
}

#form_registro {
	border-top: 1px dashed #d00;
	border-bottom: 1px dashed #d00;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #f9f9f9;
	padding: 10px;
}

#form_registro label {
	color: #a7a7a7;
	font-size: 11px;
	display: block;
}

#form_registro p.radio label {
	color: #000;
	font-size: 12px;
	display: inline;
}

#form_registro input {
	border: 1px solid #b8b8b8;
	font-size: 12px;
	line-height: 1.2em;
	padding: 2px;
	color: #6b6b6b;
	background-color: #f3f3f3;
	width: 80%;
}

#form_registro input.boton_formulario {
	background-color: #d00;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 5px;
	width: auto;
}

#form_registro p.radio input {
	width: auto;
}

#form_registro input:focus {
	color: #d00;
	border-color: #d00;
	background-color: #fff;
}

/* ================== */

/* CLUB - INSTITUCIONAL - BENEFICIOS */

#principal div.hentry.entry div.entry-content ul.lista_beneficios {
	margin-left: 0;
	padding-left: 0;
}

#principal div.hentry.entry div.entry-content ul.lista_beneficios li {
	position: relative;
	list-style-type: none;
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding-top: 7px;
	clear: both;
	padding-left: 110px;
}

ul.lista_beneficios li div.logo-empresa {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-left: -110px;
}

ul.lista_beneficios li div.logo-empresa img {
	margin-bottom: 10px;
}

/* ================== */

/* BUSCADOR - RESULTADOS */

div.buscador_resultados {
	
}

#contenido div.buscador_resultados h2.buscador_title {
	color: #000;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-size: 14px;
	background-color: #ebebeb;
	padding: 8px 4px 6px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#contenido div.buscador_resultados h2.buscador_title strong {
	font-weight: normal;
	font-style: normal;
	color: #d00;
}

div.buscador_resultados ul {
	padding: 0;
	list-style-type: none;
	margin: 10px 0 5px;
}

div.buscador_resultados ul li {
	list-style-type: none;
	margin-bottom: 3px;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 4px;
	padding-bottom: 10px;
}

div.buscador_resultados ul li div.buscador_titulo {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 3px;
}

/* ================== */

/* PANTALLAS - login, error, etc */

#contenido div.cuadro_de_dialogo  {
	border: 10px solid #ebebeb;
	margin-right: 150px;
	margin-left: 150px;
	padding: 10px;
	margin-bottom: 20px;
}

#contenido div.perfil  {
	border: 10px solid #ebebeb;
	margin-right: 150px;
	margin-left: 150px;
	padding: 10px;
	margin-bottom: 20px;
}
