body {
	background: #1b4e6b url('images/bg-grad.png') repeat-x top left fixed; /*azules de AskMen.com: #122f40 oscuro y #1c4f6c claro */
}
#header {
	/*background: #002233;*/
	/*background: #000000;*/
	/*border-bottom: 1px solid #33ccff;*/
	/*border-bottom: 1px solid #ffde33;*/
	/*border-bottom: 1px solid #b70023;*/ /*rojo*/
	border-bottom: 1px solid #000000;
	background: #ffde33 url(images/bg-texture.png) repeat-x top left fixed; /*amarillo*/
}
.header_ad {
	float: right;
	padding: 4px;
	margin: 25px 10px 0 0;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#logo {
	margin: 0 0 0 50px;
}


/* 960 grid system container background */
.container_16 {
	/*background:#ffffff;*/
	background:#ffffff;
}

#navigation {
	/*background:#aaddff;*/
	/*background: #026493;*/	
	/*background: #ffde33;*/
	/*background: #000000;*/
	background: #122f40;
}
ul.nav li a {
	color: #002233; /*azul oscuro*/
	color: #ffffff;
}
ul.nav li a:hover, ul.nav li a:active,
ul.nav li.page_item a:hover, ul.nav li.page_item a:active {
	color: #002233;
	color: #ffffff;
	font-weight:bold;
}

ul.nav li.page_item input {
	 width:24px;
	 height:24px;
	 margin-top:3px;
	 outline: none;
	 border:none;
}


/* boxes */
.box {
	background:#ededed; /*gris muy claro*/
}
.box h2 {
	color: #EDE9D0; /*gris claro*/
	color: #000000;
	/*background: #002233;*/
	background: #000000;
	background: #ffde33;
}
.box h2 a, .box h2 a.visible {
	color: #EDE9D0;
	color: #000000;
}
.box h3 {
	font-size:1.4em;
}
.box h6.en-gris {
	color:#666666;
	font-size:0.7em;
	text-transform:none;
	font-variant:small-caps;
	font-style:italic;
}
.box .article {
	text-align: justify;
}
.borde-amarillo {
	width: 200px;
	border:2px solid #ffde33;
	background-color: #ffde33;
	padding-top: 5px;
}



ul.category_images_ii, 
ul.category_images_ii li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sidebar_ads .widget_block { padding: 0;}
.content_center .sidebar_ads .widget_block { padding: 0 0 0 23px; }


form#search_form input {
/*background: #ffde33 url(images/search.jpg) no-repeat top right;*/
/*background: #000000 url(images/search.jpg) no-repeat top right;*/
background: #122f40 url(images/search.jpg) no-repeat top right; /*azul oscuro*/
/*color: #000000;*/
color: #ffffff;
border:1px inset #666666;
}



.article ul, .first_main_article ul {
}
.article ul li, .first_main_article ul li {
	position:relative;
	left:16px;
}


a img.teaser {
	padding: 7px 2px;
}
img.teaser {
	width: 250px;
}



#footer {
/*background: #192227;*/
/*background: #c60000;*/ /*rojo*/
background: #ffde33; /*amarillo*/
}
#footer p, #footer a {
/*color: #fffbe4;*/ /*amarillo paja muy claro*/
color: #000000;
}
#footer p.alader {
float:right;
}
#footer h4 {
color: #7d7d7d;
}



/* CSS for resizing YouTube videos on the fly */
#containingBlock {
  width:85%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Tiras de videos*/
div.videos-en-tira ul {
list-style:none;
padding:10px;
}
div.videos-en-tira ul li.video-thumbnail {
height:80px;
}
div.videos-en-tira ul li.video-thumbnail a img {
padding:0 0 10px 5px;
}
div.videos-en-tira ul li.video-thumbnail a span {
vertical-align:middle;
}

