/*------------------------------------------------
GLOBAL RESETS AND SETUP FOR CROSS-BROWSER SUPPORT
------------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 0;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}



/*-------------------------------------
YOUR STYLES GO BELOW...
-------------------------------------*/

a {
	text-decoration:none;
	}
a img {border:0px;}
ul {
	list-style:none;
	}
body {
	background-color:#fff;
	font-size:100%;
	line-height:1.125em;
    background-image:url(http://www.telemundo17.com/images/body_bg.jpg);
	}
#container {
	width:1000px;
	margin: .5em auto;
	background-color:#010204;
	}
#headerwrapper {
	position:relative;
	background-color:#fff;
	width:1000px;
        height:20px;
	}

#footerwrapper {
      background-color:#002D3C;
}

#content {
	padding:10px;
	width:980px;
	background-color:#17639d;
	
	}
#leftcontentmenu {
	width:140px;
	float:left;
	background-color:#fff;
	height:400px;
	}
#menu {
	width:140px;
	text-align:left;
	}

#menu li{
	width:140px;
    margin:4px 0px 3px 2px;
	}
#menu a {
	color:#000;
	}
#menu a:hover {
	color:red;
	}
#rightcontent {
	background-color:#fff;
	width:830px;
	float:right;
	}
#rightcontent #banner {
      margin:10px 0px 0px 20px;
 }
#bannercube {margin-top:10px;}


#rightcolumn {
float:right;
width:300px;
margin:10px 10px 10px 0px;
display:inline;
}

#footer {
	width:1000px;
	background-color:#CCC;
	text-align:center;
	color:#17639d;
	clear:both;
        padding:8px 0px 8px 0px;

	}


#welcome {

         background-color:#eeeeee;
         padding:0px 0px 8px 0px;
         margin:10px;
         width:500px;
         float:left;
    }

div.padding {margin:10px;}

#welcome p.welcome a {color:#D5E5F5; text-decoration:underline;}

#welcome p.welcome {
 
         margin:20px 0px 20px 0px;
         background-color:#004155;
         padding:10px;
         color:#fff;
         font:bold 100%/1.2em "trebuchet";

         }

ul#leftul {float:left;}

