@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9F4F8;
}


#header {
	height: 142px;
}
#content {
	background-color: #FFFFFF;
	min-height: 400px;
}
#footer {
	height: 145px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#body {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
}
#content_left {
	float: left;
	width: 300px;
	background-color: #FFFFFF;
	margin-left: 120px;
/* border: 1px solid;  */
}

#content_right {
	float: right;
	width: 500px;
	background-image: url(images/bg_vertical.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	min-height: 400px;
/* border: 1px solid; */
}

#content_left_photos {
	width:130px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 50px;
/* border: 1px solid; */
}
#content_right_photos {
	float: right;
	width: 750px;
	background-image: url(images/bg_vertical.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 20px;
	min-height: 400px;
/* border: 1px solid; */
}
#content_left h1 {
	height: 40px;
	width: 222px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #a3111e;
	background-image: url(images/bg_h1_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}
h2 {
	color: #a3111e;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}

#content_left .grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
.light_blue {
	font-size: 11px;
	color: #2f969f;
}
.light_blue a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #2f969f;
}
.details {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/bg_details.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #d50100;
	height: 15px;
	margin-top: 0px;
}
#video_description {
	margin-top: 10px;
}

#separator2 {
	background-image: url(images/bg_separator2.jpg);
	height: 5px;
	background-repeat: no-repeat;
}




.images {
	margin-right: 15px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1583a8;
	font-weight: bold;
	font-size: 11px;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h3.details {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}
#footer h1 {
	background-repeat: no-repeat;
	height: 35px;
	width: 190px;
	margin-top: 2px;
	margin-bottom:0px;
	margin-left: 120px;
}


.red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d50100;
	font-size: 11px;
}
a {
	color: #d50100;
	text-decoration: underline;
	font-weight: bold;
}
#separator {
	background-image: url(images/bg_hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.red_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d50100;
	font-size: 12px;
}
#content_right h2 {
	color: #a3111e;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
}
#video {
	height: 313px;
	width: 480px;
	background-image: url(images/van_gogh_noche_estrellada.jpg);
	background-repeat: no-repeat;
}
#intern {
	margin-left: 110px;
	margin-right: 100px;
	margin-top: 10px;
}
ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bg_details.jpg);
	list-style-position: outside;
	color: #666666;
}

/* BOF CALENDAR */

.table_calendar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #550000;
}

.header_calendar {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #550000;
	color: #FFFFFF;
}

.center {
	text-align:center;
}

.date_calendar {
	background-color: #ffffff;
}

.day_calendar {
	color: #FFFFFF;
	background: #2f969f;
}





/* EOF CALENDAR */