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


/* General */

body {
background: url("images/bgmain.jpg") ;


}
	
/* Font Styles */


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

.textTitleAvisos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8931D;
	font-weight: bold;
	
	margin-left:4 px;
	text-align: center;

}

.textTitleNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top:2 px;
	margin-left:4 px;
	text-align: center;
	padding-bottom: 4px;

}

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

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

	
}

.textBodyMas {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	text-align:right;
	
}

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

.textAvisos{

	padding: 5px 0px 5px 20px;
	margin-left: -20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	margin-top: -7px;
	background: #A39FC1;	
	line-height:16px;
}


/* Link Styles */


	
.textBody a:link {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
	
}

.textBody a:hover {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
	
}

.textBody a:visited {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
}

.textBody a:active {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
	
}

.textBodyMas a:link {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
	
}

.textBodyMas a:hover {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
	
}

.textBodyMas a:visited {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
}

.textBodyMas a:active {
	
	color: #F8931D;
	text-decoration: none;
	font-weight: bold;
	
}

/* News Layout */


.News{


	margin-left: 3px;
	margin-right: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #fff;
	
	
}

.NewsInside{

	padding: 5px 5px 5px 5px;
	
}

.NewsImage{

	float:left;
	padding: 5px 5px 0px 0px;
	
	
}