/**
	Site: 10Chistes.com
	Author: David Perez
	CMS: content_creator
	Copyright: masd.com.ar 2008
**/

body
{
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 13px; 
	margin: 0 auto;
	text-align: center; 
	color:#000;
	background-color: #fefecf;
}

A:link {color: #0066cc; text-decoration: none;}
A:visited {color: #009BFF; text-decoration: none;}
A:hover {color: #0066cc; text-decoration:underline;}

P 
{
	text-align: justify;
}

IMG
{
	border: 0px;
}

.none
{
	border:0px;
}
.center 
{
	text-align: center;
}

#content
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	border: 1px #c7bfb1 solid;
}

#header
{
	width: 100%;
	height:100px;
	background-image: url('../img/bg_top.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px #c7bfb1 solid;
}

	#logo
	{
		position:absolute;
		left:50px;
		top:15px;
		width: 450px;
		height: 80px;
		/*background-image: url('../img/logo.png');
		background-position: bottom middle;
		background-repeat: no-repeat;*/
	}

	#logo A
	{
		/*visibility: hidden;*/
	}
	
/*	#img_header
	{
		position:absolute;
		left:140px;
		top:22px;
		width: 121px;
		height: 118px;
		background-image: url('../img/photo_header.png');
		background-position: bottom middle;
		background-repeat: no-repeat;
	}
*/
#header_search
{
	display: none;
	position:absolute;
	left:290px;
	top:110px;
}

#center
{
	clear:both;
	float: left;
	width: 70%;
	margin: 15px;
}

#data_bar
{
	height:20px;
	width: 100%;
	border-bottom: 1px #c7bfb1 solid;
}

.text
{
	clear:both;
	width: 100%;
	text-align:left;
}

.articulo
{
	clear: both;
	width: 98%;
	text-align:left;
	border-bottom: 1px #c7bfb1 solid;
	margin: 7px auto;
}

#view_content
{
	width: 95%;
	border-top: 2px #c7bfb1 solid;
	/*background-color: #fcfbf7;*/
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 15px;
	float: left;
}

.result_list
{
	text-align:center;
}

.boton_volver
{
	border: 1px #ccc solid;
	padding:3px;
}

#related_content
{
	width: 45%;
	border: 1px #c7bfb1 solid;
	background-color: #fafdff;
	margin: 10px 5px;
	padding: 10px;
	float: left;
}

#related_content_transparent
{
	width: 45%;
	margin: 10px 5px;
	padding: 10px;
	float: left;
}

#related_random_content
{
	width: 45%;
	border: 1px #c7bfb1 solid;
	background-color: #fafdff;
	margin: 10px 5px;
	padding: 10px;
	float: right;
}

.ads_center
{
	width: 350px;
	text-align:center;
	float:left;
}
.clear
{
	clear: both;
}

#sidebar
{
	float: left;
	width: 23%;
	text-align:left;
	height: 100%;
	background-color:#fafdff;
	border: 1px #c7bfb1 solid;
	margin: 15px;
}

#sidebar LI
{
	list-style:none;
	width: 100%;
	text-align:left;
	margin-left: -20px;
	margin-top: 5px;
	font-size: 1em;
	border-bottom: 1px #c7bfb1 solid;	
}

#secciones
{
	border:1px #d0ccbf solid;
	background-color: #eee6d7;
	padding-left: 3px;	
}

#categories
{
	border:1px #d0ccbf solid;
	background-color: #eee6d7;
	padding-left: 3px;	
}

#author
{
	border:1px #d0ccbf solid;
	background-color: #eee6d7;
	padding-left: 3px;
}


#footer
{
	clear:both;
	width:100%;
	height:60px;
	background-color:#eee;
	text-align:center;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px #c7bfb1 solid;
}
