html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(pellicula_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment:fixed;
	background-color: #f9f9f9;
}
		
a {
	
	text-decoration:none;
}

a:hover {

	text-decoration:underline;
}

#logo-link { 
	position: absolute;
	width: 400px; 
	height: 130px; 
}

#pellicula_frame {
	width: 1135px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#pellicula_border {
	float: left;
	padding: 20px;
	width: 740px;
	border: 1px solid #999;
	background-color: #fff;
	background-image: url(pellicula_bg_30.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
}

#pellicula_border_shadow {
	float: left;
	width: 792px;
	background-color: #ccc;
	background-image: url(pellicula_bg_110.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment:fixed;
}

#pellicula_border_edge1 {
	float: left;
	width: 10px;
	height: 10px;
	background-color: #f9f9f9;
}

#pellicula_border_edge2 {
	clear: both;
	width: 10px;
	height: 10px;
	background-color: #f9f9f9;
	background-image: url(pellicula_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment:fixed;
}

#pellicula_logo {
	height: 150px;
	background-image: url(pellicula_header_924.png);
	background-repeat: no-repeat;
}

#pellicula_topMenu {
	padding-top: 86px;
	padding-left: 600px;
	font-size: 0.8em;
	font-weight: bold;
}

#pellicula_topMenu a {
	color:#333;
}


#pellicula_content {
	
}

.p_divBackground {
	background-image: url(pellicula_bg_30.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
}

.p_divBorder {
	border: 1px solid #cccccc;
}

.front_poster_div {
	float:left;
	margin: 5px;

}

#side_frame {
	float: left;
	margin-left: 40px;
	margin-top: 100px;
	width: 300px;
}

#facebook_div {
	background-color: #eee;
}

/*
#news_div{
	margin-bottom: 50px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
*/

.csc-header h1 {
	font-size:1.2em;
}

.news-list-item h3 {
	margin-bottom: 3px;
}

.news-list-date {
	font-size:0.8em;
	font-weight: normal;
}

.news-list-container {
	padding-left: 20px;
}

#project_content_div .csc-header h1 {
	font-size:12pt;
	color: #333;
}

#project_content_div .csc-default {
	border: 1px solid #ddd;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#project_content_div .bodytext {
	margin-left: 20px;
	text-align: justify;
}

#project_contentLeft_div {
	float: left;
	width: 288px;
}

#project_contentRight_div {
	float: left;
	width: 422px;
	margin-left: 30px;
}

#project_title_div {
	margin-bottom: 10px;
}

#project_title {
	font-size: 16pt;
	font-weight: bold;
}

#project_year {
	font-size: 13pt;
	font-weight: bold;
	color: #ddd;
}

#project_abstract {
	font-size: 8pt;
	color: #999;
	line-height: 1.5em;
}

#project_images_div {
	margin-top: 20px;
}

.project_image_thumbnail {
	float:left;
	margin-left: 20px;
}

.project_image_thumbnail img {
	width: 120px;
}

#project_contentRight_div .csc-default {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

#project_contentLeft_div .csc-default {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}



