/* CSS Document */
body,html {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #D1D1D1 url(images/bodyback.png) top center fixed;
	width: 100%;
	min-height: 100%;
}
img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #2b67ba;
}
a:hover{
	color:#555555;
}


#wrapper {
	width: 980px;
	margin: auto;
}
div#toppleft {
	padding: 0px;
	background: url(images/topleft.png) no-repeat left top;
	width: 387px;
	height: 90px;
	float: left;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#toppright{
	padding: 0px;
	width: 593px;
	height: 97px;
	margin: 0px;
	float: right;
}
div#wrapper div#navbar {
	height: 42px;
	padding-left: 24px;
	text-align:center;
	background:#444444;
}

div#wrapper img#header_img {
	border-bottom: 1px solid #FFFFFF;
	display: block; /* remove gap underneath in IE */
}

.adds{
	display: block;
	width: 134px;
	line-height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 33px;	
}

div#wrapper div#main {
	width: 790px;
}

div.blue_bar {
	height: 32px;
	float: right;
	width: 593px;
}
div#welcome_box {
	height: 52px;
	padding-top:25px;
	width: 593px;
	text-align: left;
	font-weight: bold;
	color: #2b67ba;
}

div.blue_bar img.left {	
	float: left;
}

div#wrapper div#main div#fp_featured_article_top {
	background: #FFFFFF;
	height: 20px;
	padding: 0px;
}
div#wrapper div#main div#fp_featured_article {
	background: #FFFFFF;
	height: 208px;
	padding-right: 40px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	color: #DDDDDD;
}
div#wrapper div#main div#fp_featured_article_bottom {
	background: #FFFFFF no-repeat;
	height: 20px;
	padding: 0px;
}

div#wrapper div#main div#fp_featured_article h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	font-size: 15px;
	color: #e3961d;
	text-align: center;
}

div#wrapper div#main div#fp_featured_article p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 13px;
}

div#wrapper div#main div#fp_featured_article img {
	float: left;
	margin-right: 20px;
	display: block;
}

div#wrapper div#main div#fp_whats_new {
	height: 95px;
	padding-top: 5px;
	border: 0px;
	padding-left: 2px;
	text-align:center;
}

div#wrapper div#main div#black_div {
	clear: both;
	background-color: #000000;
	height: 10000px;
}

div#wrapper div#main div#main_left {
	float: left;
	color: #515151;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 640px;
	margin: 0px;
}

.tabla_articulo{
	border:0px;
	margin: 0px;
	padding: 0px;
	width: 317px;
}
.tabla_articulo .top{
	background: #FFFFFF url(images/title.png) left;
	height: 8px;
	font-size: 1px;
}
.tabla_articulo:hover .top{
	background: #E3E3E3 url(images/title.png) left;;
}
.tabla_articulo .top2{
	background: #FFFFFF url(images/title.png) left;
	height: 8px;
	font-size: 1px;
}
.tabla_articulo:hover .top2{
	background: #E3E3E3 url(images/title.png) left;;
}
.tabla_articulo .fondo_content{
	background: #FFFFFF url(images/single.png);
}
.tabla_articulo:hover .fondo_content{
	background: #E3E3E3 url(images/single.png);
}
.tabla_articulo .titulo{
	padding-bottom: 10px;
	padding-left: 10px;
}
.tabla_articulo .titulo a  {
	font-size: 12px;
	color: #2b67ba;
	font-weight: bold;
}
.tabla_articulo .titulo a:hover  {
	color:#555555;
}

.tabla_articulo .titulo span.date {
	color: #b6b6b6;
	font-size: 10px;
}
.tabla_articulo .imagen{
	width: 110px;
	text-align:right;
	vertical-align:top;
}
.tabla_articulo .imagen img{
	width: 100px;
	height: 100px;
	border: #333333 1px solid;
}
.tabla_articulo .descripcion{
	width: 197px;
	text-align:left;
	vertical-align:top;
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFFFF url(images/single.png) right;
	color:#444444;
}
.tabla_articulo:hover .descripcion{
	background: #E3E3E3 url(images/single.png) right;
	color: #000000;
}
.tabla_articulo .bottom{
	padding: 0px 47px 0px 0px;
	background: #FFFFFF url(images/macmet.png) bottom right;
	text-align: right;
	vertical-align:middle;
	height: 27px;
}
.tabla_articulo .bottom  a{
	font-size: 10px;
	font-family: Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.tabla_articulo .bottom a:hover{
	color: #555555;
}
.tabla_articulo:hover .bottom{
	background: #E3E3E3 url(images/macmet.png) bottom right;
}
.tabla_articulo .bottom2{
	padding: 0px 47px 0px 0px;
	background: #FFFFFF url(images/macmet.png) bottom right;
	text-align: right;
	vertical-align:middle;
	height: 27px;
}
.tabla_articulo .bottom2 a{
	font-size: 10px;
	font-family: Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.tabla_articulo .bottom2 a:hover{
	color: #555555;
}
.tabla_articulo:hover .bottom2{
	background: #E3E3E3 url(images/macmet.png) bottom right;
}
.fp_article {
	width: 317px;
	float:left;
	display:inline;
	font-family:Arial,century gothic,verdana, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.fp_article  div#article_top{
	padding: 0px;
	background: #f1eeee url(images/title.png) left;
	width: 317px;
	height: 8px;
}

.fp_article div#article_content {
	width: 310px;
	background: #FFFFFF url(images/single.png);
	padding: 0px 10px 0px 10px;
	margin: 0px;
	
}
.fp_article div#article_content div#titulo{
	padding-bottom: 10px;
}
.fp_article div#article_content  div#titulo a  {
	font-size: 15px;
	color: #2b67ba;
	font-weight: bold;
}
.fp_article div#article_content  div#titulo a:hover  {
	color:#555555;
}

.fp_article div#article_content  div#titulo span.date {
	color: #b6b6b6;
	font-size: 10px;
}

.fp_article div#article_content div.thumb {
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px 5px 5px 5px ;
}

.fp_article div#article_content div.thumb img {
	border: 1px solid #555555;
	
}
.fp_article div#article_content div.contenido{
	width: 209px;
	float: right;
	padding-left: 8px;
}
.fp_article div#article_bottom {
	width: 270px;
	height: 22px;
	padding: 10px 47px 0px 0px;
	background: #f7f7f7 url(images/macmet.png) bottom right;
	text-align: right;
}
.fp_article div#article_bottom  a{
	font-size: 10px;
	font-family: Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.fp_article div#article_bottom a:hover{
	color: #555555;
}

.fp_article_a {
	padding: 0px;
	padding-top: 7px;
	margin: 0px;
	
	width:630px;
}
.fp_article_a .top{
	background:url(images/title_mediano.jpg);
	height: 8px;
	font-size: 1px;
	width:630px;
	padding: 0px;
	margin: 0px;
}
.fp_article_a .contenido{
	width:615px;
	background-image: url(images/single_mediano.jpg);
	padding: 10px;
	margin: 0px;
	padding-right: 5px;
}
.fp_article_a .contenido  a img{
	 opacity: 1.0;
}
.fp_article_a .contenido a:hover img{
	 opacity: 0.75;
}
.fp_article_a .contenido .thumb{
	width:110px;
	padding: 10px;
	margin: 0px;
	padding-right: 5px;
	
}
.fp_article_a .contenido .thumb img{
	width:100px;
	height: 100px;
}
.fp_article_a .contenido  span.date {
	color: #b6b6b6;
	font-size: 10px;
}
.fp_article_a .contenido a  {
	font-size: 13px;
	color: #2b67ba;
	font-weight: bold;
}
.fp_article_a .contenido a:hover  {
	color:#555555;
	font-size: 13px;
	font-weight: bold;
}
.fp_article_a .bottom{
	background:url(images/macmet_mediano.png);
	height: 27px;
	font-size: 10px;
	width:630px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.fp_article_a .bottom a{
	font-size: 10px;
	font-family: Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.fp_article_a .bottom a:hover{
	color: #555555;
}

.fp_articleGAMES {
	padding: 0px;
	margin: 0px;
	
	width:630px;
}
.fp_articleGAMES .top{
	background:url(images/title_mediano.jpg);
	height: 8px;
	font-size: 1px;
	width:630px;
	padding: 0px;
	margin: 0px;
}
.fp_articleGAMES .contenido{
	width:615px;
	background-image: url(images/single_mediano.jpg);
	padding: 10px;
	margin: 0px;
	padding-right: 5px;
}
.fp_articleGAMES .contenido .thumb{
	width:110px;
	padding: 10px;
	margin: 0px;
	padding-right: 5px;
	
}
.fp_articleGAMES .contenido .thumb img{
	width:100px;
	height: 100px;
	border: #333333 1px solid;
}
.fp_articleGAMES .contenido a  {
	font-size: 13px;
	color: #2b67ba;
	font-weight: bold;
}
.fp_articleGAMES .contenido a:hover  {
	color:#555555;
}
.fp_articleGAMES .contenido  span.date {
	color: #b6b6b6;
	font-size: 10px;
}
.fp_articleGAMES .bottom{
	background:url(images/macmet_mediano.png);
	height: 25px;
	font-size: 10px;
	width:583px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 47px;
	padding-top: 7px;
}
.fp_articleGAMES .bottom  a{
	font-size: 10px;
	font-family: Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.fp_articleGAMES .bottom a:hover{
	color: #555555;
}

div#wrapper div#main div#main_left div#fp_ads {
	padding: 5px;
	background: #DDDDDD;
	margin: 3px 0px;
	border: 1px solid #999999;
}

div#main div#main_right {
	width: 310px;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}

div#main div#main_right div.black_box {
	background: #ffffff ;
	width: 300px;
	height: 250px;
	color: #707070;
	font-size: 10px;
	padding: 5px;
	background:#fff;
	border:1px solid #96a3b5;
	margin-bottom:10px;
	margin-left:1px;
}
div#main div#main_right div.black_box  a img{
	 opacity: 1.0;
}
div#main div#main_right div.black_box  a:hover img{
	 opacity: 0.75;
}
div#main div#main_right div#facebook{
	vertical-align: bottom;
	width: 313px;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding:0px;
}

div#TOPP {
	background-image: url(images/back-bottom-top.png);
	padding-left: 10px;
	padding-right: 10px;
	width: 980px;
	height:20px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
div#footer {
	clear: both;
	height: 50px;
	color: #444444;
	width: 980px;
	margin: auto;
	margin-top:0px;
	margin-bottom:0px;
	background: url(images/back.png) center top repeat-y;
	padding-left:10px;
	padding-right:10px;
}

div#footer a {
	color: #2b67ba;
}

div#footer a:hover {
	color: #555555;
}

div#footer div#footer_left {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
div#footer div#footer_center {
	float: left;
	margin-left: 170px;
	margin-top: 10px;
}
div#footer div#footer_right {
	font-weight: bold;
	float: right;
	margin-top: 10px;
	margin-right: 43px;
}
.wea a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	font-weight: bold;
}
.wea a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b67ba;
	font-weight: bold;
}
div#buttom {
	padding-left: 10px;
	padding-right: 10px;
	width: 980px;
	height:0px;
	margin: auto;
}
div#wrapper div#main{
	width: 980px;
}

/*Page menu*/

#menu {
	font: 12px Arial, Helvetica, sans-serif;
	width: 950px;
	text-align: center;
	border-top:1px solid #4F4D4E;
	clear: both;
	height: 26px;
	padding-left:30px;
}

#menu ul {
	padding: 0px;
	list-style: none;
	text-transform:uppercase;
	margin:0px;
	height: 25px;
	}

#menu a {
	color: #FFFFFF;
	display: block;
    padding: 7px 10px 2px 10px;
	}
	
#menu a:hover {
	
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #DDDDDD;
	color: #DDDDDD;
	}

#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}
	

/* The Search */
#search {
	height:20px;
	width:270px;
	text-align:right;
	padding-left:333px;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:15px;
	float: left;
	width:160px;
	padding: 1px 5px 0px 5px;
	background:#fff ;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
}

#searchsubmit {
	width:49px;
	float: left;
	background:#fff url(images/sbutton.jpg) no-repeat;
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left:10px;
	margin-top:0px;
	height:15px;
}
#main_total {
	color: #515151;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 960px;
}
#main_total .top{
	background: #f1eeee url(images/title_total.jpg) left;
	height: 8px;
	font-size: 1px;
}
#main_total .contenido{
	background: #f1eeee url(images/single_total.jpg) left;
	padding-left: 10px;
	padding-right: 10px;
}
#main_total .contenido .thumb {
	width: 320px;
	float: left;
	text-align: center;
	padding: 0px 10px 5px 0px ;
}
#main_total .contenido a  {
	font-size: 13px;
	color: #2b67ba;
	font-weight: bold;
}
#main_total .contenido a:hover  {
	color:#555555;
}
#main_total .contenido  span.date {
	color: #b6b6b6;
	font-size: 10px;
}
#main_total .bottom{
	background: #f1eeee url(images/macmet_total.png) left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	height: 17px;
	font-size: 10px;
	text-align:right;
	padding-top: 10px;
	padding-right: 30px;
}
#main_total .bottom a{
	font-size: 10px;
	font-family: Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#main_total .bottom a:hover{
	color: #555555;
}
