/* CSS Document */
/* SAE Institute Barcelona / Barcelona Sound & Media Show */
/* Contact fannara@gmail.com */


/* General */

body {
background: url("images/bgcolor.jpg") ;
margin-top: 40px;

}

/* Table Properties */

#TableMain {
	height: 586px;
	width: 778px;
	border: 0px;

}

#TableTop {
	
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	height:111px;
	width:778px;
	
}

#TableSidebar {
	background:  url("images/sidebar.jpg") top left;
	border-left: 1px solid #FFF;
	height:320px;
	width:156px;
	
}

#TableSidebarSmall {
	border-left: 1px solid #FFF;
	height:27px;
	width:156px;
	text-align:left;
	
}


#TableMainPortada {
	background:  url("images/background.jpg") no-repeat top left;
	border-right: 1px solid #FFF;
	height:347px ;
	width:624px ;
	text-align:left;

}

#TableMainQue {
	background:  url("images/background2.jpg") no-repeat top left;
	border-right: 1px solid #FFF;
	height:347px ;
	width:624px ;
	text-align:left;

}

#TableMainQuienes {
	background:  url("images/background3.jpg") no-repeat top left;
	border-right: 1px solid #FFF;
	height:347px ;
	width:624px ;
	text-align:left;

}

#TableMainCuando {
	background:  url("images/background4.jpg") no-repeat top left;
	border-right: 1px solid #FFF;
	height:347px ;
	width:624px ;
	text-align:left;

}

#TableMainRegistrarte {
	background:  url("images/background5.jpg") no-repeat top left;
	border-right: 1px solid #FFF;
	height:347px ;
	width:624px ;
	text-align:left;

}


#TableBottom {
	background:  url("images/footer.jpg") no-repeat top left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	height:38px;
	width:778px;
}


/* Font Styles */


.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.textBody {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

.textCuenta {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #F8931D;
}

.textEdicion {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	color: #F8931D;
	font-weight:bold;
}

	

