  /*======*/
 /* BODY */
/*======*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 8px 0 12px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	}
img {
	border:none;
	}

a:link {
	color:#2665a0;
	text-decoration: underline;
	}
a:visited {
	color: #0050aa;
	}
a:hover {
	text-decoration: none;
	color: #FF0000;
	}
a:active {
	text-decoration: underline;
	color: #999;
	}
a img:hover {
	filter: alpha(opacity=95);
	opacity: 0.95;
	}

  /*===========*/
 /* CONTAINER */
/*===========*/
#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	#container p {
		padding:0;
		margin:0;
		text-align:justify;
		}

  /*=========*/
 /* GENERAL */
/*=========*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}

  /*========*/
 /* FOOTER */
/*========*/
#footer {
	margin:0;
	padding:0;
	width:100%;
	}
#footer a {
	background:#000;
	color:#fff;
	}
	#footer a:hover {
		color:#ccc;
		}

#footer .foot {
	float:left;
	position:relative;
	height:41px;
	margin:0;
	padding:0;
	display:block;
	line-height:35px;
	}
#footer .sigue{
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot1.gif) no-repeat;
	width:90px;
	}

#footer .t, #footer .f, #footer .w, #footer .y {
	width:24px;
	font-size:8px;
	overflow:hidden;
	}
#footer .t span, #footer .f span, #footer .w span, #footer .y span, #footer .lt span {
	position: absolute;
	width: 100%;
	height: 100%;
	}
#footer .t span {
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot2.gif) no-repeat;
	}
#footer .f span {
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot3.gif) no-repeat;
	}
#footer .w span {
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot4.gif) no-repeat;
	}
#footer .y span {
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot7.gif) no-repeat;
	}
#footer .line {
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot5.gif) repeat-x;
	width:376px;
	}
#footer .lt {
	width:208px;
	}
#footer .lt span {
	background:url(http://www.latesttendencies.com/lt10/junio/imagen/elementos/foot6.gif) no-repeat;
	}

	#footer .t:hover span, #footer .f:hover span, #footer .w:hover span, #footer .y:hover span , #footer .lt:hover span, #footer .t:active span, #footer .f:active span, #footer .w:active span, #footer .y:active span, #footer .lt:active span {
		background-position: 0 -41px;
		}

#credits {
	margin:5px 8px 0 6px;
	padding:0 0 6px;
	font-size:.6875em;
	color:#999;
	}
.gap {
	margin: 0 0 0 20%;
	}

  /*=========*/
 /* GENERAL */
/*=========*/
.bump {
	margin:0 0 10px;
	}
.float_l {
	float:left;
	}
.float_r {
	float:right;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
