/*  

design by Gregory
Hay algo que tienes que recordar a la hora de poner un nuevo flash
para que el menu drop haga funcion arriba del flash pon este parametro dentro del html de flash
<param name="wmode" value="transparent">
y luego pones este otro al final del embed   wmode="transparent"
recuerdalos siempre

*/




/* Footer*/



#front-popular {

	font-size: 14px;

	color:#fff;
	width: 955px;
    height: 140px;
	background:#000000 url('../images/negro_bottom.jpg') no-repeat bottom;
    margin-right: 10px;
	padding: -5px; margin-left:auto; margin-top:10px; margin-bottom:10px

	}
	
#front-popular02 {

	font-size: 14px;

	color:#fff;
	width: 940px;
    height: 140px;
	background:#000000 url('../images/negro_bottom.jpg') no-repeat bottom;
    margin-right: 5px;
	padding: -5px; margin-left:auto; margin-top:10px; margin-bottom:10px

	}



#recentpost, #mostcommented {

	width:280px;
    height: 115px;
	float:left;

	padding:10px;

	border:1px solid #000000;

	}
	
#recentpost02, #mostcommented02 {

	width:280px;
    height: 115px;
	float:left;

	padding:10px;

	border:1px solid #fff;

	}


#mostcommented {
	margin-left:17px;
	}


#recent_comments {

	width:280px;
    height: 130px;
	float:right;

	padding:10px;

	border:1px solid #000000;

	}

#recent_comments02 {

	width:280px;
    height: 130px;
	float:right;

	padding:10px;

	border:1px solid #fff;

	}



#recentpost a, #mostcommented a, #recent_comments a {

	color:#fff;

	}

#recentpost02 a, #mostcommented02 a, #recent_comments02 a {

	color:#fff;

	}

#recentpost ul, #mostcommented ul, #recent_comments ul {

	margin-top:5px;

	}
#recentpost02 ul, #mostcommented02 ul, #recent_comments02 ul {

	margin-top:5px;

	}


#recentpost ul li, #mostcommented ul li, #recent_comments ul li {

	list-style:none;

	border-top:1px dotted #fff;

	padding:5px;

	display:block;

	}
	
#recentpost02 ul li, #mostcommented02 ul li, #recent_comments02 ul li {

	list-style:none;

	border-top:1px dotted #fff;

	padding:5px;

	display:block;

	}




#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {

	background:#fcc60b;

	color:#fff;

	}

#recentpost02 ul li:hover, #mostcommented02 ul li:hover, #recent_comments02 ul li:hover {

	background:#fcc60b;

	color:#fff;

	}



#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {

	border-top:0px dotted #fff;

	}

#recentpost02 ul li:first-child, #mostcommented02 ul li:first-child, #recent_comments02 ul li:first-child {

	border-top:0px dotted #fff;

	}



#footer {

	margin: 0 auto;
    background:#000000;
	width: 955px;

	font-size:10px;

	padding-top:26px;

	padding-bottom:10px;

	}





/* Float Properties*/
.clearfloat:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

	}



.clearfloat {

	display:inline-block;


	}





/* Hides from IE-mac \*/

* html .clearfloat {

	height:1%;

	}
	
*+html .clearfloat {

	height:1%;

	}
.clearfloat {

	display: inline-block;

	}
.clearfloatfooter {

	display: block;

	}