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


/* General */

body {
background: url("bgcolor.jpg") ;

}



/* Link Styles */


 a:link {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: normal;
	
}

 a:hover {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: normal;
	
}

 a:visited {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: normal;
}

 a:active {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: normal;
	
}


.thumbs {
	
	border: 1px solid #FFF;

}


/* 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;
}

	

