body {
	font-family:		verdana;
	font-size:			0.8em;
	margin:				0 0 0 0;
	overflow-x:			hidden;
	overflow-y:			hidden;	
}

/* LAYOUT */
div.header {
	height:				120px;
}

div.left {
	margin-left:		40px;
	float:				left;
	width:				200px;
	height:				500px;
}

div.right {
	height:				500px;
	float:				both;
}

div.center {
	float:				left;
	height:				500px;
}

div.footer {
	margin-left:		40px;
	width:				1213px;
	height:				100px;
}

/* PUBLICIDAD */
ul.publicidad {
	margin-top:			20px;
	margin-left:		135px;
}

li.banner {
	list-style-type:	none;
	padding-left:		100px;
	float:				left;
}

/* SCROLL */
div.scrollable {
	margin:				auto auto;
	position:			relative;
	border:				1px solid black;
	width:				640px;
	height:				360px;
	overflow:			hidden;
	text-align:			left;
}
div.scrollable div.items {
	width:				6400px;
	position:			absolute;
}
div.scrollable div.items div {
	background:			url(../img/cuadroinout.jpg) no-repeat;
	float:				left;
	width:				640px;
	height:				360px;
	padding:			10px;
}

/* PARRAFOS */
p.contenido {
	margin-top:			50px;
}

p.portadas {
	margin-top:			10px;
}

/* ENLACES */
a:link, a:active, a:visited {
	color:				#E66C2C;
	text-decoration:	none;
	font-weight:		bold;
}

a:hover {
	color:				#307D7E;
	text-decoration:	none;
	font-weight:		bold;
}

/* PORTADAS */
li.portada {
	padding-left:		40px;
	padding-right:		40px;
	float:				left;
	list-style-type:	none;
}

/* REPORTAJES */
li.reportaje {
	list-style-type:	none;
}

/* CREDITOS */
div.creditos {
	margin-top:			30px;
	width:				100%;
	text-align:			center;
	font-weight:		bold;
	border-top:			solid 1px #DDDDDD;
	border-bottom:		solid 1px #DDDDDD;
	color:				#999999;
}

/* MENU */
div.navi {
	margin-bottom:		30px;
	width:				100%;
	text-align:			center;
	font-weight:		bold;
	border-top:			solid 1px #DDDDDD;
	border-bottom:		solid 1px #DDDDDD;
	color:				#999999;
}

span.menu_item  {
	margin-left:		10px;
	margin-right:		10px;
}

/* SCREENSHOT */
#screenshot {
	width:				350px;
	height:				480px;
	background-color:	white;
	position:			absolute;
	border:				1px solid black;
	display:			none;
	font-weight:		bold;
	text-align:			center;
	color:				black;
}
