@import url("resethtml5.css");

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


/*----------------------INSERTAR FUENTE---------------------------------------------------------------*/


/*----------------------/INSERTAR FUENTE---------------------------------------------------------------*/



body {
	background: #000 url(../img/fondoweb.jpg) no-repeat center 0 fixed;
	font-family: 'Special Elite', Arial, Helvetica, sans-serif;
	color: #FFF;
}

#container{
	margin: 10px auto;
	width: 1000px;
}

a{
	color: #C00;
}

h2, h3{
	font-weight:normal;
}

/* --------------- CABECERA ----------------------- */




/* --------------- /CABECERA ----------------------- */


.modulo{
	width:450px;
	background:rgba(0,0,0,0.8);
	margin-top:20px;
	padding: 20px;
	text-align:center;
}

#izq{
	float:left;
	margin-right: 10px;
}

#der{
	float:right;
	margin-left: 10px;
}

.modulo h2{
	text-align:center;
	font-size:24px;
	margin-bottom:15px;
	
}

#divider{
	clear: both;
}

.disco{
	background:#222;
	width:420px;
	clear:both;
	margin:5px;
	padding:10px;
	height: 100px;
	text-align:left;
}

.disco h3{
	margin-top: 10px;
}

.hundida{
	height: 150px
}

.imgdisco{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.imghundida{
	height: 150px;
	width: 150px;
}

#compra{
	background:rgba(0,0,0,0.8);
	margin-top:150px;
	padding: 40px;
	font-size:24px;
	text-align:center;
}


/*----------------  VENTANAS MODALES-----------------------*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
	top: 0px;
	width: 100%;
	left: 0px;
}
   
#boxes .window {
	position:absolute;
	width:100%;
	/* [disabled]height:200px; */
	display:none;
	z-index:9999;
	padding:20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog01 , #boxes #dialog02{
	width:601px;
	text-align:center;
}

/*----------------  /VENTANAS MODALES-----------------------*/


