/*
   Default Cascading Style Sheet for Cinebank Web Site - v0.1.050809
   (C) 2005 Emanuele Rodriguez @ TangentDigital (http://www.tangent.es)
*/

html {
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

table {
	font-size: 1em;
}

table.grid {
	border-collapse: collapse;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 1em .5em 0 .5em;
	color: #4c4c4c;
	clear: both;
}

table.grid th,
table.grid td {
	border: 1px dashed #bbb;
	line-height: 1.5em;
}

h2 {
	color: #c80000;
	font-size: 1em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
}

h3 {
}

hr {
	border: none;
	border-top: 1px dashed #bbb;
	height: 1px;
	margin: .5em;
}

/***************
 *     IDs     *
 ***************/

#page {
   background: url("/images/page_bg.gif") repeat-y;
	margin: auto;
	padding: 0;
	width: 930px;
}

#main {
	margin: auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

#header ul {
	font-size: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	margin: 0;
}

#sections {
   background: url("/images/sections_bg.gif");
	height: 26px;
	text-align: right;
}

#sections ul {
	margin-right: 15px;
}

#menuLev0 {
   background: url("/images/menu_lev0_bg.gif");
	height: 40px;
}

#menuLev0 img {
   margin: 8px 0 0 11px;
}

#menuLev1 {
   background: url("/images/menu_lev1_bg.gif");
	height: 40px;
	text-align: right;
}

#menuLev1 ul {
	padding-top: 9px;
}

#menuLev1 ul li img {
	margin-left: -1px;
}

#menuLev2 {
	height: 35px;
}

#menuLev2 ul {
	margin: 0;
	padding: 0 0 0 1px;
}

#menuLev2 ul.empresas {
   background: url("/images/menu_empresas_bg.gif");
}

#menuLev2 ul.negocio {
   background: url("/images/menu_negocio_bg.gif");
}

#menuLev2 ul.productos {
   background: url("/images/menu_productos_bg.gif");
}

#menuLev2 ul.tienda {
   background: url("/images/menu_tienda_bg.gif");
}

#menuLev2 ul.postventa {
   background: url("/images/menu_postventa_bg.gif");
}

#menuLev2 ul.tucinebank {
   background: url("/images/menu_tucinebank_bg.gif");
}

#menuLev2 ul li img {
	margin-left: -1px;
}

#menuLev3 {
   background: url("/images/menu_lev3_bg.gif") bottom repeat-x;
}

#menuLev3 ul {
	height: 30px;
	padding: 3px 0 0 2px;
}

#menuLev3 ul li img {
	margin-left: -1px;
}

/*	Note: '#main div.<name>' should be '#content.<name>' but it doesn't work on IE6/Win */
#menuLev3 ul.empresas,
#main div.empresas {
	background: none;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}

#menuLev3 ul.negocio,
#main div.negocio {
	background: none;
	border-left: 1px solid #899f89;
	border-right: 1px solid #899f89;
}

#menuLev3 ul.productos,
#main div.productos {
	background: none;
	border-left: 1px solid #91a4c4;
	border-right: 1px solid #91a4c4;
}

#menuLev3 ul.tienda,
#main div.tienda {
	background: none;
	border-left: 1px solid #6eaaac;
	border-right: 1px solid #6eaaac;
}

#menuLev3 ul.postventa,
#main div.postventa {
	background: none;
	border-left: 1px solid #7d749e;
	border-right: 1px solid #7d749e;
}

#menuLev3 ul.tucinebank,
#main div.tucinebank {
	background: none;
	border-left: 1px solid #aea985;
	border-right: 1px solid #aea985;
}

#content2 {
   background: url("/images/content2_bg.gif") top no-repeat;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	min-height: 200px;
	padding: 1.5em 0 2em 0;
}
#content {
   background: url("/images/content_bg.gif") top no-repeat;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	min-height: 200px;
	padding: 1.5em 0 2em 0;
}

#content p {
	color: #4c4c4c;
	line-height: 1.5em;
	margin: 0;
	padding: .8em 2em .8em 2em;
	text-align: justify;
}

#content img.title {
	float: none;
	margin: 1em 2em 0 2em;
}

#content .text {
	border-right: 1px dashed #bbb;
	float: left;
	margin-bottom: .5em;
	width: 450px;
}

#content .side {
	border-left: 1px dashed #bbb;
	margin-left: 449px;
	margin-bottom: .5em;

	/* Hack for IE 5.0x */
	margin-top: 1.5em;
	margin-top/**/: 0;

	/* Hack for IE 5.x */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left: 450px;
}

html>#content .side {
	margin-left: 450px;
}

#content .photos {
	text-align: center;
}

#footer {
   background: url("/images/footer_bg.gif");
	clear: both;
	height: 37px;
	margin: 0 auto 1em auto;
	padding: 0;
	width: 930px;
}

#footer .info {
	float: left;
	padding: 6px 0 0 31px;
}

#footer .notas {
	float: right;
	padding: 7px 31px 0 0;
}

/*************************************
 *  Estilos especificos por páginas  *
 *************************************/

/*  NOTAS DE PRENSA  */

.prensa strong {
	color: #000;
}

.prensa em {
	color: #91a4c4;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

/*  LAS EMPRESAS / PERFIL  */

.empresas.perfil_estructura table strong {
	color: #c80000;
	text-transform: uppercase;
}

.empresas.perfil_empresas th,
.empresas.perfil_empresas td,
.empresas.perfil_estructura td {
	padding: 1em 1.5em 1em 1.5em;
	width: 33%;
}

.empresas.perfil_estructura td {
	height: 155px;
}

.empresas.perfil_estructura td,
.empresas.perfil_empresas td {
	vertical-align: top;
}

.empresas.perfil_empresas th {
	text-align: center;
}

/*  NEGOCIO ORGANIZADO / CONCEPTO  */

#content.negocio.concepto table th,
#content.negocio.concepto table td {
	width: 147px;
	text-align: center;
}

#content.negocio.concepto table th {
   height: 142px;
	padding: 0 0 10px 0;
	vertical-align: bottom;
}

#content.negocio.concepto table td {
	padding: 10px 0 0 0;
	vertical-align: top;
}

#content.negocio.concepto .text,
#content.negocio.concepto .side {
	border: none;
}

/* PRODUCTOS / VIDEOCAJEROS / ARTE */

table.comparativa {
	border-collapse: collapse;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	clear: both;
	color: #4c4c4c;
	margin: 0 1px 0 1px;
	width: 99.7%;
}

table.comparativa img {
	vertical-align: text-bottom;
}

table.comparativa caption {
	background-color: #f3f3f3;
	border-top: 1px dashed #000;
	padding: 1em 1.5em .5em 1.5em;
	text-align: left;
}

table.comparativa caption span {
	float: right;
	margin-right: 1em;
}

table.comparativa th,
table.comparativa td {
	border: 1px dashed #bbb;
	font-weight: normal;
	line-height: 1.5em;
	padding: .4em 1.5em .4em 1.5em;
}

table.comparativa th {
	text-align: left;
}

table.comparativa td {
	text-align: center;
}

table.comparativa thead td,
table.comparativa thead th {
	border-top-color: #000;
	padding: 1.5em;
}

table.comparativa tfoot td {
	border-top: 1px dashed #000;
	border-bottom: none;
	padding: 1.5em;
	text-align: left;
}
