/* Telemundo CSS */

@import url("registration.css");

/***************************
GLOBAL ELEMENT STYLES
***************************/
html, body {
	height: 100%;
	}
	
	
body{
	/* Fonts are sized using a percentage in the body style and em's instead of pixels. The base font size for telemundo is 12 pixels. The body style is set at 75% (base font size in browsers is 16 px) making the style 'font-size: 1em;' equal to 12px. TO CALCULATE A SIZE: divide the number by 12 - as in 18/12=1.5

    * .75em = 9px
    * .84em = 10px
    * .92em = 11px
    * 1em = 12px
    * 1.08em = 13px
    * 1.17em = 14px
    * 1.25em = 15px
	*/
	font-size: 75%; /* 12px */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #002834 url(../_images/telemundo_bg.jpg) repeat-x fixed left top;
	text-align: center; 
	}

	body#index  {
	background:url("../../_images/themes/Informacion_confidencial/bg.jpg") no-repeat scroll center top #000;
	}

#deportes {
	font-size: 75%; /* 12px */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #002834 url(../_images/themes/deportes/background.jpg) repeat left top !important;
	}

*{
	/* sets all page elements to 0 padding/margin */
	margin: 0px;
	padding: 0px;
	}
.clear {
	font-size:.01em;
	line-height:0px;
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	display: block;
}

.hidden {
	display: none;
}

:focus{
	-moz-outline-style: none;
}
button, fieldset, img{
	border: 0px none;
	background: none;
	}
legend{
	display: none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	/*font-family: Helvetica Neue, Helvetica, Arial, Sans Serif;*/
	}
ul, ol, li{
	list-style-type: none;
	}
input, select, textarea{
	font-size: 1em;
	}
input, select, button{
	vertical-align: middle;
	}
a{
	text-decoration: none;
	color: #FFF;
	}
	/* notice pop-up */
	.sn_notice a{
		color: #000;
		}
/***************************
PAGE STRUCTURE
***************************/
#wrapper{
	/* entire content container */
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 9px;
	background: url(../_images/wrap_dropshadow_bg.png) repeat-y top left;
	}

/***************************
HEADER 
***************************/
#header {
	position: relative;
	}
	#header h1 a{
		position: absolute;
		background: url(../_images/telemundo_logo.png) no-repeat left top;
		width: 125px;
		height: 164px;
		display: block;
		text-indent: -9999px;
		top: 23px;
		left: 9px;
		cursor: pointer;
		z-index: 10000;}
		
		
	/***************************
	HEADER TOP SECTION
	*/
	#header_top{
		background: url(../_images/header_top_repeat.jpg) repeat-x left top;
		height: 35px;
		padding: 6px 0 0 126px;
		}
		#header_top ul,ul#msn_links {
			float: left;
			font-family: Helvetica Light Condensed, Helvetica, Arial, Sans Serif;
			font-size: .84em;
			line-height: .84em;
			}
		#header_top ul li, ul#msn_links li{
			float: left;
			}
			#header_top ul li#register_link{
				background: url(../_images/divider_white.gif) no-repeat left;
				}
			#header_top ul li, ul#msn_links  li a{
				color: #FFF;
				text-transform: capitalize;
				}
	#header_top #login_links{
		width: 270px;
		font-size: .92em;
		line-height: .92em;
		font-weight: bold;
		}
		#header_top #login_links li{
			float: right;
			padding: 8px 10px 9px;
			}
		#header_top .login_highlight{
			text-transform: uppercase;
			}
	#msn_links{
		}
	#msn_links li.nav{
			padding: 3px 5px 4px 4px;
			margin: 6px 0;
			background: url(../_images/divider_white.gif) no-repeat right 3px;
		}
			#msn_links #msn_dropdown {
			padding: 0 0 0 4px;
			background: none;
			}
		#msn_links #msn_dropdown a.dropdown_trigger {
			padding: 2px 0 4px;
			background: url(../_images/icons/down_arrow_white.gif) no-repeat 23px 3px;
			border: 1px solid transparent;
			width: 32px;
			display: block;
			}
		#msn_links #msn_dropdown a.dropdown_trigger:hover {
			border-color: #ffffff;
			}
			#msn_links #msn_dropdown ul{

				}
		#msn_links #msn_logo {
			background: url(../_images/msn_logo.png) no-repeat left top;
			text-indent: -9999px;
			padding: 0;
			margin: 0 0 0 8px;
			}
		#msn_links #msn_logo a{
			width: 76px;
			height: 32px;
			display: block;
			}
			#login_form{
				display: none;
				position:absolute;
				left: 126px;
				top: 8px;
				background: transparent url(../_images/header_login_bg.png) repeat-x;
				height:17px;
				width: 264px;
				padding: 3px;
			}
				#login_form #login{
					clear: both;
					float: left;
					position: relative;
				}
				#login_form #login input {
					float: left;
					height: 15px;
					background: #fff;
					border: 1px solid #000;
				}
				#login_form #login #login_user{
					width: 115px;
				}
				#login_form #login #login_password {
					width: 92px;
					margin-left: 4px;
				}
				#login_form #login button{
					background: url(../_images/buscar_btn.gif) no-repeat left top;
					width: 19px;
					height: 19px;
					text-indent: -9999px;
					position: absolute;
					margin: -1px 0 0 8px;
				}
		/* search form */
	#buscar{
		float: left;
		width: 266px;
		height: 23px;
		margin: 2px 15px 0;
	}
		#buscar_input{
			border: 1px solid #000;
			width: 155px;
			height: 19px;
			background: #fff;
			padding-top: 2px;
		}
		#buscar button{
			height: 23px;
			text-indent: -9999px;
		}
		#buscar #btn_search_site{
			width: 64px;
			background: url(../_images/buttons/btn_search_site.gif) no-repeat left top;
		}
			#buscar #btn_search_site:hover{
				background: url(../_images/buttons/btn_search_site_over.gif) no-repeat left top;
			}
		#buscar #btn_search_web{
			width: 35px;
			background: url(../_images/buttons/btn_search_web.gif) no-repeat left top;
			margin-left: 8px;
		}
			#buscar #btn_search_web:hover{
				background: url(../_images/buttons/btn_search_web_over.gif) no-repeat left top;
			}
	/***************************
	HEADER MAIN SECTION
	*/
	#header_main{
		background: url(../_images/header_main_bg.jpg) no-repeat left top;
		height: 132px;
		padding: 1px 0px 0px 0px;
		}
		/* 728 x 90 ad */
		#top_ads{
			margin-left: 129px;
/*			height: 90px;
			overflow: hidden;*/
		}
		#ad_728x90{
			padding: 0px 0px 0px 0px;
			height: 90px;
			text-align: right;
			float: left;
			}
		/* ad companion promo */
		#ad_120x90{
			margin-left: 2px;
			float: left;
			}


.dropdown_wrapper{
	overflow: hidden;
	height: 0px;
	position:absolute;
	z-index:9000 !important;
}
.dropdown_content{
	width:140px;
	height:250px;
	color:#fff;
	overflow:auto;
	z-index: 10000 !important;
	position: relative;
}
.dropdown_content dd, .dropdown_content li{
	width: 100px;
	font-size: 0.9em;
}
.dropdown_content dd a{
	display: block;
	padding: 2px 0px 2px 0px;
	margin-left: -4px;
	padding-left: 4px;
}
.dropdown_content dd a:hover{
	/*text-decoration: underline;*/
	background-color: #273e50;
}
li#list_all_link .dropdown_wrapper{
	right: 0px;
	top: 165px;
	width: 125px;
	z-index: 10000 !important;
	
}
li#list_all_link dt{
	color: #6EB5E8;
}
li#list_all_link dl.dropdown_content{
	background: #3a5f7a;
	padding: 5px 0px 5px 5px;
	width: 135px;
	height: 140px;
	display: block;
}
li#msn_dropdown .dropdown_wrapper, li#station_dropdown .dropdown_wrapper{
	background: #8F8F8F;
	width: 121px;
}
li#msn_dropdown .dropdown_wrapper{
	right: 0px;
	top: 28px;
}
li#station_dropdown .dropdown_wrapper{
	left: 505px;
	top: 163px;
}
li#msn_dropdown .dropdown_content,li#station_dropdown .dropdown_content{
	font-size: 1.2em;
}
li#msn_dropdown .dropdown_content li,li#station_dropdown .dropdown_content li{
	float: none;
	line-height: 20px;
}
li#msn_dropdown .dropdown_content li a,li#station_dropdown .dropdown_content li a{
	display: block;
	padding-left: 5px;
	line-height: 20px;
}
li#msn_dropdown .dropdown_content li a:hover,li#station_dropdown .dropdown_content li a:hover{
	background-color: #707070;
}
li#msn_dropdown .dropdown_content li,li#msn_dropdown .dropdown_content li a{
	width: 110px;
}
li#station_dropdown .dropdown_content li,li#station_dropdown .dropdown_content li a{
	width: 100px;
}
li#list_all_link .dropdown_content li,li#list_all_link .dropdown_content li a{
	width: 100px
}

#media_links{
	float: right;
	padding: 6px 0px 0px;
	width: 406px;
	}
	#media_links li {
		float: left;
		padding: 4px 17px 4px 15px;
		background: url(../_images/divider_media_links.gif) repeat-y right top;
		}
		#media_links li.last {
			background: none;
			}
			#media_links li a.nav{
				display: block;
				background: url(../_images/buttons/btn_tu_mundo.gif) no-repeat left top;
				width: 69px;
				height: 17px;
				text-indent: -9999px;
				float: left;
				}
				#media_links li#ml_int a.nav{
					background-image: url(../_images/buttons/btn_international.gif);
					width: 99px;
					}				
				#media_links li#ml_fotos a.nav{
					background-image: url(../_images/buttons/btn_fotos.gif);
					width: 53px;
					}
				#media_links li#ml_videos a.nav{
					background-image: url(../_images/buttons/btn_videos.gif);
					width: 59px;
					} 
				#media_links li#list_all_link a#ml_index{
					background-image: url(../_images/buttons/btn_indice.gif);
					width: 49px;
					height: 15px;
					text-indent: -9999px;
					display: block;

				}

		div#all_videos_photos div.module div.module_content ul#user_media_list li dt{
			height:15px;
			overflow:hidden;
			}


		/* station links*/
			#station_links{
				width: 415px;
				float: left;
				margin: 10px 0 0 150px;
				}
			#station_links li.nav{
				float: left;
				font-size: 0.84em;
				text-transform: capitalize;
				margin-right: 1px;
				background: #ccc url(../_images/bg_station_links.gif) repeat-x;
				border: 1px solid #fff;
				}
			#station_links li.nav a.button{
				color: #415b96;
				padding: 0px 5px;
				}
			#station_links li.nav:hover{
				background: #9a9a9a url(../_images/bg_station_links_hover.gif) repeat-x;
				}
			#station_links li.nav a.button:hover{
				color: #ffffff;
				}
			#station_links #station_dropdown a.button{
				padding-right: 13px;
				background: url(../_images/icons/station_down_arrow.gif) no-repeat 59px center;
				}
			#station_links #station_dropdown a.button:hover{
				background: url(../_images/icons/station_down_arrow_hover.gif) no-repeat 59px center;
				}


	/***************************
	NAVIGATION
	*/
	#navigation {
		margin: -5px 0px;
		background: url(../_images/nav/nav_bg.png) repeat-x left top;
		height: 45px;
		}
		#navigation li{
			float: left;
			padding: 5px 0 0;
		}
			#navigation li a{
				display: block;
				text-indent: -9999px;
				float: left;
				width: 92px;
				height: 35px;
				background: url(../_images/nav/novelas.gif) no-repeat left 0;
				cursor: pointer;
			}
			#navigation li#nav_shows a{
				background-image: url(../_images/nav/shows.gif);
				width: 82px;
			}
			#navigation li#nav_noticias a{
				background-image: url(../_images/nav/informacion_noticias.gif);
				width: 136px;
			}
			#navigation li#nav_deportes a{
				background-image: url(../_images/nav/deportes.gif);
				width: 104px;
				}
			#navigation li#nav_entretenimiento a{
				background-image: url(../_images/nav/entretenimiento.gif);
				width: 152px;
				}
			#navigation li#nav_musica a{
				background-image: url(../_images/nav/musica.gif);
				width: 88px;
				}
			#navigation li#nav_mujer a{
				background-image: url(../_images/nav/mujer.gif);
				width: 128px;
				}
			#navigation li#nav_especiales a{
				background-image: url(../_images/nav/especiales.gif);
				width: 114px;
				}
			#navigation li#nav_autos a{
				background-image: url(../_images/nav/autos.gif);
				width: 84px;
				}
			#navigation li#nav_club_de_novelas a:hover,#navigation li#nav_autos a:hover,
			#navigation li#nav_shows a:hover,
			#navigation li#nav_noticias a:hover,
			#navigation li#nav_deportes a:hover,
			#navigation li#nav_entretenimiento a:hover,
			#navigation li#nav_musica a:hover,
			#navigation li#nav_mujer a:hover,
			#navigation li#nav_especiales a:hover, 
			#novelas #navigation li#nav_club_de_novelas a,
			#shows #navigation li#nav_shows a,
			#informacion_y_noticias #navigation li#nav_noticias a,
			#deportes #navigation li#nav_deportes a,
			#entretenimiento #navigation li#nav_entretenimiento a,
			#Mujer_de_Hoy #navigation li#nav_mujer a,
			#especiales #navigation li#nav_especiales a{
				background-position: left -35px;
		}
				
/***************************
MAIN BODY CONTENT
***************************/
#content{
	background: #275E6F url(../_images/wrap_bg.jpg) repeat-x left top;
	padding: 10px 0px;
	}
	.content_inner{
		padding: 0px 10px 0px 9px;
		}
	.content_main{
		width: 652px;
		float: left;
		padding: 0px 10px 0px 9px;
		}
		#content_main_top_img{
			margin-bottom: 10px;
			overflow:hidden;
			height: 214px;
			}
			#content_main_top_img img{
				border: 7px solid #000000;
				}
		.content_main_col1{
			width: 321px;
			margin-right: 10px;
			float: left;
			}
		.content_main_col2{
			width: 321px;
			float: left;
			}
		.content_main_alt1{
			width: 395px;
			margin-right: 10px;
			float: left;
			}
		.content_main_alt2{
			width: 247px;
			float: left;
			}
		.content_main_dif1{
			width: 452px;
			margin-right: 10px;
			float: left;
			}
		.content_main_dif2{
			width: 190px;
			float: left;
			}
	.content_sidebar{
		width: 300px;
		float: left;
		padding: 0px 0px 0px 0px;
		}
		.content_sidebar_col1{
			width: 143px;
			margin-right: 10px;
			float: left;
			}
		.content_sidebar_col2{
			width: 147px;
			float: left;
			}	
	.content_alt{
		padding-top:0;
		}
	#main_flash_banner{
		padding-bottom: 10px;
		}
		
   #VideoBar {padding-top:6px;}
	
	
/***************************
MODULES
***************************/
.module{
	clear: both;
	margin-bottom: 10px;
	}
	.module_dark, .module_dark{
		color: #fff;
		}
	/* MODULE HEAD */
	.module_head,
	.module_head_links{
		background: url(../_images/modules/module_header_blue.gif) repeat-x left top;
		height: 24px;
		padding: 7px 11px 0px;
		position: relative;
		}
		.module_orange .module_head,
		.module_orange .module_head_links{
			background-image: url(../_images/modules/module_header_orange.gif);
		
			}
		.module_orange .module_head h3 {}
		.module_dark .module_head,
		.module_dark .module_head_links{
			background-image: url(../_images/modules/module_head_blue.jpg);
			}
		.module_head h3,
		.module_head_links h3{
			float: left;
			color: #FFF;
			font-size: 12px; /* this is done in pixels for the font image script */
			line-height: 12px;
			text-transform: uppercase;
			font-weight: normal;
			font-family: din-regular, Helvetica, Arial;
			position: absolute;
			bottom: 8px;
			}
		.module_content .module_head h3,
		.module_content .module_head_links h3,
		div.microsite_promo div.module_head h3{
			bottom: 3px;
			}
		.content_sidebar .module_head h3,
		.content_sidebar .module_head_links h3{
			font-size: 11px;  /* this is done in pixels for the font image script */
			line-height: 11px;
			}
		.module_head h3 img,
		.module_head_links h3 img{ margin-top: 3px; }
		.module_dark .module_head h3,
		.module_dark .module_head_links h3{
			color: #00bff3;
			}
		.module_head .more_btn,
		.module_head_links .more_btn{
			background: url(../_images/modules/module_btn_blue.gif) no-repeat right;
			width: 19px;
			height: 19px;
			display: block;
			text-indent: -9999px;
			float: right;
			}
			.module_orange .module_head .more_btn,
			.module_orange .module_head_links .more_btn{
				background-image: url(../_images/modules/module_btn_orange.gif);
				}
		/* pagination */
		.browse_tab_nav {
			float: right;
			margin-top: 2px;
			}
		.browse_tab_nav li {
			float: left;
			margin-left: 8px;
			}
		.browse_tab_nav li a {
			background: url(../_images/radio_btn.gif) no-repeat left top;
			display: block;
			width: 13px;
			height: 13px;
			}
		.browse_tab_nav li a.selected,
		.browse_tab_nav li a.radio:hover {
			background: url(../_images/selected_radio_btn.gif) no-repeat left top;
			}
		.browse_tab_nav li a.l_arrow,
		.browse_tab_nav li a.r_arrow {
			background: url(../_images/browse_l_arrow.gif) no-repeat left 2px;
			width: 5px;
			}
		.browse_tab_nav li a.r_arrow {
			background-image: url(../_images/browse_r_arrow.gif);
			}
	/* MODULE CONTENT */
	.module_content{
		background: #FFF url(../_images/modules/module_bg_fade_down_blue.gif) repeat-x left bottom;
		padding: 10px;
		}
		.module_blue .module_content a{
			color: #000000;
			}
		.module_dark .module_content{
			background-image: none;
			background-color: #485D78;
			}
		.module_content h3, .module_content h4{
			color: #FFF;
			padding-bottom: 5px;
			font-weight: bold;
			}
			.module_content .call_out{
				color: #FD771D;
				font-size: .84em;
				display: block;
				padding-bottom: 5px;
				text-transform:capitalize;
				}
			.module_content .module_foot_link{
				border-top: 1px dotted #252F3C; 
				font-size:0.83em;

				text-align: right;
				margin-top: 7px;
				padding: 7px 0px 0px;
				clear: both;
				}
			.module_content .module_foot_link button{
				float: right;
				}
				
				
	/* MODULE PAGINATION */
	.browse_tab_nav {
	float: right;
	margin-top: 2px;
	}

#mod_browse_videos .content_column_1{
	display: none;
	}

#mod_browse_videos .browse_tab_nav {
	margin-right: 13px;
	}
.browse_tab_nav li {
	float: left;
	margin-left: 8px;
	}
.browse_tab_nav li a {
	background: url(../_images/radio_btn.gif) no-repeat left top;
	display: block;
	width: 13px;
	height: 13px;
	}
.browse_tab_nav li a.selected,
.browse_tab_nav li a.radio:hover {
	background: url(../_images/selected_radio_btn.gif) no-repeat left top;
	}
.browse_tab_nav li a.l_arrow,
.browse_tab_nav li a.r_arrow {
	background: url(../_images/browse_l_arrow.gif) no-repeat left 2px;
	width: 5px;
	}
.browse_tab_nav li a.r_arrow {
	background-image: url(../_images/browse_r_arrow.gif);
	}
#videos_all .browse_tab_nav, #photos_all .browse_tab_nav{
	margin:10px 10px 0 0;
	}
	
	/* ORIGINAL DYNAMIC LEADS */
#mod_dl_microsites{
	background: #cacccd url(../_images/bg_dl_text.jpg) no-repeat left top;
	height: 295px;
	position: relative;
	overflow:hidden;
	}
	#mod_dl_microsites h2{
		display: none;
	}
	#mod_dl_microsites .browse_tab_nav{
		position: absolute;
		top: 10px;
		left: 60px;
		float: none;
		margin: 0;
		padding: 0;
		}
	#mod_dl_microsites .browse_tab_nav ul{
		position: relative;
		}
		#mod_dl_microsites .browse_tab_nav ul li.first, #mod_dl_microsites ul.arrows li.go_left{
			position: absolute;
			top: 133px;
			left: 150px;
			float: none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			cursor: pointer;
			}
			#mod_dl_microsites ul.arrows li.go_left{
				left: 209px;
			}
			#mod_dl_microsites .browse_tab_nav ul li.first a{
				background: url(../_images/dl_l_arrow.gif) no-repeat left top; 
				width: 8px;
				height: 15px;
				
				}
		#mod_dl_microsites .browse_tab_nav ul li.last, #mod_dl_microsites ul.arrows li.go_right{
			position: absolute;
			top: 133px;
			left: 570px;
			float: none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			cursor: pointer;
			}
			#mod_dl_microsites ul.arrows li.go_right{
				left: 629px;
			}
			#mod_dl_microsites .browse_tab_nav ul li.last a{
				background: url(../_images/dl_r_arrow.gif) no-repeat left top; 
				width: 8px;
				height: 15px;
				}
	#mod_dl_microsites dd,
	#mod_dl_microsites dt{
		margin: 0 8px 0 10px;
		float: left;
		clear: left;
		width: 175px;
		}
	#mod_dl_microsites dt{
		margin-top: 115px;
		margin-bottom: 10px;
		color: #003663;
		font-size: 1.57em;
		font-weight: bold;
		}
	#mod_dl_microsites .uxd_T{
		background: url(../_images/bg_dl_image.jpg) repeat-x left top; 
		width: 453px;
		height: 295px;
		overflow: hidden;
		float: right;
		text-align: center;
		margin: 0;
		clear: none;
		border-left: 1px solid #edeeef;
		position: absolute;
		left: 198px;
		top: 0px;
		z-index: 1;
		}
	#mod_dl_microsites .dl_link{
		color: #003663;
		font-weight: bold;
		margin-top: 15px;
		}
	#mod_dl_microsites div#dl_image{
		overflow: hidden;
		width: 393px;
		height: 295px;
		position: absolute;
		left: 228px;
		top: 0px;
		z-index: 100;
	}
	#mod_dl_microsites div#dl_image ul#dl_image_list{
		position: absolute;
		height: 295px;
	}
	#mod_dl_microsites div#dl_image ul#dl_image_list li{
		float: left;
		width: 393px;
		height: 295px;
	}
	#mod_dl_microsites dl dd.uxd_T{
		display: none;
		
	}
	#mod_dl_microsites ul.content li div.dl_content_wrapper{
		display: none;
	}
	#mod_dl_microsites ul.content li.selected  div.dl_content_wrapper{
		display: block;
	}
	#mod_dl_microsites .browse_tab_nav li.navRadio{
		display: none;
		}
	#mod_dl_microsites div#dl_pager{
		position: absolute;
		top: 10px;
		left: 61px;
	}
	#mod_dl_microsites div#dl_pager ul li{
		float: left;
		margin-left: 8px;

	}
	#mod_dl_microsites div#dl_pager ul li a{
		background: url(../_images/radio_btn.gif) no-repeat left top;
		width: 13px;
		height: 13px;
		cursor: pointer;
		display: block;
	}
	#mod_dl_microsites div#dl_pager ul li a.selected{
		background: url(../_images/selected_radio_btn.gif) no-repeat left top;
		}
	#mod_dl_microsites ul.content dd.dl_caption{
		height: 60px;
		line-height: 15px;
		overflow: hidden;
	}
	ul.content dd.dl_caption a{
		color: #000;
	}
	#mod_dl_microsites ul.content div.dl_content_wrapper{
		position: absolute;
		left: 5px;
		top: 8px;
	}
	
	/* NEWS/SPORTS DYNAMIC LEADS */
	#mod_dl_news{
		margin-left: -9px;
		}
	
	/* ZEBRA MODULE */
	.module_zebra{
		
		}
		.module_zebra .module_head{
			height: 24px;
			background: url(../_images/modules/header_zebra.png) no-repeat left bottom;
			}
		.module_zebra .module_content{
			background: #6e868d url(../_images/modules/bg_zebra.gif) repeat-x left top;
			padding: 0;
			}
			.module_zebra .module_content ul{
			
				}
			.module_zebra .module_content ul li{
				display: block;
				clear: both;
				height: 67px;
				padding: 5px 10px;
				}
			.module_zebra .module_content ul li.uxd_pattern{
				background: transparent url(../_images/modules/bg_pattern_zebra.png) repeat-y right top;
				}
			.module_zebra .module_content ul li dt{
				width: 185px;
				float: right;
				}
				.module_zebra .module_content ul li dt a{
					font-size: 1em;
					color: #363636;
					font-weight: bold;
					}
			.module_zebra .module_content ul li dd{
				color: #363636;
				font-size: 0.84em;
				width: 185px;
				float: right;
				}
				.module_zebra .module_content ul li dd a{
					color: #363636;
					}
				.module_zebra .module_content ul li dd.uxd_T{
					float: left;
					width: 87px;
					}
					.module_zebra .module_content ul li dd.uxd_T img{
						border: 1px solid #fff;
						}
		.module_zebra .module_foot{
			background: transparent url(../_images/modules/footer_zebra.png) no-repeat left top;
			height: 11px;
			clear: both;
			}
			
	/* YAHOO MATCHES */
	#yahoo_matches .content ul li {
		height:100%;
		padding: 10px 15px;
	}		
	#yahoo_matches ul li dt, 	#yahoo_matches ul li dd {
		float:none;
		width:100%;
	}
	#yahoo_matches ul li dd a.yahoo_link{
		font-weight:bold;
		color:#006699;
	}
	/* BASIC STRIPE */
	.module_basic_stripe li{
		padding: 8px 8px 7px;
		overflow:hidden;
		}
	.module_basic_stripe a{
		color: #444;
		}
	.module_basic_stripe .uxd_pattern{
		background: #d4d8d9;
		}
	.module_basic_stripe .image_item dt{
		font-weight: bold;
		}
	.module_basic_stripe .image_item .image_desc, 
	.module_basic_stripe .image_item .more_link, 
	.module_basic_stripe .image_item dt{
		width: 200px;
		float: right;
		}
		
	.module_basic_stripe .image_item .more_link {
		font-size: 0.83em;		
		text-align: right;
		padding-top: 5px;
		}
			
	/***************************
	MEDIA BROWSER
	*/
	
	.media_browser .module_content {
		background: #4b5b5d url(../_images/bg_blur_tile.jpg) repeat left top;
		padding: 7px 5px;
		}
	.browser_nav {
	/*	text-transform: capitalize; */
		}

	.browser_nav li dl dt a{
		display: block;
		padding: 7px 10px;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #a4abba;
		background: #eff2f3 url(../_images/bg_browser_nav.jpg) repeat-y right top;
		font-weight: bold;
		}
	.browser_nav a{
		color: #252525;
		}
	.browser_nav .browser_subnav {
		padding: 0px 5px;
		background: #f6fafd url(../_images/bg_browser_nav_inner.jpg) repeat-y right top;
		height: 320px;
		overflow: auto;
		display: none;
		}
	.browser_nav .browser_subnav dl{
		padding-bottom: 18px;
		}
	.browser_nav li dl.browser_nav_selected dd,
	.browser_nav li dl.browser_nav_selected li	{
		display: block;
		}
	.browser_nav .browser_subnav dl.browser_nav_primary  dt{
		display: none;
		}
	.browser_nav .browser_subnav dl.browser_nav_primary  dd,
	.browser_nav .browser_subnav ul.browser_nav_primary  li{
		border-top: 1px solid #d2dae0;
		border-bottom: 1px solid #b993b5;
		}
		.browser_nav .browser_subnav dl dt, 
		.browser_nav .browser_subnav dl dd,
		.browser_nav .browser_subnav li{
			padding: 3px 10px;
			}
		.browser_nav .browser_subnav dl dt{
			font-size: 0.84em;
			text-transform: uppercase;
			color: #445d9d;
			}
		.browser_nav .browser_subnav dl dd,
		.browser_nav .browser_subnav li{
			font-size: 0.92em;
			}
		.browser_nav .browser_subnav dl dd:hover, .browser_nav .browser_subnav dl dd.browser_nav_selected{
			background: #87b9e9;
			}
			.browser_nav .browser_subnav dl dd.browser_nav_selected a, .browser_nav .browser_subnav dl dd:hover{
				font-weight: bold;
				}
		/***************************
		MEDIA BROWSER WIDE
		*/
		.browser_nav_wide li dl dt a{
		display: block;
		padding: 7px 10px;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #a4abba;
		background: #eff2f3 url(../_images/accordian_wide_fg.jpg) repeat-y right top;
		font-weight: bold;
		text-transform:capitalize;
		}
		.browser_nav_wide a{
		color: #252525;
		}
		.browser_nav_wide .browser_subnav {
		padding: 0px 5px;
		background: #f6fafd url(../_images/accordian_wide_bg.jpg) repeat-y right top;
		height: 215px;
		overflow: auto;
		display: none;
		}
		.browser_nav_wide .browser_subnav dd a{
			text-transform: none;
		} 
	.browser_nav_wide .browser_subnav dl{
		float:left;
		padding-bottom: 18px;
		width:300px;
		}
	body#site_map .browser_nav_wide .browser_subnav dl.offair{
		display: none;
	}
	body#site_map .browser_nav_wide .browser_subnav dl.onair{
		width: 600px;
	}
	body#site_map .browser_nav_wide .browser_subnav dl.onair dt{
		display: none;
	}
	.browser_nav_wide li dl.browser_nav_selected dd,
	.browser_nav_wide li dl.browser_nav_selected li	{
		display: block;
		}
		.browser_nav_wide .browser_subnav dl dt, 
		.browser_nav_wide .browser_subnav dl dd,
		.browser_nav_wide .browser_subnav li{
			padding: 3px 10px;
			}
		.browser_nav_wide .browser_subnav dl dt{
			font-size: 0.84em;
			text-transform: uppercase;
			color: #445d9d;
			margin-right:40px;
			border-bottom: 1px solid #aeb89e;
			}
		.browser_nav_wide .browser_subnav dl dd,
		.browser_nav_wide .browser_subnav li{
			font-size: 0.92em;
			}
		.browser_nav_wide .browser_subnav dl dd.browser_nav_selected {
			margin-right:40px;
			}
			.browser_nav_wide .browser_subnav dl dd.browser_nav_selected a{
				font-weight: bold;
				}
		.browser_nav_wide .browser_nav_selected a{
			text-transform:capitalize;
			}
	/* VIDEO BROWSER */
	
	#mod_video_browser .content_col1{
		width: 308px;
		float: left;
		}
	#mod_video_browser .content_col2{
		width: 630px;
		float: left;
		margin-left: 10px;
		}
	#mod_video_browser .image_item{
		width: 305px;
		float: left;
		padding: 5px 0 5px  5px;
		}
		#mod_video_browser .image_item .image_desc, 
		#mod_video_browser .image_item dt{
			width: 175px;
			float: right;
			}
		#mod_video_browser .image_item dt{
			font-size: 0.92em;
			font-weight: bold;
			margin-bottom: 10px;
			}
		#mod_video_browser .image_item dt span{
			color: #fd771e;
			font-size: 0.92em;
			display: block;
			}
		#mod_video_browser .image_item .image_desc{
			font-size: 0.84em;
			}
	/* PHOTO BROWSER*/	
	#mod_photo_browser .content_col1{
		width: 308px;
		float: left;
		}
	#mod_photo_browser .content_col2{
		width: 620px;
		float: left;
		margin-left: 10px;
		}
	#mod_photo_browser .content_col2 ul {float: left; width: 100%;}
	#mod_photo_browser dd.desc{
		display: none;
	}
	#mod_photo_browser .image_item{
		width: 175px;
		height: 175px;
		float: left;
		margin: 0 13px 10px 14px;
		position: relative;
		}
		#mod_photo_browser .image_item dl {float: left;}
		#mod_photo_browser .image_item .image{
			padding: 0;
			}
		#mod_photo_browser .image_item dt {
			position: absolute;
			top: 131px;
			left: 0;
			}
			#mod_photo_browser .image_item dt span{
				color: #faa71a;
				font-size: 0.84em;
				display: block;
				}
			
	/***************************
	300x250 ADVERTISEMENT
	*/
	#ad_300x250 {
		height: 250px;
		overflow: hidden;
		}
			
	/***************************
	VIDEOS ONLINE
	*/
	#videos_online ul{
		position: relative;
		height: 162px;
		}
		#videos_online ul li{
			float: left;
			clear: left;
			}
		#videos_online ul li{
			margin: 3px 4px;
			}
		#videos_online ul li.first{
			margin-top: 0;
			}
		#videos_online ul li.last{
			margin-bottom: 0;
			}
		#videos_online ul li dt a{
			width: 110px;
			height: 14px;
			color: #666;
			font-size: 0.84em;
			padding: 4px;
			background: #c3c7c9;
			white-space: nowrap;
			overflow: hidden;
			display: block;
			}
		#videos_online ul li dt.uxd_selected a{
			color: #fff;
			padding: 3px;
			background: #6296e2;
			border: 1px solid #2f81aa;
			}
		#videos_online ul li dd.uxd_T{
			display: none;
			}
		#videos_online ul li dd.uxd_T_selected{
			display: block;
			background:url(../_images/videos_online_bg.jpg) repeat-x;
			height:161px;
			padding-top:16px;
			position: absolute;
			top: 0px;
			right: 0;
			}
		#videos_index #mod_video_browser .module_content .content_col2 a{
			color:#ffffff;
			}
	/***************************
	VIDEOS DESTACADOS DEL DIA
	*/
	#videos_destacados_del_dia .module_content{
		padding: 0px;
		}
			
			
	/***************************
	COMENTARIO DEL DIA
	*/
	#commentary_of_day {
	}
	#commentary_of_day .module_content{
		height: 161px;
		overflow: hidden;
		zoom: 1;
		position:relative;
		}
	#commentary_of_day .image_item{
		position: relative;
		padding-top: 20px;
		}
		#commentary_of_day .image_desc{
			font-size: .84em;
			color: #6DD0F7;
			width: 73px;
			padding-bottom: 5px;
			}
			#commentary_of_day .image_desc a{
				color: #6DD0F7;
				}
		#commentary_of_day dt{
			position: absolute;
			top: 0px;
			left: 0px;
			}
		#commentary_of_day .module_foot_link .plus_link {
			position: absolute;
			right: 10px;
			bottom: 10px;
			}
			
	/***************************
	ENCUESTA DEL DIA
	*/
	#encuesta_del_dia .module_content{
		height: 164px;
		overflow: hidden;
		zoom: 1;
		}	
	.content_sidebar #encuesta_del_dia .module_content{
		height: auto;
		}	
	#encuesta_del_dia .form_radio_div{
		padding-bottom: 6px;
		font-weight: bold;
		}
		#encuesta_del_dia .form_radio_div input, #encuesta_del_dia .form_radio_div img{
			vertical-align: middle;
			margin-right: 13px;
			}	
	/***************************
	LO MEJOR DE LA SEMANA
	*/
	#lo_mejor_de_la_semana .module_content{
		padding: 10px 0px 20px 9px;
		height:187px;
		overflow:hidden;
		}
	/***************************
	FOTO WIDGET
	*/
	#foto_widget .module_content, #foto_widget2 .module_content {
		padding:2px 0 1px;
		text-align: center;
		height: 403px;
		}

	#foto_widget2 .module_content{
		background:url(../_images/photo_widget_bg.gif) repeat;
		}
		#foto_widget2 .module_content object{
			width:288px;
			}
	/***************************
	SEARCH RESULTS
	*/
	#searched_for .module_head{
		background: #003b4e;
	}
	#searched_for .module_content{
		background: #d3d8da url(../_images/searched_for_bg.gif) repeat-x top;
	}
	#searched_for .module_content .image{
		margin-right:14px;
		display:block;
		float:left;
	}
	#searched_for .module_content dt, #other_matches .module_content dt{
		font-weight:bold;
		font-size:1.08em;
		margin-bottom:6px;
	}
	#searched_for .module_content dd, #other_matches .module_content dd{
		color: #000;
		font-size:.92em;
	}
	#searched_for .module_content dd li, #other_matches .module_content dd li{
		margin-top:6px;
	}
	#searched_for .module_content dd li a, #other_matches .module_content dd li a{
		font-weight:bold;
		color:#006699;
		font-size:.84em;
	}
	#other_matches .module_content{
		background: #eef0f2;
	}
	#other_matches .module_content a{
		color:#000;
	}
	#other_matches .module_content li{
		padding-bottom:10px;
		margin-bottom:15px;
		border-bottom: dotted 1px #777879;
	}
	#other_matches .module_content li.last{
		border-bottom:none;
		margin-bottom:0px;
	}
	
	#photo_results .module_content, #video_results .module_content {
		padding: 10px 0px 20px 9px;
		
		}
	#photo_results .module_content{
		height: 115px;
	}
	#photo_results .image_item_list li{
		height: 96px;
		width: auto;
	}

	#video_results ul.image_item_list li{
		height:1%;
		padding-left:9px;
		width:110px;
	}
	#video_results ul.image_item_list li dt{
		margin-bottom: 7px;
	}
	.search_other_footer{
		height:30px;
		background:#d6d8d9;
		display:block;
		font-size:.92em;
	}
	#yahoo_matches .pagination{
		font-size:.92em;
	}
	.search_other_footer .pagination, .pagination .pagination{
		padding-top:8px;
		padding-right:5px;
		float:right;
	}
	#yahoo_matches .pagination .pagination{
		padding-top:0;
		margin-top:	-6px;
	}
	.search_other_footer span, .pagination span{
		float:left;

	}
	.search_other_footer span a, .pagination span a{
		background: url(../_images/browse_l_arrow.gif) no-repeat left top;
		display:block;
		width:5px;
		height:9px;
		margin-top:2px;
	}
	.search_other_footer span a.r_arrow, .pagination span a.r_arrow{
		background: url(../_images/browse_r_arrow.gif) no-repeat left top;	
	}
	.search_other_footer ul, .pagination ul{
		float:left;
		margin-left:6px;
	}
	.search_other_footer li, .pagination li{
		float:left;
		border-right:1px solid black;
		padding-right:3px;
		margin-right:3px;
		display:inline;
		text-align:right;
	}
	.search_other_footer li a, .pagination li a{
		color:#000;
	}
	.search_other_footer li a.selected, .pagination li a.selected{
		font-weight:bold;
	}
	
	.search_other_footer li.last, .pagination li.last{
		border-right:none;
	}
	.module_zebra .module_content ul li.pagination {
		height: 10px;
	}
	.module_zebra .module_content ul li.pagination div{
		float:right;
	}
	.module_zebra .module_content ul li.pagination li {
		clear: none;
		display: inline;
		height: auto;
		padding: 0 3px 0 0;
	}
	/***************************
	MICROSITE PROMOS
	*/
.microsite_promo {
	background: url(../_images/modules/dark_blue_pattern_repeat.jpg) repeat-y left top;
	color: #FFF;
	position: relative;
}
.microsite_promo .module_head {	
	background: none;
	overflow: hidden;
	height: 19px;
	zoom: 1;
	}
.microsite_promo h3{
	color: #FFF;
	font-size: 11px; /* this is done in pixels for the font image script */
	text-transform: capitalize;
	/*padding-bottom: 12px;*/
}
.module_head .more_btn {
	display: none;
	}
.microsite_promo .image_item {	
	padding: 12px;
	overflow: hidden;
	zoom: 1;
	height:103px;
	position: relative;
	}
.microsite_promo .image_item  .image a{	
	display: block;
	width: 120px;
	height: 90px;
	overflow: hidden;
	}
.microsite_promo dt {
	padding-bottom: 12px;
	font-weight: bold;
}
.microsite_promo dt .promo_type {
	color: #FD771D;
	font-size: .84em;
	display: block;
	padding-bottom: 3px;
}
.microsite_promo .more_link {
	text-align:right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
.microsite_promo dd{
	font-size: .83em;
}
.microsite_promo .more_link{

}
/* sidebar microsite info */
.micro_info {
	min-height:45px;
	height:auto !important;
	height:45px;
	}
	/***************************
	SECONDARY PROMOS
	*/
	.secondary_promo .image_item{
		position: relative;
		}
		.secondary_promo .image_item,
		.secondary_promo .image_item a{
			color: #fff;
			}
		.secondary_promo .image_item .image{
			padding-right: 0px;
			display:block;
			}
	/*secondary promo updated 4x3 style*/
		.secondary_promo .content {
			position: static;
			}
		.secondary_promo .image_item {
			background: transparent url(../../_images/black_50_trans.png) repeat left top;
			padding: 4px 4px 3px 10px;
			width: 286px;
			height: 144px;
			border: medium none;
			}
		.secondary_promo .image_item dl{
			background: none;
			height: auto;
			overflow: hidden;
			width: auto;
			padding: 0;
			}
		.secondary_promo .image_item dt{
			width: 90px;
			float: left;
			}
		.secondary_promo .image_item dt a{
			padding-bottom: 15px;
			padding-top: 6px;
			position: relative;
			color: #FE0000;
			display: block;
			font-weight: bold;
			}
		.secondary_promo .image_item dd{
			width: 90px;
			float: left;
			}
		.secondary_promo .image_item .image{
			width: 190px;
			height: 143px;
			overflow: hidden;
			float: right;
			}			
		
	/* foot promos */		
		
			#foot_promos.image_items dt a{
				position: relative;
				color: #FF9933;
				display: block;
				font-weight: bold;
				padding-bottom: 4px;
				}
			#foot_promos.image_items dd a{
				color: #fff;
				position: relative;
				}		
	/***************************
	ALL VIDEOS AND ALL PHOTOS
	*/
	div#all_videos_photos div.module div.module_head_links ul#media_tab li a{
		width:163px;
		height:31px;
		display:block;
		}
	#all_videos_photos .module_content{
		background:url(../_images/bg_blur_tile.jpg) repeat-x scroll left top;
		padding-bottom:52px;
		}
	#all_videos_photos .module_head_links{
		background:transparent url(../_images/modules/dark_blue_pattern_repeat.jpg) repeat scroll left top;
		padding: 0;
		height: 31px;
		}
		#videos_all #media_tab li, #photos_all #media_tab li{
			width:163px;
			height:24px;
			padding-top:7px;
			text-align:center;
			z-index:10;
			background:url(../_images/coverup_dark.png) left top repeat;
			float: left;
			}
		#videos_all #media_tab .module_head_selected, #photos_all #media_tab .module_head_selected{
			height:34px;
			background:url(../_images/module_head_arrow.gif) no-repeat;
			}
	#videos_all #fade_nav, #photos_all #fade_nav{
		height:23px;
		margin:-4px -10px 2px -10px;
		padding-right:10px;
		background:url(../_images/fade_nav.png) right top repeat-y;
		display: none; /* this item is hidden until the functionality becomes supported - EVANS */
		}
	#fade_nav .site_btn_alt{
		float:right;
		text-transform:uppercase;
		}
	#user_media_list .site_btn_mid {
		padding: 3px 0 0;
		}
	.user_media_thumb{
		width:120px;
		height:90px;
		}
	#user_media_list dl, #message_boards .message_board_content dl{
		padding-top:95px;
		}
	#message_boards .message_board_content a{
		color:#ffffff;
		}
		#user_media_list dl .user_media_thumb, #message_boards dl .message_board_thumb{
			position:absolute;
			top:0px;
			}
		#user_media_list dl dt{
			text-transform:capitalize;
			font-weight:bold;
			}
		#user_media_list .subtitle{
			color:#FFFFFF;
			font-size:0.79em;
			margin-bottom:5px;
			}
	#user_media_list li{ 
		width:120px;
		height:160px;
		float:left;
		position:relative;
		margin-right:25px;
		margin-left:13px;
		margin-top:38px;
		}
		#videos_all .content_sidebar_col1 .module_head_links, #videos_all .content_sidebar_col2 .module_head_links, 
		#photos_all .content_sidebar_col1 .module_head_links, #photos_all .content_sidebar_col2 .module_head_links{
			background-repeat:repeat;
			height:40px;
			text-align:center;
			}
	#videos_all .content_sidebar a, #photos_all .content_sidebar a{
		color:#00BFF3;
		}				
	#all_videos_photos .module_head_links h3{
		float: none;
		position: static;
		bottom: auto;
		}
	#all_videos_photos .module_head_links {
		position: static;
		}
	#photos_all #tu_mundo,
	#videos_all #tu_mundo{
		
		}
		#photos_all #tu_mundo #un_greeting,
		#videos_all #tu_mundo #un_greeting{
			width:632px;
			height:18px;
			color:#ffffff;
			font-size:1.2em;
			padding-top:3px;
			background: url(../_images/fade_nav.png) repeat-y left top;
			}
		#photos_all #tu_mundo span,
		#videos_all #tu_mundo span{
			color:#ffffff;
			font-weight:bold;
			}
		#photos_all #tu_mundo #line_seperator,
		#videos_all #tu_mundo #line_seperator{
			height:2px;
			width:632px;
			margin-top:10px;
			margin-bottom:44px;
			}
		#photos_all #tu_mundo #tu_mundo_logo,
		#videos_all #tu_mundo #tu_mundo_logo{
			
			}
		#photos_all #tu_mundo #tu_mundo_message,
		#videos_all #tu_mundo #tu_mundo_message{
			
			}

	/***************************
	PHOTO DL
	*/
#mod_dl_photos{
	background: #cacccd url(../_images/bg_dl_photos_image.jpg) no-repeat left top;
	height: 250px;
	position: relative;
	overflow:hidden;
	}
	#mod_dl_photos h2{
		display: none;
	}
	#mod_dl_photos .browse_tab_nav{
		position: absolute;
		top: 10px;
		left: 60px;
		float: none;
		margin: 0;
		padding: 0;
		}
	#mod_dl_photos .browse_tab_nav ul{
		position: relative;
		}
		#mod_dl_photos .browse_tab_nav ul li.first{
			position:relative;
			right:-68px;
			top:99px;
			width:8px;
			float: none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			cursor: pointer;
			}
			#mod_dl_photos .browse_tab_nav ul li.first a{
				background: url(../_images/dl_l_arrow.gif) no-repeat left top;
				bottom:21px;
				width:8px;
				height:15px;
				}
		#mod_dl_photos .browse_tab_nav ul li.last{
			position: relative;
			top: 84px;
			left: 379px;
			float: none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			cursor: pointer;
			}
			#mod_dl_photos .browse_tab_nav ul li.last a{
				background: url(../_images/dl_r_arrow.gif) no-repeat left top; 
				width: 8px;
				height: 15px;
				}
	#mod_dl_photos dd,
	#mod_dl_photos dt{
		margin: 0 8px 0 10px;
		float: left;
		clear: left;
		width: 175px;
		}
	#mod_dl_photos dt{
		margin-top: 75px;
		margin-bottom: 10px;
		color: #003663;
		font-size: 1.32em;
		font-weight: bold;
		width:104px;
		}
/*	#mod_dl_photos .uxd_T{
		background: url(../_images/bg_dl_image.jpg) repeat-x left top; 
		width: 453px;
		height: 295px;
		overflow: hidden;
		float: right;
		text-align: center;
		margin: 0;
		clear: none;
		border-left: 1px solid #edeeef;
		position: absolute;
		left: 198px;
		top: 0px;
		z-index: 1;
		}*/
	#mod_dl_photos .dl_link{
		color: #003663;
		font-weight: bold;
		margin-top: 15px;
		width:104px;
		}
	#mod_dl_photos div#dl_image{
		overflow: hidden;
		width: 296px;
		height: 221px;
		position: absolute;
		left: 140px;
		top: 13px;
		z-index: 100;
	}
	#mod_dl_photos div#dl_image ul#dl_image_list{
		position: absolute;
		height: 221px;
	}
	#mod_dl_photos div#dl_image ul#dl_image_list li{
		float: left;
		width: 296px;
		height: 221px;
	}
	#mod_dl_photos dl dd.uxd_T{
		display: none;
		
	}
	#mod_dl_photos ul.content li div.dl_content_wrapper{
		display: none;
	}
	#mod_dl_photos ul.content li.selected  div.dl_content_wrapper{
		display: block;
	}
	#mod_dl_photos .browse_tab_nav li.navRadio{
		display: none;
		}
	#mod_dl_photos div#dl_pager{
		position: absolute;
		top: 10px;
		left: 27px;
	}
	#mod_dl_photos div#dl_pager ul li{
		float: left;
		margin-left: 8px;

	}
	#mod_dl_photos div#dl_pager ul li a{
		background: url(../_images/radio_btn.gif) no-repeat left top;
		width: 13px;
		height: 13px;
		cursor: pointer;
		display: block;
	}
	#mod_dl_photos div#dl_pager ul li a.selected{
		background: url(../_images/selected_radio_btn.gif) no-repeat left top;
		}
	#mod_dl_photos ul.content dd.dl_caption{
		height: 60px;
		line-height: 15px;
		overflow: hidden;
		width:104px;
	}
	#mod_dl_photos ul.content div.dl_content_wrapper{
		position: absolute;
		left: 0px;
		top: 8px;
	}
		#mod_dl_photos ul.arrows li.go_left{
			position: absolute;
			top: 119px;
			left: 127px;
			float: none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			cursor: pointer;
			}
			#mod_dl_photos .browse_tab_nav ul li.first a{
				background: url(../_images/dl_l_arrow.gif) no-repeat left top; 
				width: 8px;
				height: 15px;
				
				}
		#mod_dl_photos ul.arrows li.go_right{
			position: absolute;
			top: 119px;
			left: 441px;
			float: none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			cursor: pointer;
			}
			#mod_dl_photos .browse_tab_nav ul li.last a{
				background: url(../_images/dl_r_arrow.gif) no-repeat left top; 
				width: 8px;
				height: 15px;
				}
	/***************************
	TV LISTINGS
	*/
	#mod_tv_listings .module_head{
		background:url(../_images/modules/header_tv_listings.gif) no-repeat center bottom;
		height:30px;
		}
	#mod_tv_listings .module_content{
		padding:0 0 10px;
		background:url(../_images/modules/footer_tv_listings.gif) no-repeat center bottom;
		position:relative;
		}
	#mod_tv_listings .module_head select{
		float:right;
		width: auto;
		}
	#mod_tv_listings table{
		color:#b9bfc1;
		border-spacing:0;
		text-align: center;
		text-transform:capitalize;
	}
	
	#mod_tv_listings th{
		text-align:center;
		padding: 3px;
	}

		#mod_tv_listings table td {
			vertical-align: top;
			border-bottom:1px dotted #b9bfc1;			
		}
		
		#mod_tv_listings table td div {
			vertical-align: middle;
			padding-top: 3px;
			padding-bottom: 3px;
		}		

		#mod_tv_listings table td,
		#mod_tv_listings table tbody th{
			border-bottom:1px dotted #b9bfc1;
			padding: 3px;
			font-size: 0.92em;
			}
		#mod_tv_listings table thead tr{
			background-color:#2b4c71;
			}
		#mod_tv_listings table tbody th{
			height: 40px;
			color:#f47512;
			text-transform:uppercase;
			}
		#mod_tv_listings table .col_dark{
			background:#041c23;
			width:121px;
			}
		#mod_tv_listings table .col_light{
			background:#132930;
			width:120px
			}	
		#mod_tv_listings table{
			border-collapse: separate;  
			border-spacing: 0;  
			*border-collapse: collapse; /* hack is needed for IE7 also */
			}
	
	/***************************
	MESSAGE BOARDS
	*/
	#message_boards .module_content h3, #message_boards .module_content h4{
		padding-bottom:5px;
		}
	
	#message_boards .module_content .module_content{
		background: url(../_images/modules/dark_blue_pattern_repeat.jpg) repeat left top;
		height:1%;
		position:relative;
		}
	#message_boards #foto_widget .module_head{
		background: transparent url(../_images/modules/dark_blue_pattern_repeat.jpg) repeat scroll left top;
		}
	#message_boards #foto_widget .module_content{
		background: transparent url(../_images/modules/dark_blue_pattern_repeat.jpg) repeat scroll left top;
		padding:5px;
		display:none;
		}
		#message_boards #foto_widget .module_head h3{ 
			text-transform:capitalize;
			font-weight:bold;
			}
			#message_boards #foto_widget .module_head{
				height:18px;
				}
	#message_boards dl{	
		position:relative;
		}
	#message_boards .message_board_content dl dt{
		font-size:0.9em;
		font-weight:bold;
		text-transform:capitalize;
		width:120px;
		}
	#message_boards .module_content .module_content li{
		float:left;
		padding: 0 16px;
		}
	/***************************
	COMMENT
	*/
	.comment_number{
		background:#0B0F1B;
		padding:0 10px;
		color:#CECFD1;
		}
	#commenting .comment_number{
		position:absolute;
		top:-34px;
		right:10px;
		}
	#rating_block .comment_number{
		font-size: 0.92em;
		margin-left: 20px;
		text-transform: uppercase;
		float: left;
		}
	.comment .module_head .module_head_content{
		float:right;
		}
	.comment .module_head button{
		float:right;
		margin-top:-4px;
		}
	#submit_comment .module_content textarea{
		width:627px;
		height:100px;
		border:solid 1px #000000;
		background:#F5F5F5;
		margin-bottom:10px;
		}
	#submit_comment .module_content #submit_comment_btn{
		float:right;
		}
	#submit_comment .module_content #cancel_comment_btn{
		float:left;
		text-transform:uppercase;
		}
	#read_comment{
		position:relative;
		width: 654px;
		}
	#read_comment .module_content p{
		margin-bottom:10px;
		}
	#mod_login ul label{
		font-size:0.95em;
		font-weight:bold;
		display:block;
		float:left;
		width:67px;
		text-transform:capitalize;
		}
		#mod_login ul li{
			margin-bottom:10px;
			margin-top:5px;
			}
	#mod_login ul input{
		border:solid 1px #8692A2;
		width:209px;
		}
	#mod_login a{
		font-weight:bold;
		color:#01669C;
		font-size:.88em;
		}
	#mod_login #register_q{
		text-align:center;
		font-weight:bold;
		font-size:1.2em;
		margin-top:10px;
		color:#505052;
		}
	#mod_login #register_q a{
		font-size:.8em;
		display:block;
		margin-top:5px;
		}
	#mod_login .module_content .site_btn{
		float:right;
		margin-top:-19px;
		}
		#add_comment{
			width:141px;
			margin-right: 141px;
			}
	#read_comment #add_comment {
		/*display:none; /* button is hidden because it is currently non-functional */
		}
	/***************************
	LOGIN POP-UP
	*/
	#login_popup{
		height:284px;
		left:611px;
		top:389px;
		width:385px;
		z-index:1000;
		}
		#login_popup .module_content{
			background:#ffffff;
			color:#000000;
			}
			#login_popup .module_content ul{
				text-align:right;
				/*margin-right:108px;*/
				margin-right:90px;
				}
				#login_popup .module_content li{
					font-size:.8em;
					margin-bottom:15px;
					position:relative;
					}
					#login_popup button.site_btn_bg{
						width:99px;
						height:19px;
						background:url(../_images/site_btn_bg.gif);
						color:#ffffff;
						font-weight:bold;
						text-transform:uppercase;
						}
						.popup_login_btn{
							font-size:.9em;
							margin-top:14px;
							}
						.popup_cancel_btn{
							font-size:.75em;
							float:right;
							}
					#login_popup .module_content li input{
						margin-left:16px;
						}
			#login_popup .module_content #login_popup_reg{
				border-top:2px solid #BEBEBE;
				color:#000000;
				margin-top:25px;
				padding-left:10px;
				padding-top:26px;
				position:relative;
				right:10px;
				text-align:left;
				width:375px;
				}
				#login_popup .module_content #login_popup_reg p{
					font-size:.8em;
					}
			#login_popup .module_content a{
				float:left;
				margin-top:10px;
				color:#3a78a7;
				font-size:.8em;
				}
		#login_popup_cancel{
			float:right;
			}
	/***************************
	ARTISTAS DESTACADOS
	*/
	#artistas_destacados .module_content{
		height: 316px;
		}
		#artistas_destacados .module_content ul li dd.more_link{
			text-align: right;
			/* Chris Nelson Fix */
			/*font-size: 0.83em;*/
			padding-top: 5px;
			}
			#artistas_destacados .module_content ul li dd.more_link a{
				color: #004c80;
				}

	/***************************
	FEATURED VIDEOS
	*/
	#mod_featured_videos .module_content{
		height: 219px;
		}
	/***************************
	FEATURED ARTICLES
	*/
	#mod_featured_article .module_content .desc a{
		text-decoration:underline;
		}
	/***************************
	HOT THIS WEEK
	*/
	#mod_hot_this_week .module_content{
		height: 219px;
		}
		.mod_hot_this_week .module_content .media_article_icon,
		.mod_hot_this_week .module_content .media_photo_icon,
		.mod_hot_this_week .module_content .media_video_icon{
			right:60px;
			}
	.mod_sb_hot_this_week .module_content .desc{
		position:relative;
		bottom:-102px;
		}
	/***************************
	LATEST ARTICLES
	*/
	#mod_latest_articles .module_content{
		height: 191px;
		}
	/***************************
	FEATURES FORUMS AND GROUPS
	*/
	#mod_featured_forums_and_groups .module_content{
		height: 340px;
		padding: 0;
		}
		#mod_featured_forums_and_groups .module_content li{
			height: 72px;
			}
	/***************************
	SPORTS PROMOS
	*/
	.sports_promo .image_overlay{
		height: 158px;
		overflow: hidden;
		}
	.sports_promo .image_overlay .image_item dt a{
		text-transform: capitalize;
		padding-bottom: 0;
		}
		.sports_promo .image_overlay .image_item dt a.sports_title{
			color: #fff;
			font-size: 1.34em;
			padding-bottom: 15px;
			}
	.sports_promo .image_overlay .image_item dd a{
		color:#1BB0A9;
		font-size:0.92em;
		}
	.sports_promo .image_overlay .image_item dd.image_more{
		font-weight:bold;
		padding-top:5px;
		position:absolute;
		top:134px;
		}
		.sports_promo .image_overlay .image_item dd.image_more a{
			text-transform: uppercase;
			font-size: 0.84em;
			color: #FF9933;
			}
	.sports_promo .image_overlay .image_item .image img{
		padding-left: 112px;
		}
	.sports_promo .image_overlay .image_item dl{
		width: 100px;
		height: 151px;
		padding-right:5px;
		}

	/***************************
	NEWS PROMOS
	*/
	.news_promo .image_overlay{
		height: 214px;
		overflow: hidden;
		}
	.news_promo .image_overlay .image_item dt a{
		text-transform: capitalize;
		padding-bottom: 0;
		}
		.news_promo .image_overlay .image_item dt a.sports_title{
			color: #fff;
			font-size: 1.67em;
			padding-bottom: 15px;
			}
	.news_promo .image_overlay .image_item dd.image_more{
		padding-top: 5px;
		}
		.news_promo .image_overlay .image_item dd.image_more a{
			text-transform: uppercase;
			font-size: 0.84em;
			color: #FF9933;
			}
		.news_promo .image_overlay .image_item dl{
			padding: 12px 0px 0px 14px;
			width: 178px;
			height: 195px;
			}
		.news_promo .image_overlay .image_item .image img{
		border: #000000 solid 7px;
		}
	/***************************
	CONTACT US
	*/
	#mod_contact_us .module_head{
		height:24px;
		background:url(../_images/contact_us_header.jpg) repeat;
		}
	#mod_contact_us .module_content{
		height:60px;
		padding: 21px 0 0;
		color:#fff;
		background:url(../_images/contact_us_content.jpg) repeat;
		}
		#mod_contact_us .module_content p{
			float: left;
			margin: 3px 20px 0 55px;
			}
	#mod_email_us .heading{
		color:#006699;
		font-weight:bold;
		text-transform:capitalize;
		margin-bottom:10px;
		}
	#mod_contact_us .site_link_btn{
		
		}
	#mod_email_us fieldset{
		background:#d6dce8;
		border:1px solid #9eafcb;
		padding:13px 0 11px 27px;
		}
		#contact_us fieldset{
			color:#4a4e67;
			text-transform:uppercase;
			font-weight:bold;
			margin-right:3px;
			margin-top:3px;
			margin-bottom:0px;
			}
		#contact_us fieldset .site_btn{
			float:right;
			}
		#contact_us fieldset a{
			color:#f17f27;
			}
		#contact_us fieldset input{
			width:195px;
			height:19px;
			padding-top:1px;
			border-left:none;
			border-right:none;
			border-top:1px solid #a7a6aa;
			border-bottom:1px solid #a7a6aa;
			}
			.contact_form input{
				float:left;
				}
			.curvy_front{
				width:2px;
				height:21px;
				margin-left:5px;

				background:url(../_images/curvy_corner_front.gif);
				float:left;
				}
			.curvy_back{
				width:2px;
				height:21px;
				margin-right:10px;
				background:url(../_images/curvy_corner_back.gif);
				float:left;
				}
			.curvy_large_front{
				width:2px;
				height:93px;
				margin-left:5px;

				background:url(../_images/curvy_large_corner_front.gif);
				float:left;
				}
			.curvy_large_back{
				width:2px;
				height:93px;
				margin-right:10px;
				background:url(../_images/curvy_large_corner_back.gif);
				float:left;
				}
		#contact_us fieldset .capitalize{
			text-transform:none !important;
			}
		#contact_us fieldset .form_error{
			color: #FF0000;
			}
		#contact_us fieldset select{
			margin-left:7px;
			text-transform:capitalize;
			}
		span.small_print{
			text-transform:none !important;
			font-size: 0.80em;
			color:#f17f27;
			margin-top:3px;
			}
			.contact_form .small_print{
				float:left;
				}
		fieldset .form_heading{
			font-size: 0.97em;
			color:#4a4e67;
			float:left;
			margin-top:3px;
			font-weight:bold;
			}
			#comment{
				margin-left:36px;
				}
	.contact_form{
		margin-top:10px;
		margin-left:60px;
		}
		.contact_form textarea{
			border-right:none;
			border-left:none;
			border-top:1px solid #a7a6aa;
			border-bottom:1px solid #a7a6aa;
			height:92px;
			width:450px;
			float:left;
			}
		.contact_form #terms_conditions_check{
			margin-left:41px;
			float:left;
			width:auto;
			margin-right:10px;
			border:0;
			margin-top:-2px;
			}
	#mod_email_us .dotted_line{
		width:631px;
		height:1px;
		margin-top:5px;
		margin-bottom:5px;
		background:url(../_images/dotted_line.gif) repeat-x;
		}
	#contact_us form select{
		width:374px;
		}	
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.contact_form button { margin:0 3px; }
}
	/**********
	FLIPPY
	*/
	#mod_nbc_flippy{
		height:80px;
		overflow:hidden;
		}
	#flippy{
		margin-bottom:10px;
		}
	/**********
	PARTNERS
	*/
	#mod_partners .module_content ul li{
		display: block;
		clear: both;
		height:auto;
		padding: 5px 10px;
		font-weight:bold;
		text-transform:capitalize;
		}
		#mod_partners .module_content ul li a{
			color:#000000;
			}
	/***************************
	PUBLICIDAD
	*/
	#mod_publicidad .module_head{
		height:29px;
		font-size:10px;
		}
	#mod_publicidad .module_head h3{
		color:#ffffff;
		}
	/***************************
	PIONERA
	*/	
	.mod_pionera span{
		font-weight:bold;
		color:#006699;
		}
		.mod_pionera .dotted_line{
			width:631px;
			height:1px;
			margin-top:5px;
			background:url(../_images/dotted_line.gif);
			}
	.mod_pionera .plus_link{
		color:#000;
		}
	/**********
	YOU SAID IT
	*/
	#mod_you_said_it .module_head h3{
		color: #fff;
		}
	#mod_you_said_it .module_content{
		padding: 10px 0;
		height: 219px;
		}
	#mod_you_said_it, #mod_you_said_it a {
		color: #d2dbe6;
		}
	#mod_you_said_it dt {
		display: none;
		}
	#mod_you_said_it dd {
		font-size: 0.84em;
		}
	#mod_you_said_it .image_desc, #mod_you_said_it .image_more  {
		margin: 8px 12px;
		}
	#mod_you_said_it .image_more {
		text-transform: uppercase;
		text-align: right;
		}
	/**********
	YOU SAID ABOUT
	*/
	#mod_you_said_about {
		}
	#mod_you_said_about .module_head h3 {font-size: 1.08em;
		}
	#mod_you_said_about .module_content{
		height: 200px;
		}
	#mod_you_said_about .module_content dt{
		display: none;
		}
	#mod_you_said_about dd {
		font-size: 0.84em;
		}
	#mod_you_said_about .uxd_T {
		text-align: center;
		}
	#mod_you_said_about .image_desc, #mod_you_said_about .image_more  {
		margin: 8px 0;
		}
	#mod_you_said_about .image_more {
		text-transform: uppercase;
		text-align: right;
		}
	#mod_you_said_about .image_more a{
		color: #0072bc;
		}
	/**********
	PROGRAMMING BROWSER
	*/
	#mod_programming_browser .browser_nav .browser_subnav {
		height: auto;
		}
	#mod_programming_browser .browser_nav dd ul{
		height: 75px;
	}
	/**********
	MEDIA PROMO MODULE
	*/
	.content_sidebar #mod_media_promo { display: none; }
	.content_sidebar #mod_media_promo {
		height:162px;
		}
	#mod_media_promo .image_item .content {
		font-size: 1.17em;
		}
		.micro_info #micro_info_img{
			width:142px;
			float:right;
			margin-top:7px;
			margin-right:5px;
			}
		.micro_info #micro_ad{
			width: 120px;
			height: 30px;
			float: right;
			margin-top: 15px;
			margin-right: 10px;
			display: none;
		}
	body#photo_gallery div.content_sidebar div#mod_media_promo img{
		width:299px;
		height:143px;
		}
		body#photo_gallery div.content_sidebar div#mod_media_promo dl{
			width:162px;
			height:135px;
			}
		
	/***************************
	RELATED GALLERIES MODULE
	*/
	#mod_related_galleries .module_content{
		height: 330px;
		padding: 0;
		}
	#mod_related_galleries .module_basic_stripe .image_item .image_desc, 
	#mod_related_galleries .module_basic_stripe .image_item dt{
		width: 155px;
		float: right;
		}
	#mod_related_galleries .call_out{
		color:#006797;
		}
		#mod_related_galleries dd.more_link {
			width:155px;
			}
				
/***************************
PAGE NOT FOUND, SYSTEM ERROR
***************************/
#not_found #wrapper, #system_error #wrapper{
	background:none;
	}
#error_content #header h1 a{
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:40px;
	position:static;
	background:transparent url(../_images/telemundo_logo2.png) no-repeat scroll left top;
	}
#error_text{
	text-align:center;
	color:#ffffff;
	font-size:1em;
	}
	#error_text #error_title{
		color:#B41C13;
		text-transform:capitalize;
		font-size:2em;
		display:block;
		margin-bottom:15px;
		}
	#error_text #error_options{
		font-size:1.5em;
		}
		#error_text #error_options a{
			color:#4F73B2;
			text-decoration:underline;
			}
/***************************
INTERNAL ELEMENTS
***************************/

	/***************************
	IMAGE ITEM
	photo + descriptive text
	*/
	.image_item .image{
		float: left;
		padding-right: 8px;
		}
		.image_item .image_desc{
			display: block;
			}
	.image_item dl{
		overflow: hidden;
		}
			
	/***************************
	IMAGE ITEM OVERLAY
	*/
			
	.image_overlay .image_item{
		position: relative;
		}
	.image_overlay .image_item .image{
		float: none;
		padding-right: 0;
		}
		.image_overlay .image_item .content{
			position: absolute;
			top: 0px;
			left: 0px;
			}
		.image_overlay .image_item dl{
			background: url(../_images/coverup_dark.png) repeat left top;
			padding: 8px 0px 0px 7px;
			width: 178px;
			height: 155px;
			}
		.image_overlay .image_item dt a{
			padding-bottom: 15px;
			position: relative;
			color: #FF9933;
			display: block;
			font-weight: bold;
			}
		.image_overlay .image_item dd a{
			color: #fff;
			position: relative;
			}
	.overlay_right .image_item dl{
		float: right;
		margin-right: -1px;
		}
	/***************************
	IMAGE ITEM LIST
	*/
	.image_item_list li{
		height: 200px;
		width: 119px;
		float: left;
		padding-right: 9px;
		}
		.image_item_list li.last{
			padding-right: 0px;
			}
		.image_item_list li a{
			color: #000;
			}
		.image_item_list li dt{
			font-weight: bold;
			}
		.image_item_list li .call_out{
			color: #006699;
			}
		.image_item_list li dd{
			font-size: .84em;
			}
		.image_item_list .image img{
			padding: 5px 0;
			}
	/***************************
	IMAGE SHADOW
	*/
	.shadow_image {
		text-align: center;
		background:  url(../_images/image_shadow.png) repeat-y center top;
		}
	.shadow_image img{
		margin: 0 auto;
		}
	/***************************
	STANDARD SITE BUTTONS
	*/
	
.site_btn_alt, .site_btn, .site_link_btn{
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: 0px;
	background: none;
	white-space: nowrap;
	height: 21px;
	}
@media all and (min-width: 0px){body:not(:root:root).site_btn_alt, .site_btn, .site_link_btn{height:20px;}}
.site_btn_left, .site_btn_mid, .site_btn_right, .site_btn_alt_left, .site_btn_alt_mid, .site_btn_alt_right, .site_link_btn_left, .site_link_btn_mid, .site_link_btn_right{
	float: left;
	display: block;
	height: 19px;
	}
button.site_btn .site_btn_left, button.site_btn .site_btn_mid, button.site_btn .site_btn_right, button.site_btn_alt .site_btn_alt_left, button.site_btn_alt .site_btn_alt_mid, button.site_btn_alt .site_btn_alt_right{
	*float: none;
	*display: inline-block;
	}
.site_btn_alt_left{
	background: url(../_images/buttons/button_alt_left.gif) no-repeat left top;
	width: 4px;
	}
.site_btn_alt_mid{
	background: url(../_images/buttons/button_alt_mid.gif) repeat-x left top;

	}
.site_btn_alt_right{
	background: url(../_images/buttons/button_alt_right.gif) no-repeat left top;
	width: 4px;
	}
.site_btn_left, .site_link_btn_left{
	background: url(../_images/buttons/button_left.gif) no-repeat left top;
	width: 4px;
	}
	#photo_gallery .site_link_btn_left{
		background: url(../_images/buttons/button_alt_left.gif) no-repeat left top;
		}
.site_btn_mid, .site_link_btn_mid{
	background: url(../_images/buttons/button_mid.gif) repeat-x top;
	}
	#photo_gallery .site_link_btn_mid{
		background: url(../_images/buttons/button_alt_mid.gif) repeat-x top;
		}
.site_btn_right, .site_link_btn_right{
	background: url(../_images/buttons/button_right.gif) no-repeat left top;
	width: 4px;
	}
	#photo_gallery .site_link_btn_right{
		background:url(../_images/buttons/button_alt_right.gif) no-repeat left top;
		}
.site_btn_alt_mid, .site_btn_mid, .site_link_btn_mid{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: .81em;
	font-weight: bold;
	padding: 3px 4px 0px 4px;
	height: 16px;
	*height: 19px;
}
.site_btn_mid, .site_link_btn_mid{
	text-transform: uppercase;
}
	#photo_gallery .site_link_btn_mid{
		text-transform: none;
		font-weight:bold;
		font-size:0.81em;
		}
		#photo_gallery .site_link_btn_mid .right_arrow{
			padding-right:10px;
			}
button .site_btn_mid, button .site_btn_alt_mid{
	padding-top: 3px;
	height: 16px;
	}
.site_btn:hover .site_btn_mid, .site_link_btn:hover .site_link_btn_mid{
	color:#781D22;
	}
	#photo_gallery .site_link_btn_mid{
		color:#ffffff;
		}
.site_btn:hover span.site_btn_left, .site_link_btn:hover span.site_link_btn_left{
	background:transparent url(../_images/buttons/button_left_over.gif) no-repeat scroll left top;
	}
.site_btn:hover span.site_btn_mid, .site_link_btn:hover span.site_link_btn_mid{
	background:transparent url(../_images/buttons/button_mid_over.gif) scroll left top;
	}
.site_btn:hover span.site_btn_right, .site_link_btn:hover span.site_link_btn_right{
	background:transparent url(../_images/buttons/button_right_over.gif) no-repeat scroll left top;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
span.site_btn_mid, span.site_btn_alt_mid {
padding-top: 4px !important;
}}

/***************************
FOOTER
***************************/
#footer{clear: both;
	background: url(../_images/footer_bg.png) no-repeat left top;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 9px 10px;
	}
#footer .clear{
	padding-bottom: 55px;
	}
	
	/***************************
	FOOT PROMOS
	*/
	#foot_promos{
		clear: both;
		padding-left: 9px;
		}
		#foot_promos.image_items li{
			position: relative;
			float: left;
			margin-right: 8px;
			}
			#foot_promos.image_items li.last{
				margin-right: 0px;
				}
			#foot_promos.image_items li .content{
				position: absolute;
				top: 0px;
				left: 0px;
				}
			#foot_promos.image_items li dl{
				background: transparent url(../_images/black_50_trans.png) repeat left top;
				padding: 4px 4px 4px 10px;
				width: 220px;
				height: 90px;
				border: medium none;
				font-size: 0.92em;
				}
				#foot_promos.image_items li dt{
					width: 94px;
					float: left;
					height: 43px;
					overflow: hidden;
					}
				#foot_promos.image_items li dt a{
					padding-bottom: 15px;
					position: relative;
					color: #FF9933;
					display: block;
					font-weight: bold;
					}
				#foot_promos.image_items li dd{
					width: 94px;
					float: left;
					}
				#foot_promos.image_items li dd.desc{
					height: 45px;
					overflow: hidden;
				}
				#foot_promos.image_items li dd.uxd_T{
					width: 121px;
					float: right;
					}
				#foot_promos.image_items li dd a{
					color: #fff;
					position: relative;
					}
	/* FOOT LINKS */
	#footer_popular_links{
		background: transparent url(../_images/footer_top_repeat.gif) repeat-x left top;
		position: relative;
		padding: 15px 0px 0px 0px;
		font-size: 1.08em;
		overflow: hidden;
		width: 980px;
		height: 32px;
		}
		#footer_popular_links dt{
			float: left;
			padding: 15px 10px 0px 16px;
			color: #EB9336;
			font-weight: bold;
			}
		#footer_popular_links dd{
			background: url(../_images/divider_white.gif) no-repeat right 20px;
			float: left;
			position: relative;
			padding: 15px 10px 0px;
			overflow: hidden;
			}
		#footer_popular_links dd.last{
			background-image: none !important;
			}
	#footer_copyright{
		width: 500px;
		float: left;
		font-size: 0.71em;
		color: #00aeef;
		}
	#footer_division{ 
		font-weight:bold;
		font-size: 1.3em;
		color: #FFFFFF;
		}
	#footer_more_info{
		width: 480px;
		float: right;
		font-size: 0.71em;
		text-align: right;
		padding-bottom: 30px;
		}
		#footer_more_info a{
			color: #c2c2c2;
			}
		#footer_more_info li{
			display: inline;
			padding: 7px 11px 7px 6px;
			background: url(../_images/divider_gray.gif) no-repeat right 9px;
			}
		#footer_more_info li.first{
			padding-left: 0;
			}
		#footer_more_info li.last{
			background-image: none !important;
			padding-right: 0;
			}
	/* MSN FOOTER */
	#footer_msn{
		clear: both;
		padding-top: 10px;
		border-top: 1px dotted #94abb3;
		}
		#footer_msn ul{
			float: right;
			clear: right;
			padding: 6px 0;
			font-size: 0.92em;
			}
			#footer_msn ul#footer_msn_legal{
				float:left;
				}
				#footer_msn ul#footer_msn_legal li.first{
					padding-left:0px;
					}
				#footer_msn ul#footer_msn_legal li.last{
					background:none;
					}
		#footer_msn ul li{
			float: left;
			padding: 0 12px 0 10px;
			}
		#footer_msn ul li.last{
			padding-right: 0;
			}
		#footer_msn #footer_msn_info{
			
			}
			#footer_msn #footer_msn_info a, #footer_msn #footer_msn_legal a{
				color: #c2c2c2;
				}
			#footer_msn #footer_msn_info li, #footer_msn #footer_msn_legal li{
				background: url(../_images/divider_msn_dot.gif) no-repeat right center;
				}
			#footer_msn #footer_msn_info li.last{
				background: none;
				}
		#footer_msn #footer_microsoft{
			
			}
			#footer_msn #footer_microsoft li{
				color: #aaaaaa;
				background: url(../_images/divider_gray.gif) no-repeat right center;
				}
			#footer_msn #footer_microsoft #microsoft_logo {
				background: url(../_images/microsoft_logo.png) no-repeat right top;
				display: block;
				width: 99px;
				height: 17px;
				text-indent: -9999px;
				}
			
/***************************
ICONS
***************************/
.down_arrow{
	background: url(../_images/icons/icon_down_arrow.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link{
	background: url(../_images/icons/plus_orange.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link_blue{
	background: url(../_images/icons/plus_blue.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link_gray{
	background: url(../_images/icons/plus_gray.gif) no-repeat left;
	padding-left: 12px;
	}
.plus_link_green{
	background: url(../_images/icons/plus_green.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link_white{
	background: url(../_images/icons/plus_white.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link_purple{
	background: url(../_images/icons/plus_purple.gif) no-repeat right;
	padding-right: 12px;
	}
.media_article, .media_video, .media_photo{
	float: left;
	position: relative;
	display: block;
	}
.media_article_icon,
.media_video_icon,
.media_photo_icon{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 10px;
	bottom: 13px;
	display: block;
	}
.media_article_icon{
	background: url(../_images/icons/media_icon_article.gif) no-repeat right;
	}
.media_video_icon{
	background: url(../_images/icons/media_icon_video.gif) no-repeat right;
	}
.media_photo_icon{
	background: url(../_images/icons/media_icon_photo.gif) no-repeat right;
	}
.image_item_list .media_article_icon,
.image_item_list .media_video_icon,
.image_item_list .media_photo_icon{
	right: 5px;
	}
.microsite_promo .media_article_icon,
.microsite_promo .media_video_icon,
.microsite_promo .media_photo_icon{
	bottom: 5px;
	right: 5px;
	}
			
/***************************
BUTTONS
***************************/
.vote_btn{
	background: url(../_images/buttons/btn_vote.gif) no-repeat right;
	width: 79px;
	height: 19px;
	text-indent: -9999px;
	}
.btn_left{
	float:left;
	}
.btn_right{
	float:right;
	}
/*********
ARROW
**********/
.right_arrow{
	background: url(../_images/icons/plain_arrow.gif) no-repeat right center;
	*display: inline-block;
}
button .right_arrow{
	padding-left: 15px;
	margin-right: -3px;
}
/**********
ALTERNATIVE DYNAMIC LEAD
**********/
#mod_dl_microsites_alt{
	width: 640px;
	height: 285px;
	position: relative;
	padding: 5px 6px 5px 6px;
	background: url(../../_images/dl_background.gif) no-repeat left top;
	margin-bottom: 0px;
}
#mod_dl_microsites_alt h2{
	width: 249px;
	height: 97px;

	float: left;
	clear: both;
}
#mod_dl_microsites_alt ul.content li{
	width: 227px;
	height: 42px;
	padding: 10px;
	cursor: pointer;
}
#mod_dl_microsites_alt ul.content li div.dl_content_wrapper{
	width: 227px;
	height: 42px;

	overflow: hidden;
	z-index: 100;
}
#mod_dl_microsites_alt dl dd.dl_link{
	display: none;
}
#mod_dl_microsites_alt dl dd.uxd_T{
	display: none;
}

#mod_dl_microsites_alt ul.content{
	width: 247px;
	height: 189px;
	float: left;
	clear: both;
	line-height: 14px;
}
#mod_dl_microsites_alt div#dl_selection{
	background: url(../../_images/dl_selected.gif);
	width: 247px;
	height: 62px;
	position: absolute;
	z-index: 1;
}
#mod_dl_microsites_alt div#dl_image{
	position: absolute;
	width: 393px;
	height: 295px;
	top: 0px;
	left: 259px;
	overflow: hidden;
}
#mod_dl_microsites_alt div#dl_image ul#dl_image_list{
	position: absolute;
}
#mod_dl_microsites_alt div#dl_image ul#dl_image_list li{
	width: 393px;
	height: 295px;
	position: relative;
}
#mod_dl_microsites_alt .dl_link{
	color: #003663;
	font-weight: bold;
}
#mod_dl_microsites_alt dt{
	color: #003663;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 1px;
}
#mod_dl_microsites_alt h2{
	font-size: 2em;
	color: #DB9A0B;
}
#mod_dl_microsites_alt div.browse_tab_nav, #mod_dl_microsites_alt div.browse_tab_nav a{
	display: none !important;
}
#mod_dl_microsites_alt ul.content li{ width:239px;
	background: url(../../_images/dl_rule.png) repeat-x bottom left;
}
#mod_dl_microsites_alt ul.content li.last{
	background-image: none;
}
#mod_dl_microsites_alt ul.content li.selected{
	background:#ffffff;
	}
/*
 RATING
*/
ul.rating_stars li{
	cursor: pointer;
}
/*POLL*/
div#encuesta_del_dia .module_content{
	color: #fff;
}
div#survey_of_the_day .module_content{
	color: #000;
}
div#encuesta_del_dia .module_content dl,
div#survey_of_the_day .module_content dl{
	margin: 0px 0 10px;
}
div#encuesta_del_dia .module_content dt,
div#survey_of_the_day .module_content dt{
	font-weight: bold;
	padding: 3px;
}
div#encuesta_del_dia .module_content dd,
div#survey_of_the_day .module_content dd{
	margin-left: 20px;
	height: 20px;
	display: block;
	margin-top:8px;
}
div#encuesta_del_dia .module_content dd input,
div#survey_of_the_day .module_content dd input{
	margin-right: 5px;
	float: left;
	display: block;
}
div#encuesta_del_dia .module_content dd label,
div#survey_of_the_day .module_content dd label{
	float: left;
	display: block;
}
div#encuesta_del_dia .module_content button,
div#survey_of_the_day .module_content button{
	float: right;
	margin-top:10px;
}
div#encuesta_del_dia .module_content ul,
div#survey_of_the_day .module_content ul{
	border-bottom: 1px dotted black;
}

/* legal privacy, terms */
#legal_privacy ul.legal_contents_list li{
	list-style-type:disc;
	}
ol.legal_contents_list li{
	list-style-type: decimal;
	margin-left:18px;
	font-weight:bold;
	}
ol.legal_contents_list li p,
ol.legal_contents_list li ol,
ol.legal_contents_list li ol li,
ol.legal_contents_list li ul,
ol.legal_contents_list li ul li{
	font-weight:normal;
	}
#legal_terms ol.legal_section_list li{
	list-style-type: lower-alpha;
	}	
#legal_terms ol.legal_point_list li{
	list-style-type: lower-roman;
	}
#legal_privacy ul.legal_contents_list li,
#legal_terms ol.legal_section_list li,
#legal_terms ol.legal_point_list li{
	margin-left:30px;
	}
#legal_privacy .content_main .module p,
#legal_privacy .content_main .module li,
#legal_terms .content_main .module p,
#legal_terms .content_main .module li{
	margin-bottom:10px;
	}
	
/* legal corporate */
#legal_corporate p,
#legal_corporate_jobs p,
#legal_corporate_international p,
#legal_corporate_english p,
#legal_corporate_spanish p {
	padding-bottom: 8px;
	}
#legal_corporate .mod_pionera span,
#legal_corporate_jobs .mod_pionera span,
#legal_corporate_international .mod_pionera span,
#legal_corporate_english .mod_pionera span,
#legal_corporate_spanish .mod_pionera span {
	padding-bottom: 8px;
	display: block;
	}
#legal_corporate_international .mod_pionera strong,
#legal_corporate_english .mod_pionera strong,
#legal_corporate_spanish .mod_pionera strong {
	display: block;
	text-decoration: underline;
	padding-bottom: 8px;
	}
#legal_corporate_english .mod_pionera span.no_line,
#legal_corporate_spanish .mod_pionera span.no_line {
	text-decoration: none;
	font-size: 1em;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
	color: #000;
	}
#legal_corporate_english .mod_pionera strong.normal,
#legal_corporate_spanish .mod_pionera strong.normal {
	text-decoration: none;
	display: inline;
	}
	
.mod_browse_articles {
	color: black;
}


/*VIDEO MENU GLOBAL ITEMS*/
div.mod_video_menu dd.tabName{
	display: none;
}
div.mod_video_menu ul.video_nav li:last-child{
	background: none !important;
}
div.mod_video_menu ul.image_item_list{
	display: none;
}
/* rf - club de novelas login validation */
.valRequired {
	color: #ff0000;
}

/* STF Pop-UP */
.sn_popup_form {
	width: 307px;
	}
.sn_popup_form label {
	float: left;
	width: 130px;
	padding: 5px 12px 0 0;
	text-transform: uppercase;
	font-size: .83em;
	text-align: right;
	}
.sn_popup_form li {
	overflow: hidden;
	zoom: 1;
	padding: 0 0 10px;
	}
.stf_popup_submit button {
	float: left;
	padding: 4px 8px;
	background: #000;
	border: 1px solid #5E5E5E;
	text-transform: uppercase;
	font-size: .75em;
	display:block;
	font-weight: bold;
	margin:0 7px 0 0;
	color: #fff;
	cursor: pointer;
	width: 85px
	}
.stf_popup_submit button:hover {
	text-decoration: underline;
	}
.stf_popup_submit {
	display: inline-block;
	text-align: center;
	width: 184px;
	}
.sn_popup_form .input_text {
	float: left;
	width: 155px;
	padding: 3px;
	font-size: .83em;
	}


/* Products Pages */

.content_main.products_page { padding:0 20px 0 0; }
div.initial_browser_pager{
	display: none;
}


/* Tu Mundo Page */
#photos_all #tu_mundo #tu_mundo_logo,
#videos_all #tu_mundo #tu_mundo_logo {
	background: url(../_images/tu_mundo/tu_mundo_logo.png) no-repeat left top;
	width:136px;
	height:151px;
	position:absolute;
	text-indent: -9999px;
	left: 2px;
	top: 7px;
	}
#photos_all #tu_mundo_page #tu_mundo #line_seperator,
#videos_all #tu_mundo_page #tu_mundo #line_seperator {
	display: none;
	}
#tu_mundo_page #tu_mundo_message {
	background: url(../_images/tu_mundo/header_bg.png) repeat-y right top;
	margin: 0 9px 0 143px;
	color: #000;
	font-size: 16px;
	zoom: 1;
	}
#tu_mundo_page #tu_mundo_message span {
	color: #000;
	}
#tu_mundo_page a.account_settings_btn {
	display: block;
	background: url(../_images/tu_mundo/account_settings_bg.jpg) no-repeat left top;
	color: #252525;
	height: 25px;
	font-size: 16px;
	text-transform: capitalize;
	padding-top: 2px;
	text-align: center;
	margin-top: 3px;
	}
#tu_mundo_page .content_sidebar .module_content {
	color: #2ea0c3;
	font-size: 14px;
	line-height: 19px;
	}
#tu_mundo_page .module_header h3 a, 
#tu_mundo_page .module_header h3 a {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	}
#tu_mundo_page .module_header h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	}
#tu_mundo_page .module_head h3,
#tu_mundo_page .module_head_links h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	line-height: normal;
	}
#tu_mundo_page #tu_mundo {
	height: 134px;
	}
#tu_mundo_page .module_content {
	background: #00181f;
	}
#tu_mundo_page #all_videos_photos .module_head_links {
	background: url(../_images/tu_mundo/mod-blue_bg.jpg) no-repeat left top;
	height: 29px;
	padding: 6px 15px 0px;
	margin-bottom: 2px;
	}
#all_videos_photos #photos_all .module_content,
#all_videos_photos #videos_all .module_content {
	background: #0b0b0b url(../_images/tu_mundo/photos_bg.jpg) no-repeat left top;
	}

	
#photos_all #content,
#videos_all #content{
	background: url(../_images/tu_mundo/wrap_bg.png) repeat-x left top;
	position: relative;
	}
#tu_mundo_page .content_sidebar .module_header {
	background: url(../_images/tu_mundo/mod-orange_bg.jpg) no-repeat left top;
	height: 29px;
	padding: 6px 15px 0px;
	margin-bottom: 2px;
	}
#tu_mundo_page .widgets {
	margin: 5px 0 0 0px;
	}
#tu_mundo_page .widgets li {
	float: left;
	background: url(../_images/tu_mundo/widget_btn_bg.jpg) no-repeat left top;
	width: 326px;
	height: 43px;
	}
#tu_mundo_page .widgets li a {
	display: block;
	color: #252525;
	text-align: center;
	font-size: 16px;
	margin-top: 9px;
	}
.tu_mundo_highlights li {
	background: url(../_images/tu_mundo/highlights_icon.gif) no-repeat left top;
	padding: 0 0 20px 38px;
	zoom: 1;
	
	}
.tu_mundo_highlights {
	padding: 5px 49px 0 5px;
	line-height: 16px;
	}
.tu_mundo_highlights li.last {
	padding: 0 0 0 38px;
	}
.tu_mundo_highlights li dt {
	color: #ee811f;
	}
.tu_mundo_highlights li dt span {
	font-size: 10px;
	color: #fff;
	}
#tu_mundo_page ul.tu_mundo_pagination{
	margin: 0 auto;
	clear: both;
	display: block;
	text-align: center;

}
#tu_mundo_page ul.tu_mundo_pagination li{
	margin:  5px;
	display: inline-block;
	height: 19px;
}
#tu_mundo_page ul.tu_mundo_pagination li.selected a{
	text-decoration: underline;
	font-size: 1.1em;
}
#tu_mundo_page ul.tu_mundo_pagination li.prev a,#tu_mundo_page ul.tu_mundo_pagination li.next a{
	text-indent: 9999px;
	width: 19px;
	height: 19px;
	display: block;
	margin-top: -2px;
}
#tu_mundo_page ul.tu_mundo_pagination li.prev a{
	background: url(../_images/tu_mundo/page_left.gif) no-repeat left top;
	margin-right: 10px;
}
#tu_mundo_page ul.tu_mundo_pagination li.next a{
	background: url(../_images/tu_mundo/page_right.gif) no-repeat left top;
	margin-left: 10px;
}
#tu_mundo_page ul.tu_mundo_pagination li.prev a.disabled{
	background: url(../_images/tu_mundo/page_left_disabled.gif) no-repeat left top;
	margin-right: 10px;
}
#tu_mundo_page ul.tu_mundo_pagination li.next a.disabled{
	background: url(../_images/tu_mundo/page_right_disabled.gif) no-repeat left top;
	margin-left: 10px;
}
#tu_mundo_page ul.tu_mundo_pagination a{
	color: #FFF;
}
#tu_mundo_page #user_media_list li {
	background: #293141;
	margin: 0 11px 11px 0;
	padding: 11px 11px 0;
	position: relative;
	height: 149px;
	}
#tu_mundo_page #user_media_list li dl {
	padding: 0;
	}
#tu_mundo_page #user_media_list li dt {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	position: absolute;
	top: 108px;
	margin: 0;
	}
#tu_mundo_page #user_media_list li .user_media_thumb {
	position: static;
	float: none;
	text-align: center;
	}
#tu_mundo_page #user_media_list li .site_btn .site_btn_left,
#tu_mundo_page #user_media_list li .site_btn .site_btn_right {
	display: none;
	}
#tu_mundo_page #user_media_list li .site_btn {
	background: url(../_images/tu_mundo/delete_btn.gif) no-repeat left top;
	display: block;
	font-size: 11px;
	width: 58px;
	height: auto;
	text-align: center;
	float: none;
	color: #fff !important;
	margin-top: 28px;
	padding-bottom: 4px;
	}
#tu_mundo_page #photos_all .module_head_links {
	background: none;
	}
#tu_mundo_page #user_media_list li .site_btn .site_btn_mid {
	background: none;
	float: none;
	padding: 0;
	display: inline-block;
	margin: 0;
	color: #fff !important;
	padding-top: 0 !important;
	height: auto;
	}
#tu_mundo_page  #all_videos_photos .module_content {
	padding-bottom: 27px;
	}
#tu_mundo_page #user_media_list {
	padding: 10px 0px 0px 15px;
	}
#tu_mundo_page {
	padding-bottom: 12px;
	overflow: hidden;
	zoom: 1;
	}
#tu_mundo_page .user_media_thumb img {
/*	width: 120px;*/
	height: 90px;
	}
#tu_mundo_page #tu_mundo_twitter_feed .module_content {
	padding: 0;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	height: 300px;
	overflow: auto;
	}
#tu_mundo_twitter_feed .twitter_feed li {
	margin-bottom: 2px;
	background: #00181F;
	padding: 10px;
	}
#tu_mundo_twitter_feed .twitter_feed li .date a {
	color: #fff;
	}
#tu_mundo_twitter_feed .twitter_feed li dt {
	color: #ccc;
	}
#tu_mundo_twitter_feed .twitter_feed li dt a {
	color: #ff6a1d;
	}

/* tu mundo tabs */
#tu_mundo_page #media_tab {
	overflow: hidden;
	zoom: 1;
	}
#tu_mundo_page #media_tab li a {
	background: url(../_images/tu_mundo/tabs_bg.jpg) repeat-x left top;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 15px;
	display: block;
	height: 24px;
	width: 144px;
	padding-top: 5px;
	color: #799097;
	}
#tu_mundo_page #media_tab li {
	background: none;
	padding: 0;
	width: auto;
	margin-right: 5px;
	position: relative;
	}
#tu_mundo_page #photos_all #media_tab li.module_head_selected,
#tu_mundo_page #videos_all #media_tab li.module_head_selected {
	background: url(../_images/tu_mundo/tab_selected.gif) no-repeat center bottom;
	}
#tu_mundo_page #photos_all #media_tab li.module_head_selected a,
#tu_mundo_page #videos_all #media_tab li.module_head_selected a {
	background: #59737b;
	color: #fff;
	}
#tu_mundo_page #photos_all .module_content,
#tu_mundo_page #videos_all .module_content {
	margin-top: -5px;
	}
	
#tu_mundo_page #user_media_list li.no_photos {
	padding: 0;
	color: #fff;
	background: none;
	height: auto;
	font-size: 14px;
	width: auto;
	}
	
#tu_mundo_page #tu_mundo_message p {
	padding: 6px 0;
	width: 400px;
	color: #242424;
	}

div#mod_featured_article a.index {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../_images/buttons/go_to_index.gif) repeat scroll 0 0;
display:block;
float:right;
height:19px;
margin-right:6px;
margin-top:0px; margin-left:8px;
text-indent:-9999px;
width:99px;
}
div#mod_featured_article a:hover { cursor:pointer;}

