/* $Id: base.css 1885 2009-11-26 16:37:07Z fonso $ */

/*** Cores ***
- fondo gris:           #545861
- laranxa nome artista: #fbae5c
- amarelo nome artista: #fff79a
- azul: #56bde3
- rosa: #a52344
*/


* {
    margin: 0;
    padding: 0;
}
body {
/*    background: #3a1b32;*/
    background: #000 url(/static/imx/degradado_2009.gif) 0 0 repeat-x;
    text-align: center;
    font: 62.5%/1.6 "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    color: #000;
}
#nav {
    padding: .7em 1em;
    background: #000;
    text-align: center;
}
#nav ul li {
    display: inline;
    margin-right: 1.5em;
}
#nav a,
#nav a:link,
#nav a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#nav a:hover,
#nav a:active {
    color: #fff79a;
}

/** TIPO XERAL */
#content h1 {
    line-height: 1.1em;
    margin-bottom: .5em;
}

/** CABECEIRA */
h1#logo {
/*    display: none;*/
/*    float: left;*/
    background: transparent url(/static/imx/logo_2009_sen_ano.gif) 25px 20px no-repeat;
    width: 245px;
    height: 125px;
    text-indent: -9999px;
    padding: 25px;
    border-right: 1px solid #fafafa;
/*    overflow: hidden;*/
}
/* 2009 */
.p-home h1#logo,
.esp-2009 h1#logo {
    background: transparent url(/static/imx/logo_2009.gif) 25px 20px no-repeat;
}
.esp-2009 #header {
    background: transparent url(/static/imx/fondo_2009.gif) 295px 0 no-repeat;
}

/* 2008 */
.esp-2008 h1#logo {
    background: transparent url(/static/imx/logo_2008.gif) 25px 20px no-repeat;
}
.esp-2008 #header {
    background: transparent url(/static/imx/fondo_2008.gif) 295px 0 no-repeat;
}

/* 2007 */
.esp-2007 h1#logo {
	background: transparent url(/static/imx/logo_2007.gif) 25px 20px no-repeat;
}
.esp-2007 #header {
    background: transparent url(/static/imx/fondo_trombon.jpg) 295px 0 no-repeat;
}



h1#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#p-home #branding {
    float: left;
    width: 229px;
/*    background: #fff url(/static/imx/galo_200_fff.jpg) 20px 30px no-repeat;*/
    padding-top: 298px;
    padding-bottom: 2em;
    border-right: 1px solid #f3f3f3;    
}
#header {
/*    background: transparent url(/static/imx/fondo_trombon.jpg) 295px 0 no-repeat;*/
/*    margin-bottom: 2em;*/
    border-bottom: 1px solid #f3f3f3;
}

#destacado {
    float: left;
    margin-left: -1px;
    width: 519px;
    padding-top: 20px;
    border-left: 1px solid #f3f3f3;
    padding-bottom: 0;
}
#destacado h2 {
    width: 100%;
    height: 169px;
    background: #fff url(/static/imx/mulleres.gif) 50% 0 no-repeat;
    text-indent: -9999px;
}
#destacado h2 a,
#destacado h3 a {
    display: block;
    width: 100%;
    height: 100%;
}
#destacado h3 {
    margin-top: 1.5em;
/*    width: 406px;*/
    width: 100%;
    height: 166px;
    background: #fff url(/static/imx/artistas_portada.gif) 50% 50% no-repeat;
    text-indent: -9999px;
/*    border: 1px solid #f3f3f3;*/
    border-width: 1px 0;    
    padding: 10px 0;
    margin-bottom: 1em;
}
.data {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    padding: .3em;
    font-size: 1em;
    text-align: center;
    background: #fff;
    color: #000;
    margin: 0 auto;
    line-height: 1.2em;
    text-transform: uppercase;
    border: 1px dotted #ccc;
    border-width: 1px 0;
    background: #fff;
}
/*#destacado .billetes {
    font-size: .85em;
    background: #ccc;
    padding: .5em;
    color: #fff;
}*/

#p-home #intro {
    background: #000 url(/static/imx/fondo_intro.gif) 0 0 repeat;
    color: #fff;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 1.3em;
/*    font-style: italic;*/
}
#p-home #intro a {
    color: inherit;
}
/** COLUMNAS */
#wrap {
    width: 750px;
/*    border: 1px solid #c00;*/
    margin: 0 auto;
    text-align: left;
    font-size: 1.2em;
    background: #fff;
}

#col-1, #col-2, #col-3 {
    float: left;
}
#col-1 {
    width: 230px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    padding-bottom: 1.5em;
}
#col-2 {
    width: 510px;
}
#col-3 {
    width: 300px;
}
.colmargin {
    margin: 1em 1.5em;
}
.colmargin .importante {
    margin: -1em -1.5em 1em -1.5em;
    padding: 1em 1.5em;
    background: #ffa;
    border: 1px solid #f3f3f3;
    border-width: 1px 0;
}
.colmargin h3 {
    border-bottom: 3px double #ccc;
    padding: 0;
    margin-top: 1em;
    margin-bottom: .5em;
}

/* columna 1 ancha */
body.c112 #col-1 {
    /* col-1 = 2/3, col-2= 1/3 */
    width: 499px;
    border-right: 1px solid #f3f3f3; 

}
body.c112 #col-2 { 
    width: 250px;
    background: #fafafa;
    border-bottom: 1px solid #f3f3f3;
}
/* unha columna */
body.c111 #col-1 {
    width: 100%;
}

/* columnas iguais */
body.c1122 #col-1 {
    width: 49%;
    border-right: 1px solid #f3f3f3; 
}
body.c1122 #col-2 {
    width: 50%;
}

/** FOOTER */
#footer {
    font-size: 1em;
/*    clear: both;*/
    background:  #fff;
    border-top: 2px solid #000;
    text-align: center;
    clear: both;
/*    padding: 1em 1.5em;*/
}
#footer p {
    font-size: 80%;
    margin: 1em 0;
}

/** XERAIS */
a, a:link { color: #0099c9;}
a:visited { text-decoration: none; }
a:hover { color: #a52344; }

img { border: 0; }

q { font-style:italic; }

q:before, q:after {
    content: "";
}

#content p {
    margin-bottom: .5em;
}

dt {
    margin-top: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 95%;
    line-height: 1.2em;
}

#content h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 2.3em;
}
#content h2 {
    font-weight: normal;
}
#content #col-1 h2 {
    margin: 1em 0;    
}
#col-1 ul, #col-1 ol,
#col-2 ul, #col-2 ol {
    margin-left: 1em;
}
#col-1 ul li,
#col-2 ul li {
    margin-left: 1em;
}

/** PX ESPECTACULO */

#content h1.seccion {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px dotted #f3f3f3;
    background: #000;
    clear: both;
    color: #fff;
    margin-bottom: 0;
}
#content h1.seccion a,
#content h1.seccion a:link,
#content h1.seccion a:visited {
    color: #fff;
    text-decoration: none;
}
#content h1.seccion a:hover,
#content h1.seccion a:active {
    color: #fff79a    
}
#content h2.seccion,
#content h3.seccion {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    background: #666;
    clear: both;
    color: #fff;
    margin-bottom: 0;
    margin-top: 3em;
}
#content h3.seccion {
	background: #eee;
	color: #666;
	border: 1px solid #ccc;
	border-width: 1px 0;
}  
.artistas {
  background: #000;    
}  
.artistas ul {
	background: #000;    
	width: 100%;
}
.artistas ul li {
    list-style: none;
    display: block;
    float: left;
    width: 125px;
    background-color: #000;
    background-position: top left;
    background-repeat: no-repeat;
}
.artistas ul li a {
    display: block;    
    padding-top: 125px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.65em;
    text-transform: uppercase;
}
.artistas ul li a strong {
    font-size: 1.3em;
    text-transform:none;
}
.artistas ul li a:hover {
    color: #fff79a;
}         
        
li#fred-martins { background-image: url(/static/imx/fred_martins_150.jpg); }
li#tito-paris { background-image: url(/static/imx/tito_paris_150.jpg); }
li#raquel-tavares { background-image: url(/static/imx/raquel_tavares_150.jpg); }
li#uxia-2009 { background-image: url(/static/imx/uxia_150_2009.jpg); }

.esp-2008 li#dulce-pontes { background-image: url(/static/imx/dulce_125.jpg); }
.esp-2008 li#uxia { background-image: url(/static/imx/uxia_125.jpg); }
.esp-2008 li#ugia-pedreira { background-image: url(/static/imx/ugia_125.jpg); }
.esp-2008 li#luanda-cozetti { background-image: url(/static/imx/luanda_125.jpg); }
.esp-2008 li#eneida-marta { background-image: url(/static/imx/eneida_125.jpg); }
.esp-2008 li#amelia-muge { background-image: url(/static/imx/amelia_125.jpg); }

.esp-2007 li#uxia { background-image: url(/static/imx/uxia_2007_125.jpg); }
/*.esp-2007 li#paulo-flores { background-image: url(/static/imx/pauloflores_125.jpg); }*/
.esp-2007 li#manecas-costa { background-image: url(/static/imx/manecascosta_125.jpg); }
.esp-2007 li#mercedes-peon { background-image: url(/static/imx/mercedespeon_125.jpg); }
.esp-2007 li#ceumar { background-image: url(/static/imx/ceumar_125.jpg); }
.esp-2007 li#nancy-vieira { background-image: url(/static/imx/nancyvieira_125.jpg); }
.esp-2007 li#jp-simoes{ background-image: url(/static/imx/jpsimoes_125.jpg); }

/** 2009 */
.esp-2009 .artistas ul li {
	width: 187px;
}
.esp-2009 .artistas ul li a {
	padding-top: 188px;
}


/** 2008 */
.esp-2008 .artistas ul li {
	width: 150px;
}
.esp-2008 .artistas ul li a {
	padding-top: 150px;
}

.esp-2008 li#paulinho-moska { background-image: url(/static/imx/paulinhomoska_150.jpg); }
.esp-2008 li#sara-tavares { background-image: url(/static/imx/saratavares_150.jpg); }
.esp-2008 li#waldemar-bastos { background-image: url(/static/imx/waldemarbastos_150.jpg); }
.esp-2008 li#sergio-godinho { background-image: url(/static/imx/sergiogodinho_150.jpg); }
.esp-2008 li#xabier-diaz { background-image: url(/static/imx/xabierdiaz3_150.jpg); }

.esp-2008 #col-1 img {
	float: left;
	margin: 0 1em .5em 0;
}

#logos-patrocinadores h3.seccion {
	margin-top: 1em;
	
}
#logos-patrocinadores img {
	margin: 20px;
}

#logos-patrocinadores p {
	text-align: center;
}


/* etiquetas de títulos */
.etiq-espectaculo-2008 {
/*	text-indent: -9999px;*/
/*	background: transparent url(/static/imx/etiq_espectaculo_2008.gif) center center no-repeat;*/
}


.p-home .artistas {
/*    width: 375px;*/
/*    float: right;*/
}
.p-home #intro {
/*    float: left;
    width: 325px;
    margin: 1em 25px;*/
}
.col-33 {
    float: left;
    width: 249px;
}
.bloque-cols {
	border-top: 1px dotted #ccc;
    width: 100%;
}
.bloque-3-cols {
	background: #fff url(/static/imx/fondo_3_cols.gif) top left repeat-y;
}
.bloque-cols h2 {
    line-height: 1.3em;
    font-size: 1.4em;
    text-align: center;
    background: #fafafa;
    padding: .5em 0;
}
.bloque-cols h2 a {
    text-decoration: none;
}
.esp-2008.p-home .bloque-cols .colmargin {
	font-size: .9em;
	margin-bottom: 2em !important;
}

#p-espectaculo #intro,
.intro {
    font-family: Georgia, Times, "Times New Roman", serif;
    background: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 1em 1em 1em 0;
    margin: 1.3em;
    clear: both;
}

#p-espectaculo.esp-2006 #intro {
    background: #fff url(/static/imx/mulleres_250.gif) 100% 50% no-repeat;
    padding-right: 270px;
}

#p-espectaculo .data {
    margin-bottom: 0;
    font-size: 1.2em;
	background: #666;
    color: #fff;
}

#p-espectaculo #col-2 dd {
    font-size: 95%;
}
#p-espectaculo .fotos {
    width: 130px;
    line-height: 10px;
}
#p-espectaculo .fotos img {
    margin: 5px;
}
#p-espectaculo h3 {
    clear: left;
}
/** PX ARTISTA */ 
#p-artista #col-1 img {
    margin: -1em -1.5em 1em -1.5em;
}

/** PX AXENDA, PX NOVAS */
.entrada {
    margin: 2em 0;
    padding-left: 1em;
    border-left: 3px solid #f3f3f3;   
}
.entrada h3 {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    border:none;
    color: #a52344;
    margin-bottom: .5em;
}
.entrada h3 a,
.entrada h3 a:link {
    color: inherit;
    text-decoration: none;
}


.info {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: .85em;
    font-weight: bold;
}
#content .info p {
    margin: .3em 0;
    padding: 0;
    line-height: 1.3em;
}
#p-axenda .data,
#p-novas .data {
    background: #fafafa;
    font-weight: bold;
}
.entrada img,
#p-novas #content img,
.shop-index #content img {
    float: left;
    margin: 0 1em 1em 0;
}
#col-2 .entrada {
    border-left: none;
    padding: 0 0 0 0;
    margin-top: .8em;
}
#col-2 .entrada h4 {
    color: #a52344;
    line-height: 1.2em;
}
#col-2 .entrada img {
    float: none;
    margin-bottom: .5em;
}
#col-2 .entrada .data {
    background: #fff;
    font-size: .9em;
}
.fotos {
    float: left;
    width: 200px;
    clear: left;
    margin: 0 1em .5em 0;
    border: 1px solid #f3f3f3;
    background: #fafafa;
}

#col-1 .fotos img {
    margin: 5px !important;
/*    float: left;*/
/*    width: 90px;*/
}

/** PX TENDA / FORMULARIOS */

.shop-index #col-1 img {
    float: left;
}
.comprar {
/*    border: 1px solid #ccc;
    padding: .5em;
    background: #ffb;
    text-align: center;*/
    font-weight: bold;
    font-size: 1.2em;
}
form,
table.cart {
    font: .85em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    border-top: 1px solid #000;
}
table.cart {
    border: none;
    border-spacing: 0;
    width: 100%;
}
form table.cart {
    font-size: 1em;
}
.confirm table.cart {
/*    width: 50%;*/
    font-size: .95em;
}
.confirm  #col-1,
.confirm  #col-2 {
    font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.confirm #content h1 {
    font-size: 2.76em;
}
.confirm #content h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .5em;
    
}
.confirm .contacto {
    padding: .5em;
    border: 1px solid #f3f3f3;
    background: #fafafa;
}
table.cart td {
    border-bottom: 1px solid #ccc;
    padding: .5em 1em .5em .5em;
}
table.cart thead {
/*    font-size: .85em;*/
    background: #fafafa;
    font-weight: normal;
}
table.cart thead th {
    padding: .2em .5em .2em .5em;
    line-height: 1em;
/*    border-right: 1px solid #ccc;*/
}
.carttotal {
    text-align: right;
}
.buttons {
    text-align: right;
    clear: both;
    border-top: 1px solid #000;
}
.buttons input {
    margin: .5em;
    padding: .3em;
}
form .default-action {
    font-weight: bold;
}

table.cart tfoot {
    background: #fafafa;
}
table.cart tr.cartitem {
    font-weight: bold;
}
table.cart tr.cartitem td {
    padding: 1.5em .5em;
    border-bottom: 1px solid #ccc;
}
form label.required {
    font-weight: bold;
}

label {
    width: 10em;
    display: block;
    float: left;
}
legend {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	border-color: #ccc;
	padding: .2em .5em;
}
fieldset {
	padding: 1em;

}
#contact-form {
    background: #fafafa;
}
#contact-form div {
    border-bottom: 1px solid #ccc;
    padding: .5em 1em;
}
#contact-form .vTextField, 
#contact-form .vEmailField,
#contact-form .vSelectField {
    margin-left: 2em;
    margin-bottom: .5em;
}
form div {
    margin: 1em 0;
    padding: .3em;
    clear: both;
}
form div.error,
form td.error,
.alert {
    background: #ffb;
    border: 1px solid #ccc;
}
.alert {
    padding: 1em;
}
.error label {
    color: #c00;
}
#p-tenda form ul.errorlist {
     padding: 0;
    list-style: square;
    margin: 0 .5em 0 14em;
    font-size: .9em;
}

form .action-confirm {
    font-weight: bold;
    font-size: 1.1em;
}
table.cart .nota {
    font-size: .8em;
    font-weight: normal;
}


/** PX PONTEVEDRA */

#p-pontevedra .fotos {
    float: none;
    width: 100%;
    clear: none;
    margin: 0;
    border: none;
    background: transparent;
}
#p-pontevedra .fotos img {
    float: left;
    margin: 0;
}

#content .menu {
    /* menú horizontal de contido */
    background: #fafafa;
    border: 1px solid #f3f3f3;
    text-align: center;
}
#content .menu li {
    list-style: none;
    display: inline;
    font-weight: bold;
    padding: .3em;
    color: #999;
}
#content .menu a,
#content .menu a:link,
#content .menu a:visited,
#content .menu a:active {
    text-decoration: none;
}

#content .menu a:hover {
    color: #a52344;
}
/*** Varios ***/
.clearfix:after {
/*  http://positioniseverything.net/easyclearing.html  */
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {display: inline-table;}

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