@charset "UTF-8";
/* CSS Document */

/* estilos generales*/

body{
	background-color:#2A2A2A;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}

#contenedor{
	padding-top:40px;
	width:1003px;
	height:868px;
	margin:auto;
	text-align:left;
}

h4{
	text-transform:uppercase;
	color:#900;
	font-weight:bold;
}
h5{
	color:#900;
	font-weight:bold;
	font-size:11px;
	display:inline;
}


/*menu lateral musica:leftmusic.php*/
#leftmusic{
	float:left;
	display:block;
	width:238px;
	height:245px;
	text-align:left;
}
#leftlm{
	float:left;
	display:block;
	background-image:url(imgs/leftlm.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:14px;
	height:245px;
}
#backglm{
	float:left;
	display:block;
	width:222px;
	height:245px;
	background-image:url(imgs/backglm.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:10px;
	color:#333;
	text-align:left;
	padding:0px 0px 0px 2px;
	font-size:14px;
}

#releases{
	width:213px;
	height:450px;
	border:1px #CCC solid;
}

/*contenidos*/

#head{
	width:765px;
	float:left;
	display:block;
	height:245px;
	background-color:#FFF;
}
#header{
	width:765px;
	height:185px;
	background-image:url(imgs/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#menunav{
	height:25px;
	background-color:#333;
	text-align:left;
	padding-top:10px;
}
#menunav a, a:visited{
	color:#FFF;
	background-image:url(imgs/linkssep.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
#menunav a:hover{
	color:#F30;
	text-decoration:none;
}
#conts{
	background-color:#FFF;
	background-image:url(imgs/mic.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:402px;
	margin-top:245px;
	padding-left:137px;
}
#contseventos{
	background-color:#FFF;
	margin-top:245px;
	text-align:center;
	padding:10px 0px 20px 5px;
	overflow:hidden;
}
#calendar{float:left; width:805px;}
#conven{float:left; width:185px; margin:250px 0px 0px 5px; border:0px;}
#framecentral{
	width:865px;
	height:402px;
	text-align:left top;
}
#lanzamientos{
	width:1002px;
	height:107px;
	background-color:#DEDEDE;
	text-align:left top;
	border: 1px solid #999;
}
#lanza{
	width:992px;
	height:108px;
	padding-left:10px;
}
#contsecciones{
	background-color:#FFF;
	width:835px;
	padding:0px 15px 3px 0px;
	text-align:justify;
}
#info{
	width:865px;
	height:400px;
}
#banners{
	height:122px;
	width:1003px;
	background-color:#666;
}
#bannerservcont{
	width:429px;
	height:122px;
	float:left;
	display:block;
	text-align:center;
	background-color:#666;
	padding:0px 0px 0px 0px;
}
#bannerserv{
	width:408px;
	height:76px;
	text-align:left;
	float:left;
}
#btnsbanner{
	width:246px;
	height:108px;
	padding:14px 0px 0px 0px;
	float:left;
}

.btnsban{
	float:left;
	display:block;
	width:102px;
	height:34px;
	text-align:left;
	vertical-align:top;
}

#bannerinfo{
	width:336px;
	margin-left:13px;
	height:122px;
	float:left;
	background-color:#666;
	background-image:url(imgs/bannerinfo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#botlm{
	height:32px;
	background-color:#666;
	width:408px;
	padding-top:4px;
	text-align:left;
}
#logpaypal{
	float:left;
	width:119px;
	height:31px;
	background-image:url(imgs/logoPaypal.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.logomail{
	float:left;
	width:119px;
	height:31px;
	text-align:left;
}
#logobs span{color:#CCC; margin-top:-10px;}
#enlacecontacto{
	padding:100px 0px 0px 270px;
}
#enlacecontacto a,a:link,a:visited{
	color:#F00;
	font-size:11px;
	text-decoration:none;
	background-image:none;
}
#enlacecontacto a:hover{
	color:#666;
	font-size:11px;
	text-decoration:none;
	background-image:none;
}
.fotostaff{
	float:left;
	width:150px;
	height:109px;
	padding:4px;
	background-color: #f5f5f5;
    border: 1px solid #999999;
	text-align:center;
}
.contstaff{
	float:left;
	width:500px;
	padding:0px 0px 0px 3px;
	vertical-align:top;
	display:inline-block;
}
.contstaff a, .contstaff a:visited, .contstaff a:link{
	color:#666;
	text-decoration:none;
}
.contstaff a:hover{
	color:#900;
	text-decoration:none;
}
.artistinfo{
	width:33%;
	vertical-align:top;
}
.artistinfo a, .artistinfo a:visited, .artistinfo a:link{
	color:#666;
	text-decoration:none;
}
.artistinfo a:hover{
	color:#900;
	text-decoration:none;
}
#artistas{
	float:left;
	width:25%;
}
.artistname{
	color:#900;
	font-weight:bold;
	font-size:11px;
}
ol.number {
	list-style-type:decimal;
	}
li.circle{
	list-style:disc;
	margin-left:15px;
}
ul.normal {
	list-style-type:none;
}	
li.nor{
	padding: 3px 0px 3px 0px; 
}
dt { 
 font-weight: bold; 
 } 
dd { 
 margin: 0; 
 padding: 0 0 0.5em 2em;
 }
.letrapeque{
	color:#777;
	font-size:1em;
}
.letrapeque a, letrapeque a:link, letrapeque a:visited{
	color:#777;
	font-size:1em;
}

.letrapeque a:hover{
	color:#cc3300;
	font-size:1em;
}
/*footer*/

#footer{
	clear:both;
	height:18px;
	width:990px;
	display:block;
	background-image:url(imgs/bkgfooter.jpg);
	background-position:left;
	background-repeat:repeat-x;
	padding:13px 3px 0px 10px;
	font-size:9px;
	color:#999;
}
