﻿/*Creado por Iván Bustos para DisenoPaginas.com*/
/*Prohibida su reproducción parcial ó total*/
/*Todos los derechos reservados©*/

/*Created by Iván Bustos for DisenoPaginas.com*/
/*Copying or reverse engineering is strictly prohibited*/
/*All rights reserved©*/

/*IMPORTS*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

@import url('reset.css');

/*BASICS*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

html
{
	background-image:					url('../images/bg.jpg');
	background-repeat:					repeat-x;
	background-color:					#a09c28;
}
body
{
	background-image:					url('../images/starsBG.png');
	padding-top:						50px;
	font-family:						'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:							16px;
	color:								#333;
}

#container
{
	width:								950px;
	margin:								0 auto;
	padding-bottom:						30px;
}

/*MAIN MESSAGE*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

#mainMessage
{
	background-image:					url('../images/header.jpg');
	width:								950px;
	height:								370px;
	position:							relative;
}
#mainMessage h1, #mainMessage p
{
	display:							none;
}
#mainMessage h2
{
	position:							absolute;
	top:								-20px;
	color:								#FFFFFF;
	font-weight:						bold;
}

/*EVENT INFORMATION*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

#eventInformation
{
	height:								490px;
	margin-top:							20px;
	
}
#eventInformation div.eventBasics
{
	background-color:					#cdbd84;
	width:								360px;
	float:								left;
	padding:							20px;
	height:								450px;
}
#eventInformation div.eventDescription, #eventInformation  div.legalInformation, #eventInformation  div.important
{
	background-color:					#fdfbc7;
	width:								490px;
	float:								right;
	padding:							20px;
}
#eventInformation div.eventDescription
{
	height:								300px;
}
#eventInformation  div.important
{
	margin-top:							20px;
	background-color:					#fdfbc7;
	height:								90px;
}
#eventInformation  div.important h2
{
	font-size:							20px;
	text-align:							center;
	margin-top:							10px;
}
#eventInformation div.vevent 
{
	margin-top:							20px;
	border-color:						#333333;
	border-width:						3px;
	border-style:						dashed;
	padding:							10px;
	text-align:							center;
}
#eventInformation div.vevent a.url
{
	display:							none;
}
#eventInformation div.vevent a.fn
{
	display:							inline;
}
span.summary
{
	display:							block;
	font-weight:						bold;
	font-size:							22px;
	margin-bottom:						10px;
}
abbr.dtstart, abbr.dtend
{
	color:								blue;
	font-size:							19px;
}
span.organizer, span.description
{
	display:							none;
}
div.location
{
	font-size:							13px;
	margin-top:							10px;
}
div.location a
{
	font-size:							16px;
	font-weight:						bold;
}
div.location div.adr
{
	font-size:							16px;
}
div.location div.adr span.street-address
{
	display:							block;
	margin-top:							10px;
}
#eventInformation div.eventBasics p.title
{
	font-size:							19px;
	font-weight:						bold;
	margin-top:							10px;
}
#eventInformation div.eventBasics p.title span
{
	font-weight:						normal;
}

#eventInformation div.eventBasics p.normalText
{
	margin-top:							10px;
}
#eventInformation div.eventDescription p.normalText
{
	margin-bottom:						10px;
	line-height:						20px;
}
#eventInformation div.eventDescription p.normalText em
{
	font-style:							italic;
	text-transform:						uppercase;
}
#eventInformation div.eventDescription p.normalText strong
{
	font-weight:						bold;
	color:								blue;
}



#legalInformation
{
	margin-top:							20px;
	background-color:					#CACA9F;
	padding:							20px;
	color:								#111;
	font-size:							12px;
	text-align:							center;
}




