/*
    Document   : estilo
    Created on : 02-sep-2009, 11:53:16
    Author     : leandrogaodespeed
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

body {
        background:#d5b05a;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 10px;
        color: #000000;
}


#contenedor {
        background-image: url("fondo.png");
        border: 1px solid #a8792b;
      	width:740px;
	height:460px;
}

.centrar {
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:50%;
	left:50%;
	/*determinamos una anchura*/
	width:740px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-380px;
	/*determinamos una altura*/
	height:460px;
	/*indicamos que el margen superior, es la mitad de la altura*/
	margin-top:-237px;
	border:0px;
	padding:5px;
}

#contenedor ul{
        float:left;
}

#contenedor li{
        list-style:none;
}

#contenedor img{
        border:0px;
}

#conciertos {
        margin-top:150px;
      	width:170px;
        z-index: 50;
}

#conciertos a:link, a:visited {
        font-size: 11px;
        font-weight:bold;
        color:#333333;
        text-decoration:none;
}

#conciertos a:hover {
        font-size: 11px;
        font-weight:bold;
        color:#666666;
        text-decoration:none;
}

.fecha {
        font-size: 11px;
        font-weight:bold;
        color:#333333;
}

.lugar {
        font-size: 11px;
        font-variant:small-caps;
        color:#000000;
}

.sala {
        font-size: 11px;
        font-variant:small-caps;
        font-weight:bold;
        color:#111111;
}

#myspace {
        margin-top:400px;
        margin-left: -120px;
      	width:156px;
	height:30px;
}

#myspace li{
      	width:156px;
	height:30px;
}

#facebook {
        margin-top:400px;
      	width:108px;
	height:30px;
}

#facebook li{
      	width:108px;
	height:30px;
}

#fotolog {
        margin-top:400px;
      	width:130px;
	height:30px;
}

#fotolog li{
      	width:130px;
	height:30px;
}

