@import "menu.css";
@import "viewitem.css";

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* TEMPLATE PRINCIPAL */
.HeaderEnlace { display: block; height: 100px; width: 950px; border: 0; text-decoration: none; }
.EnlaceConciertos { margin: -15px 0 0 -10px; }
.BodyMainContainer {
	padding-bottom: 1px;
}

.MainContentContainer {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.HeaderTopContainer {
	height: 150px;
}

.HeaderTopContent {
	display: block;
	width: 950px;
	height: 100px;
	background-image: url("images/header.jpg");
}

.CenterContentContainer {
	display: table;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	width: 950px;
}

.LeftMainContainer {
	float: left;
	width: 600px;
	padding: 15px 10px 15px 10px;
	vertical-align: top;	
/*	background-color: #FF0000; */
}

.RightMainContainer {
	width: 310px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFAD00;
	padding: 15px 5px 15px 15px;
	border-left: 1px solid white;	
	vertical-align: top;
}

.MenuLateralContainer {
	width: 295px;
}