/* CSS Document */
* { margin:0px; padding:0px; }

/* estilos globales*/
body {
font-family: Arial, Helvetica, sans-serif; 
font-size:12px; 
text-align:center;
margin:0 auto;
color:#000; 
background: #97A1A6 url(../img/design/fondo.jpg) repeat center top;}

a {outline:none;}
a, a:visited {text-decoration: none; color: #FFF; outline: none;}
a:hover {color: #6A2828;}
li {list-style:none;}
img { border:0px; }
h3 {color: #6A2828; font-size:12px;font-weight: bold; padding-bottom: 4px;}

.release{background: #181818;border: 1px solid #6A2828;padding: 4px; width: 100px; height:100px;}
.release-small{background: #181818; border: 1px solid #FFF;width: 50px; height:50px; margin: 5px;}
.float-left  { float: left; display: block;}

/*layout*/
#contenedor {
margin: 0 auto;
text-align:left;
width:650px;}

#cabecera{
margin: 10px 0px 15px 0px;
height: 160px; 
background: transparent url(../img/design/logo.png) no-repeat;
border-bottom:1px dotted #6A2828;
}

#pie{	
float: left;	
clear: both;
color:#6A2828;
width: 100%;		
height: 75px;
border-top:1px dotted #6A2828;
padding-top: 5px;
margin-top:15px;
background: transparent url(../img/design/pie.png) no-repeat;
}

.content, .content-rl {
	clear: both;
	width: 100%;
	float: left;
	min-height: 190px;
	padding-bottom: 40px;
}
.content-left {float: left; width: 30%;}
.content-right {float: right; width: 70%;}

/*selector*/
#selector {
background:#181818;
width:650px;
}
#selector ul {
display:block;
float:left;
height:175px;
width:175px;
}

#selector li a, #selector li a:visited {
background:#222222;
display:block;
height:15px;
text-decoration:none;
width:140px;
padding: 10px;
color: #AAA;
text-align: center;
}
#selector li a:hover {
background:#6A2828;
color: #FFF;
}
#selector li a.selected {
background:#FFFFFF;
color:#111111;
font-weight:bold;
}
#selector #selector-content {
background:#181818;
color: #FFF;
display:block;
float:right;
min-height:300px;
width:460px;
}

#selector #selector-content #news, #releases, #contact {padding: 15px;}

#easyTooltip{
	padding:5px 10px;
	border:1px solid #fff;
	background:#6A2828;
	color:#fff;
	}
	
.tool_tip{cursor:pointer;}
#releases a.selected img{border: 1px solid #FFF; padding: 5px; margin: 0px;}
	