/***************************
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 */
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	}
	
* {
	margin: 0px;
	padding: 0px;
	}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

	
/*button,*/ fieldset, img {
	border: 0px none;
	background: none;
	}
	button span, .button_style span {
		display: block;
		background: url(/_images/buttons/btn_bg_orange.gif) repeat-x left top;
		height: 19px;
		padding: 0px 15px;
		color: #312205;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.3em;
		margin: 0px -2px;
		/*border: 1px solid #DC970E;*/
		text-align: center;
		cursor: pointer;
		}
			
input {
	height: 16px;
	padding-top: 1px;
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	}
legend{
	display: none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	font-weight: normal;
	}
ul, ol{
	list-style: none
	}
a, a:visited {
	color: #666;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	}
	
/***************************
MASTER
***************************/
#wrapper {
	width: 963px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
	
	/***************************
	HEADER
	*/
	#header {
		padding-top: 12px;
		}
		/* logo */
		#header #logo {
			float: left;
			padding: 3px 1px 0 0;
			}
			#header #logo a {
				background: url(/_images/site_logo.gif) no-repeat left top;
				width: 231px;
				height: 84px;
				display: block;
				text-indent: -9999px;
				float: left;
				}
		/* top ad */
		#top_90h {
			height: 90px;
			width: 728px;
			float: left;
			}

	/***************************
	CONTENT
	*/
	#content {
		padding-top: 12px;
		}
					
	/***************************
	FOOTER
	*/
	#footer {
		padding: 12px 0px 30px;
		position: relative;
		text-align: center;
		}


