
/* STYLES BLOCK */

/* BODY */

body { 
	margin: 0px; padding: 0px;
	background-color: #F3F3F3; background-image: url(../images/background.jpg); background-repeat: repeat-x;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px;
}

/* CONTENEDORES INTERFASE */

#general {
	width: 100%;
}

#container {
	width: 1000px;
	position: absolute; left: 50%;
	margin-left: -500px; margin-top: 34px;
}

#main {
	float: left;
	width: 766px;
}

#content_home {
	width: 766px; height: 515px;
	text-align: center;
}

#movie_home {
	padding-top: 22px;
}

#content_full {
	width: 706px;
	position: absolute; left: 50%;
	margin-left: -353px;
}

#shadowfade_left {
	float: left;
	width: 3px; height: 670px;
	background-image: url(../images/shadowfade_left.jpg); background-repeat: no-repeat; background-position: top;
}

#shadowfade_right {
	float: right;
	width: 3px; height: 670px;
	background-image: url(../images/shadowfade_right.jpg); background-repeat: no-repeat; background-position: top;
}

/* CONTENEDORES INTERFASE (ALTO) */

#content_int {
	width: 766px;
	text-align: center;
}

#content_frame {
	float: left;
	width: 700px;
	background-color: #F3F3F3; background-image: url(../images/background_content.jpg); background-position: top; background-repeat: repeat-x;
}

/* HEADER */

#header {
	width: 800px; height: 34px;
	position: absolute; left: 50%;
	margin-left: -400px; padding-top: 7px;
	background-image: url(../images/background_header.jpg); background-repeat: no-repeat;
	text-align: center;
}

#header img, #paginador img, #paginador_top img, #paginador_index img {
	vertical-align: middle;
	margin: 0 8px 0 8px;
}

/* LOGO Y MENU */

#logo img {
	border: 0;
}

/* ORNAMENTS */

#ornament_left {
	float: left;
	width: 117px; height: 575px;
	background-image: url(../images/ornament_left.jpg); background-position: top; background-repeat: no-repeat;
}

#ornament_right {
	float: right;
	width: 117px; height: 575px;
	background-image: url(../images/ornament_right.jpg); background-position: top; background-repeat: no-repeat;
}

/* CONTENEDORES CONTENIDO */

#content_seccion {
	width: 660px;
	float: left;
	text-align: left;
	padding:0 0 0 20px;
}

#program_picture {
	float: left; text-align: left;
	width: 123px;
	margin-right: 10px;
}

#program_content {
	float: left;
	width: 525px;
}

/* GALERIA DE FOTOS HEADER */

#header_gallery {
	width: 100%;
	text-align: center;
}

#gallery_nav {
	margin-top: 10px; margin-bottom: 10px;
}

#gallery_nav img {
	width: 45px; height: 45px;
	border: 0;
	margin-left: 3px;
}

/* CONTENIDO */

#box_hilite_1 {
	width: 365px; height: 70px;
	padding: 7px 10px 0 10px;
	background-image: url(../images/box_1.jpg); background-position: top left; background-repeat: no-repeat;
}

#box_hilite_es_1 {
	width: 600px; height: 70px;
	padding: 7px 10px 0 10px;
	background-image: url(../images/box_2.jpg); background-position: top left; background-repeat: no-repeat;
}

#icon1 {
	padding-right: 5px;
	border: none;
	vertical-align: text-bottom;
}

/* FORM */

#recommend {
	border-bottom: #CCC 1px solid; 	border-top: #CCC 1px solid;
	padding: 0 0 10px 0;
}

#button_send {
	display: inline;
	width: 46px; height: 21px;
	border: none;
	vertical-align: middle;
	margin: 0 0 3px 0; padding: 0;
}

/* PAGINADOR */

#paginador_top {
	text-align: center;
	width: 660px;
	padding: 0 0 5px 0;
	border-bottom: #CCC 1px solid;
}

#paginador {
	text-align: center;
	width: 660px;
	padding: 5px 0 5px 0;
	border-top: #CCC 1px solid;
}

#paginador_index {
	text-align: center;
	width: 766px;
	padding: 0 0 5px 0;
}

/* FOOTER */

#footer {
	width: 650px;
	text-align: center;
	margin-top: 10px;
}

#footer_index {
	width: 760px;
	text-align: center;
	margin-top: 10px;
}

#footer_gaston {
	margin-bottom: -6px;
	border: none;
}

#footer_dot {
	vertical-align: middle;
	margin: 0 8px 0 8px;
}


/* STYLES INLINE */

/* HEADER MENU */

.header_menu, .header_menu a, .header_menu a:link, .header_menu a:active, .header_menu a:visited {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #AC1D28; text-decoration: none;
}

.header_menu a:hover {
	color: #FFF; text-decoration: underline;
}

/* MAIN CONTENT */

.title_seccion {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 19px; color: #E48100;
}

.title_seccion span {
	color: #474747;
}

h1 {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 19px; color: #E48100; font-weight: lighter;
}

h1 span {
	color: #474747; font-weight: lighter;
}

.subtitle_seccion {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 13px; font-weight: bolder; color: #A11C2B;
}

h2 {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 13px; font-weight: bolder; color: #A11C2B;
}

.text_seccion {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747;
}

.text_seccion span img {
	vertical-align: middle;
	margin-right: 5px;
}

.text_seccion_hilite {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #E48100;
}

.text_seccion_hilite_2 {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #A11C2B;
}

.text_links {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747;
}

.text_links a, .text_links a:link, .text_links a:active, .text_links a:visited {
	color: #E48100; text-decoration: none;
}

.text_links a:hover {
	text-decoration: underline;
}

.text_box {
	margin: 0;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 16px; color: #474747;
}

.hilite_box, .hilite_box a, .hilite_box a:link, .hilite_box a:active, .hilite_box a:visited {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 16px; color: #E48100; text-decoration: none;
}

.hilite_box a:hover {
	text-decoration: underline;
}

/* FORM */

.form_field {
	margin: 0 5px 2px 3px;
	padding-left: 3px;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #A11C2B;
	vertical-align: middle;
}

.form_table_1 {
	width: 180px; height: 26px;
	vertical-align: middle;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747;
}

.form_table_2 {
	width: 500px;
}

/* TABLES */

.full_table {
	width: 655px;
	border: 0;
}

.table_category {
	width: 138px; height: 21px;
	background-image: url(../images/arrow_category.gif); background-position: top left; background-repeat: no-repeat;
	text-align: left; vertical-align:top;
	padding: 2px 0 0 5px;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 13px; color: #FFF;
}

.table_item {
	width: 138px; height: 22px;
	background-color: #F3F3F3; background-image: url(../images/arrow_item.gif); background-position: top left; background-repeat: no-repeat;
	text-align: left; vertical-align:top;
	padding: 2px 0 0 5px;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747; font-weight: bolder;
}

.table_item_end {
	width: 138px; height: 24px;
	background-color: #F3F3F3; 	background-image: url(../images/arrow_item_end.gif); background-position: top left; background-repeat: no-repeat;
	text-align: left; vertical-align:top;
	padding: 2px 0 0 5px;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747; font-weight: bolder;
}

.table_content {
	width: 517px; height: 22px;
	padding: 0 0 10px 10px;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747;
}

/* PAGINADOR MENU */

.paginador_links {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747; font-weight: bolder;
}

.paginador_links a, .paginador_links a:link, .paginador_links a:active, .paginador_links a:visited {
	color: #E48100; text-decoration: none;
}

.paginador_links a:hover {
	text-decoration: underline;
}

/* FOOTER CONTENT */

.footer_content {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #474747;
}

.footer_highlite {
	font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 12px; color: #E48100;
}
