@charset "UTF-8";
/* CSS Document */
/*-------- Festival International du Court Métrage EL SUR - Deuxième Rencontre Cinématographique ------*/

html, body {
	margin: 0;
	padding: 0;
}
a:link {
	color: #474747;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #474747;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #C00;
}
body {
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #666;
	text-align: center;
	margin: 0px;
	padding:0px;
	background-image: url(../images/base/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	margin: 0px;
	height: 200px;
	width: 800px;
	background-image: url(../images/base/header_fest.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu {
	background-color: #333;
	float: left;
	height: 25px;
	width: 800px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #C00;
	text-align: right;
}
#dates {
	float: left;
	height: 100px;
	width: 800px;
	background-color: #CCC;
	margin: 0px;
}
/*-------- espacio entre cada boton de las fechas ------*/
.dates_marg_16px {
}
#pelicula {
	width: 800px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #C00;
	float: left;
	min-height: 90px;
}
#seance {
	float: left;
	width: 70px;
	background-color: #CCC;
	min-height: 90px;
}
#description {
	width: 210px;
	float: left;
	margin-top: 38px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sinopsis {
	width: 270px;
	float: left;
	margin-top: 40px;
	padding-right: 20px;
	margin-left: 10px;
}
#photo {
	float: left;
	width: 200px;
	min-height: 70px;
}
#main {
	float: left;
	width: 800px;
	min-height: 450px;
	background-color: #FFF;
	background-image: url(../images/base/bg_main.jpg);
	background-repeat: repeat-x;
}
#presentation {
	width: 400px;
	margin-top: 40px;
	margin-left: 40px;
	text-align: justify;
	float: left;
}
#information {
	float: left;
	width: 300px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	text-align: justify;
}
#video {
	width: 300px;
	margin-bottom: 20px;
}
.contact_box {
	margin-top: 20px;
	margin-bottom: 40px;
}
#planContact {
	float: left;
	border: thick solid #333;
	text-align: center;
	vertical-align: middle;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#footer {
	clear: both;
	height: 40px;
	width: 800px;
	background-color: #333;
	margin: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #C00;
}
.barra_roja {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* --- texto --- */
.title {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}
.Red_title {
	color: #C00;
	font-weight: normal;
	font-size: 12px;
}

.main_title {
	font-size: 16px;
	color: #C00;
	font-weight: bold;
}
.credits {
	font-size: 10px;
	font-style: oblique;
	margin-left: 10px;
	color: #474747;
	margin-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.titulo_film {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.realisateur {
	color: #666;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
