body{
	font-family:Arial,"Trebuchet ms",Verdana,sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#333333;
	padding-top:20px;
	text-align:center;
	margin:0 auto;	
	background-image:url(../images/image_background.gif);
	background-repeat:repeat-y;
	background-position:center; 
}

#header {
	margin: 0 0 15px 0;	
	height:120px;
	text-align:center;
	background-image:url(../images/header_bienvenido.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

#header h1{
	font-size:29px;
	position:relative;
	top:16%;
	left:-12%;
}


#header h2{
	font-size:25px;
	margin-top:0;
}

#container{
	width:850px;
	margin:0 auto;
	height:100%;
}


#footer {
	clear: both;
	font-size:12px;
	color:#999999;
	position:relative;
	text-align:center;
	height:30px;
}

#footer p{
  line-height:0.8;
}

/************ 3 COLUMNAS ******************************************************************************************************/

#main1 {
	margin:0; padding:0;
	}
#main2 {
	margin:0; padding:0;
	}
#left {
	float:left;
	width:130px;
	margin:0; padding:0;
	font-size:80%;
	}
#right {
	float:right;
	width:150px;
	margin:0; padding:0;
	font-size:80%;
	}
#middle {
	padding-top:-5px;
	font-size:80%;
	}


/******************************************************************************************************************************/
/************ PELÍCULA ********************************************************************************************************/
/******************************************************************************************************************************/
#pelicula{

	margin-top:100px;
	margin-bottom:10px;
}

#pelicula object{
	
}

.logo_img{
	margin-top:20px;
	border:2px solid white;
}

.logo_img:hover{
}

.enlace_entrar{
	width:70px;
	height:30px;
background-image:url(../images/ingresar.png);
}
.b_entrar{
	width:70px;
	height:30px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
