﻿/* ******* CSS Marzo 2008 ****** */
/* ****** kiniruralart.com ***** */

body
{
	margin:0;
	background-image:url('../Img/Fondo.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family:"Trebuchet Ms", Arial;
	color:#000;	
	font-size:12px;
}
	a:link { color:#1c5c8d; text-decoration:none;}
	a:active { color:#1c5c8d; text-decoration:none;}
	a:visited { color:#1c5c8d; text-decoration:none;}
	a:hover { color:#000; text-decoration:underline;}

/* ***************** Posicionamiento y formato de contenidos ***************** */

#Cabecera
{

	top:0px; 
	left:0px; 
	width: 100%; 
	height:100px; 
	color: #336f30; 
	font-weight:bold;
	text-align:right;
	filter:alpha(opacity=99); -moz-opacity: .99; opacity:.99;
	background-image:url(../Img/LogoBanshee.png);
	background-repeat:no-repeat;
	background-position:left top;
}


#Contenedor
{

	margin:10px 0 0 30px;
	border:5px solid #e4ebf3;
	padding:10px;
	padding-right:13px;	
	width:50%;
	overflow:auto;
	text-align:justify;
	background-color:#fff;
	filter:alpha(opacity=70); -moz-opacity: .70; opacity:.70;
	overflow:hidden;
	
}
#Espacio {height:300px; text-align:center; 	width:100%;}
#Bottom 
{
	line-height:25px; 
	text-align:center; 	
	background-image:url('../Img/FondoBottom.png');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: bottom right;
	width:100%;
	border-top:1px solid #ccc;

}



/* ***************** Alineación y formato de texto ***************** */

h3 {color: #003333;	font-size:15px;	font-weight:bold; border-bottom:2px solid #e4ebf3}
h4 {color:#000;	font-size:14px;	font-weight:bold;border-bottom:1px solid #000; line-height:23px;}
p {color:#000;	font-size:12px;}
.Negrita { font-weight:bold;}

/* ***************** Galería de imagenes ***************** */

Img
{	
	border:1px solid #fff;
}

/* ***************** Formato de tablas ***************** */

tr {vertical-align: top;}

#TablaConciertos
{
	background-color: #FFF;
	color:#fff;
	color:#000;	font-size:11px;	font-weight:bold;
	height:30px;

}	
#TablaConciertos tr:hover
{
	background-color: #39729d;
	color:#fff;
	font-size:11px;	font-weight:bold;
}	

/* ***************** Lista ***************** */

ul{ list-style:decimal; color:#000;	font-size:11px;	font-weight:bold;}

/* *********** Titulo del disco**************** */
.TituloDisco 
{
	color:#1c5c8d;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	height:20px;
}

/******* Menu de navegacion ******/

ul#navlist
{
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	float:right;

}

ul#navlist li
{
	font-family:"Trebuchet Ms", Arial;
/*	text-transform:uppercase;*/
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 2px 0;
	/*background-color: #eef4f1;*/
	border-top: 1px solid #e0ede9;
	border-bottom: 1px solid #e0ede9;

}

#navlist a, #navlist a:link
{
	margin: 0;
	padding: 3px 7px 2px 7px;
	color: #95bbae;
	border-right: 1px dotted #d1e3db;
	border-left: 1px dotted #d1e3db;
	text-decoration: none;

}

ul#navlist li#active
{
	color:#000000;
	background-image:url('../Img/FondoMenu.png'); 

}
ul#navlist li#active a
{
	color:#000000;; 

}

#navlist a:hover
{
	color: #000;
	background-image:url('../Img/FondoMenu.png'); 

}

