/*  
Theme Name: Smash Records
Theme URI: http://smashrecords.com
Description: Smash Records Goes WP
Version: 1.0
Author: useme.cl
*/

@import url(estilo.css);

/* Estilos de LAYOUT */ 
 

body{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	background: url(img/fondo.png) repeat-y 50% 50% #000;
	}
	
.fondo{
	background: url(img/fondo2.png) repeat-y 50% 50% #000 !important;
}	
	
#contenedor{
	margin:auto;
	width:797px;  /*  Ancho total del layout  */
	text-align:center;
	}

#cuerpo{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	clear:both;
	text-align:center;
	}

#bottom{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	text-align:left;
	height:128px;
	clear:both;
	}	

	
#derecha{
	padding:0;
	border:0;
	padding-right: 22px;
	width:210px; /*  Ancho de columna Derecha  */
	text-align:right;
	float:right;
	}


#centro{
	margin:auto;
	padding-left:15px!important;
	padding:0;
	border:0;
	width:550px; /*  Ancho de columna Central */
	text-align:justify;
	float:left;
	}

	
.columna{
	width:325px; /* ANCHO COLUMNAS PORTADA */
	float:left;
	display:block;
}	

.shows{
	width:200px; /* ANCHO COLUMNAS PORTADA */
	float:left;
	display:block;
	padding-left:15px!important;
}
