/* @override 
	http://psnow.es/index.php?css=global/style_spring_2009.v.1280710354
	http://psnow.es/index.php?css=global/style_spring_2009.v.1280713264
	http://psnow.es/index.php?css=global/style_spring_2009.v.1280728446
	http://psnow.es/index.php?css=global/style_spring_2009.v.1280730996
	http://psnow.es/index.php?css=global/style_spring_2009.v.1280733259
	http://psnow.es/index.php?css=global/style_spring_2009.v.1281410218
*/

body {
	background: #333;
	color: #3c3c3c;
	font-smooth: always;
	font: normal 75%/1.5em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	}
	
p {
	margin: 0;
	}
p + p {
	margin: 10px 0 0 0;
	}
	
h1 {font-size: 2em;
	font-weight: bold;
	}
h2 { margin-top:10px;
	font-weight: bold;
	font-size: 1.8em;
	}
h3 { padding: 0; margin: 0;
	font-weight: bold;
	font-size: 1.6em;
	}
h4 {
	font-weight: bold;
	font-size: 1.4em;
	}
h5 {
	font-weight: bold;
	font-size: 1.2em;
	}

a img {border: none;}
a, a:visited, a:active {color: #20659b; text-decoration:none;}
a:hover {text-decoration: underline;}

ul{margin:20px 0 20px 10px;
	list-style-type: square;
	}
ol{margin:5px 0 5px 10px;
	list-style-type: decimal-leading-zero;
	}
	
button {
	border: none;
	}

input, textarea {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #999;
	}
fieldset {
    border: none;
    }
fieldset#login label {
	font-size: 1.5em;
	line-height: 1.5em;
	}
fieldset#registro label {
	font-size: 1.5em;
	width: 200px;
	line-height: 1.5em;
	}
fieldset#registro input {
	font-size: 2em;
	width: 300px;
	}

label, input[type="text"]{
    float: left;
    display: block;
}
label
{
    margin-right: 10px;
    width: 200px;
    text-align: right;
}
	
.field{
    width:100%;
    overflow:auto;
    margin:5px 0px;
}

.success {
	background: #c1ffb8;
	border: 1px solid #65ba68;
	padding: 10px;
	}

blockquote{
	border-top:dashed 1px #ccc;
	border-bottom:dashed 1px #ccc;
	padding: 10px;
	margin-bottom: 18px;
	}
	
pre, code{
	margin:10px; 
	padding:10px;
	background:#f6f6f6;
	border:solid 1px #ececec;
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
	color:#666; 
	line-height:2em;
	overflow:auto;}
	
acronym, abbr {cursor:help; letter-spacing:0.1em}

.left{float: left; }
.right {float: right;}

.center {
text-align: center;
}

.no-padding {padding: 0;}
.padding_5 {padding: 5px;}
.padding_10 {padding: 10px;}

#contentwrap{
	background: #fff;
	}

header {
	padding: 10px;
	background: white;
	overflow: hidden;
	display: block;
	}
header img {
	border: none;
	}
header h1 {
	float: left;
	margin: 0;
	}
nav {
	background: #191919;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 0;
	display: inline;
	margin-top: 10px;
	text-transform: uppercase;
	}
	nav li {
	display: inline;
	}
	nav li a, nav li a:visited {
	font-weight: bold;
	color: #ccc;
	}
	nav li.active a {
	color: white;
	}
	ul#navuser {
	float: right;
	margin: 5px;
	padding: 0 5px;
	}
	ul#navlinks {
	padding: 0 5px;
	margin: 5px;
	float: left;
	}
	ul#navlinks li {
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	background: url(themes/img/separatorNavbar.jpg) repeat-y right;
	}

/* BUTTONS */

a.awesome, button.awesome {
	background: #222 url(http://www.zurb.com/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	}

input.file, input.spoiler {
	background: #222 url(http://www.zurb.com/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	}
	
div#avatar {
	width: 30%;
	margin: 0 0 20px 0;
	}
div#user_profile {
	width: 70%;
	}
	div#user_profile dl {
	width: 100%;
	}
	div#user_profile dt {
	width: 40%;
	}
	div#user_profile dd {
	width: 60%;
	}
div#user_contact {
	width: 48%;
	margin-right: 10px;
	padding-right: 10px;
	}
	div#user_contact dl {
	width: 100%;
	}
	div#user_contact dt {
	width: 45%;
	}
	div#user_contact dd {
	width: 55%;
	}
div#user_stats {
	width: 48%;
	}
	div#user_stats dl {
	width: 100%;
	}
	div#user_stats dt {
	width: 35%;
	}
	div#user_stats dd {
	width: 65%;
	}
	
	
dl.table_display {
	float: left;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #eee;
	}

.table_display dt
{
	clear: left;
	float: left;
	border-top: 1px solid #eee;
	font-weight: bold;
	padding: 4px 0;
	margin: 0;
}

.table_display dd
{
	float: left;
	padding: 4px 0;
	margin: 0;
	border-top: 1px solid #eee;
}

	

/* Sizes ---------- */
.small.awesome {
	font-size: 11px;
	}
.medium.awesome {
	font-size: 13px;
	}
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
	}
 
/* Colors ---------- */
.blue.awesome {
	background-color: #2daebf;
	}
.red.awesome {
	background-color: #e33100;
	}
.magenta.awesome {
	background-color: #a9014b;
	}
.orange.awesome {
	background-color: #ff5c00;
	}
.yellow.awesome {
	background-color: #ffb515;
	}
.green.awesome {
	background-color: #8deb12;
	}

	div#searchForm input#keywords {
	width: 70%;
	margin: 5px;
	padding: 2px;
	float: left;
	}
	
div#publicidadHeader {
	float: left;
	padding: 0 10px;
	}
	div#publicidadHeader form {
	margin: 10px 0 0 0;
	}
	div#publicidadHeader form input {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	margin: 0 10px 0 0;
	width: 345px;
	border: 1px solid #ccc;
	height: 20px;
	}
	div#publicidadHeader img {
	height: 60px;
	width: 468px;
	border: 1px solid white;
	}
	div#publicidadHeader a {
	color: #cc0033;
	font-weight: bold;
	}
	div#publicidadHeader form button.submitButton {
	background: #333;
	color: #fff;
	width: 100px;
	cursor: pointer;
	border: 1px solid #333;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	height: 25px;
	}

div#userBox {
	width: 145px;
	float: right;
	padding: 10px;
	background: #333;
	color: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 14px;
	min-height: 78px;
	}
	div#userBox input {
	margin: 0 0 5px 0;
	padding: 2px 2px 2px 2px;
	}
	div#userBox input.checkbox {
	width: 15px;
	margin: 0;
	}
	div#userBox input.button {
	margin: 0;
	cursor: pointer;
	}
	div#userBox a {
	color: white;
	}
	div#userBox div.avatar img {
	max-width: 45px;
	max-height: 65px;
	float: left;
	border: none;
	}
	div#userBox h2.username {
	font-size: 12px;
	margin: 0;
	}
	div#userBox ul.options {
	margin: 0;
	padding: 0;
	float: right;
	width: 90px;
	list-style-type: none;
	list-style-position: outside;
	border-top: 1px dashed #444;
	}
	div#userBox ul.options li {
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #444;
	line-height: 18px;
	}
	div#userBox ul.options li.userPM {
	background: url(themes/img/icon_email.gif) no-repeat;
	padding: 0 0 0 20px;
	}
	div#userBox ul.options li.userCP {
	background: url(themes/img/list_users.gif) no-repeat;
	padding: 0 0 0 20px;
	}
	div#userBox ul.options li.userLogout {
	background: url(themes/img/action_go.gif) no-repeat;
	padding: 0 0 0 20px;
	}
	div#userBox .buttons a, .buttons button{
    width: 85%;
    margin: 5px 0;
    text-align: center;
	}
div#cabezeraArticulo {
	margin: 0 0 30px 0;
	}
	
div.2_columns {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	background: white;
	}
	
div.columns {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	background: white;
	z-index: 11;
	position: relative;
	}
	
img.bigScreen {
	width: 100%;
	display: none;
	}

div.modulo div.contenido img#gameCover {
	float: left;
	margin: 0 10px 0 0;
	}
div.modulo div.contenido ul#gameDetails {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.4em;
	}

div.modulo ul.community {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
div.modulo img.thumbnail {
	float: left;
	margin: 0 10px 0 0;
	}
div.modulo img.thumbnailSmall {
	float: left;
	margin: 0 10px 0 0;
	}
	
div.modulo {
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 11;
	position: relative;
	}
div.modulo h2 {
	background: #191919;
	color: #fff;
	padding: 5px;
	border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-opera-border-radius-topleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-opera-border-radius-topright: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-opera-border-radius-bottomleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-opera-border-radius-bottomright: 0;
	-moz-border-radius-bottomright: 0;
	margin: 0;
	text-transform: lowercase;
	border-bottom: 2px groove #c03;
	}
	div.modulo h2:before {
	content: ":: ";
	}
	div.modulo h2 a{
	color: white;
	text-decoration: none;
	}
	div.modulo h4.score {
	float: right;
	margin: 0 0 0 5px;
	color: white;
	font-size: 32px;
	background: #333;
	line-height: 32px;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	div.modulo h3 a {
	color: #20659b;
	}
	div.modulo div.contenido h3#titulo {
	margin: 0;
	letter-spacing: -1px;
	font: bold 3.2em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	div.modulo div.contenido h4#subtitulo {
	margin: 10px 0;
	color: #999;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	}
	div.modulo div.contenido div.artwork {
	float: right;
	position: relative;
	top: -60px;
	z-index: 0;
	height: 160px;
	}
	div.modulo div.contenido div.artwork img {
	max-height: 400px;
	max-width: 200px;
	}
div.item {
	clear: both;
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	}
	div.item h3 {
	margin: 0 !important;
	}
	
div#noticia div#galeria {
	background: #eaeaea;
	color: #222;
	padding: 10px;
	margin-top: 18px;
	}
	div#noticia div#galeria h4 {
	margin: 0 0 18px 0;
	text-align: left;
	}
	div#noticia div#galeria img {
	margin-right: 3px;
	}

div#hotspot div.item {
	border-bottom: none;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f9f9f9;
	}
div#hotspot div.item.Noticia {
	border: 1px solid #ccc;
	}
div#hotspot div.item.Análisis {
	border: 1px solid #ccc;
	}
div#hotspot div.item.Avance {
	border: 1px solid #ccc;
	}
div#hotspot div.item.Video {
	border: 1px solid #ccc;
	}
div#hotspot div.item.Reportaje {
	border: 1px solid #ccc;
	}
	
div.thumbnail {
	width: 100%;
	height: 150px;
	border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-opera-border-radius-topleft: 0;
	-moz-border-radius-topleft: 0;
	border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-opera-border-radius-topright: 0;
	-moz-border-radius-topright: 0;
	border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-opera-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-opera-border-radius-bottomright: 3px;
	-moz-border-radius-bottomright: 3px;
	}
	
div#multimedia div.item div.thumbnail {
	margin: 0 10px 0 0;
	padding: 0;
	width: 100px;
	height: 75px;
	float: left;
	}
div#comments div.avatar {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #ccc;
	}
div#comments div.comment {
	width: 490px;
	float: left;
	}
	
div.comment1 {
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	}
div.comment2 {
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	}
div.commentStaff {
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #191919 url(themes/img/logo-staff-comentarios.jpg) no-repeat right bottom;
	padding: 10px 10px 20px 10px;
	color: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	}


div.formularioComentarios {
	width: 50%;
	float: left;
	}
	div.formularioComentarios input.textField {
	width: 100%;
	}
	div.formularioComentarios textarea#area1.commentBox {
	width: 100%;
	margin: 0 0 10px 0;
	font: 1.2em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	}
	div.formularioComentarios .buttons a, .buttons button{
    width: 100%;
    text-align: center;
	}
div.formularioComentariosDerecha {
	width: 45%;
	float: right;
	border-left: 1px dashed #ccc;
	padding: 0 10px;
	}
	
	
div#preview div.artwork {
	width: 0;
	height: 0;
	position: relative;
	top: 120px;
	left: 165px;
	z-index: 0;
	float: none;
	}
	div#preview div.artwork img {
	max-height: 250px;
	max-width: 120px;
	}
	div#preview div.text {
	max-width: 175px;
	}
div.modulo span.details {
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	letter-spacing: 1px;
	font-size: 9px;
	}
div.contenido {
	padding: 10px;
	border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-opera-border-radius-topleft: 0;
	-moz-border-radius-topleft: 0;
	border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-opera-border-radius-topright: 0;
	-moz-border-radius-topright: 0;
	border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-opera-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-opera-border-radius-bottomright: 3px;
	-moz-border-radius-bottomright: 3px;
	background: white url(themes/img/gradientLight.jpg) repeat-x bottom;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
div#videoPortada div.item {
	width: 142px;
	margin: 0 10px 0 0;
	float: left;
	clear: none;
	border: none;
	}
	div#videoPortada div.item img.thumbnail {
	width: 100%;
	margin: 0 0 5px 0;
	}
	div#videoPortada div.item div.icon {
	position: relative;
	top: 86px;
	left: 76px;
	width: 0;
	height: 0;
	}
	div#videoPortada div.space {
	width: 10px;
	float: left;
	}
div#videoPortada div.contenido {
	padding: 10px 0 10px 10px;
	}
	

div.Articulo {
	padding: 0;
	}
	div.Articulo p {
	margin-bottom: 10px;
	}
	div.Articulo p + p {
	margin-top: 10px;
	}
div.ArticuloColumnas {
	margin: 10px 0;
	padding: 10px 0 0 0;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	}
	div.ArticuloColumnas img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	}
	div.ArticuloColumnas p {
	margin-bottom: 10px;
	}
	div.ArticuloColumnas p + p {
	margin-top: 10px;
	}
	h4.ArticuloSubtitulo {
	margin: 10px 0 10px 0;
	font-weight: bold;
	}
	h4.ArticuloSubtitulo2 {
	margin: 0;
	font-weight: bold;
	width: 346px;
	float: right;
	}
h4.citaArticulo {
	border-bottom: 20px solid #cc0033 !important;
	border-top: 20px solid #cc0033;
	padding: 5px 0;
	margin: 5px 0;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1em;
	font-size: 2em;
	}
	
div.asideNews {
	float: right;
	width: 300px;
	margin: 0 0 0 20px;
	}
	div.asideNews a {
	color: #20659b;
	font-weight: bold;
	}
	div#gameNews, div#otherNews {
	margin: 0 0 10px 0;
	background: #eee;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	div#gameNews h4, div#otherNews h4 {
	margin: 0;
	color: #999;
	}
div#otherNews ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: circle;
	}
	div#otherNews li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	}
div#newsMedia div.image {
	border: 1px solid #999;
	margin-bottom: 10px;
	}
	div#newsMedia div.image img {
	display: block;
	}
div#newsMedia div.image p.caption {
	text-align: right;
	padding: 5px 10px;
	font-style: italic;
	background: #eee;
	color: #999;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-opera-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border: 1px solid #eee;
	font-size: 1em;
	}
	
div.ArticuloNav {
	text-align: center;
	background: url(images/interface/arrow_up.png) no-repeat center left;
	height: 20px;
	width: 50px;
	margin: 0 auto;
	padding: 0 0 0 2px;
	}
	div.pagination p {
	margin: 0;
	}
	
ul.screenshots {
	margin: 0;
	padding: 0;
	}
	ul.screenshots li {
	margin: 10px 4px;
	}
	
div.modulo div.contenido ul.navbar {
	background: #333 url(themes/img/gradientDark.jpg);
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	}
	
	div.modulo div.contenido ul.navbar li {
	display: inline;
	margin: 0 10px 0 0;
	}
	div.modulo div.contenido ul.navbar li a {
	font-weight: bold;
	color: #ccc;
	}
	div.modulo div.contenido ul.navbar li.active a {
	color: white;
	}

div#menu ul, div#menu ul li a {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	letter-spacing: 1px;
	font-size: 9px;
	list-style-type: square;
	list-style-position: inside;
	}
	div#menu ul li {
	border-bottom: 1px solid #eee;
	}
	div#menu ul li a:hover, div#menu ul li.active a {
	color: #333;
	}

div#ficha img.portada {
	float: left;
	margin: 0 10px 0 0;
	}
	div#ficha ul {
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	font-size: 9px;
	list-style-type: none;
	float: left;
	width: 218px;
	}
	div#ficha ul li {
	border-bottom: 1px solid #eee;
	}
	
div#multimedia div.item {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0 10px;
	clear: none;
	border-bottom: none;
	}

div#videoPortada div.thumbnail {
	position: relative;
	width: 142px;
	height: 80px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	}
	div#videoPortada div.hd_icon {
	position: absolute;
	padding: 1px;
	bottom: 5px;
	right: 5px;
	}
	div#videoPortada div.gloss {
	position: absolute;
	top: 0;
	left: 0;
	}

div#screenshots.modulo div.thumbnail {
	margin: 0 10px 10px 0;
	float: left;
	width: 147px;
	height: 80px;
	}
	div#screenshots.modulo div.thumbnail.last {
	margin: 0 0 10px 0;
	}
	div#screenshots.modulo div.thumbnail img.thumbnail {
	width: 147px;
	}
	
div#google_search.modulo div.contenido{
	padding-bottom: 50px;
	}	
	

div.imgCaption {
	text-align: right;
	background: #ccc;
	border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-opera-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-opera-border-radius-bottomright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top: 1px solid #999;
	margin: 0 0 10px 0;
	}
	div.imgCaption span {
	padding: 0 5px 0 0;
	text-transform: lowercase;
	}
	div.imgCaption span:before {
	content: ":: ";
	}
	div.imgCaption img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
	}
	
div.button {
	width: 100%;
	background: #333 url(themes/img/nav_bg_negro.jpg);
	color: white;
	padding: 5px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	}
span.dropCap {
	float: left;
	color: #20659b;
	padding: 0 5px 0 0;
	font: bold 5em/0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	} 

/* Form Style */

form#entryform fieldset {
	margin-bottom: 10px;
	border: 1px solid #cacaca;
	}
form#entryform fieldset:last-of-type {
	margin-bottom: 0;
	}
form#entryform legend {
	padding: 5px 10px;
	}
form#entryform ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
form#entryform ol li {
	line-height: 1em;
	padding: 5px 10px;
	margin-bottom: 2px;
	clear: both;
	}
form#entryform label {
	width: 100%;
	text-align: left;
	font-weight: bold;
	float: left;
	}

	form#entryform button {
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	text-transform: uppercase;
	}

input#title, input#field_id_6, textarea#field_id_111 {
	width: 100%;
	padding: 5px;
	}

#footerbottom{
	clear:both;
	padding:10px 0;
	text-align:center;
	color:#999;
	background:#333;
	}

#footerbottom a, a:active{color:#ddd;}
#footerbottom a:hover{color:#fff;}
#footerbottom li{list-style:none; display:inline;}
#footerbottom p {display: inline;}

div#footer {
	background: #191919;
	clear:both;
	color: white;
	}
	div#footer h2 {
	margin: 10px 0;
	border-bottom: 1px solid #333;
	}
	div#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	}
	div#footer a {
	color: white;
	}

.clear{clear:both;}

.noborder{border:none !important;}


/* Shadowbox */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(http://media.psnow.es/i/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(http://media.psnow.es/i/shadowbox/close.png);}
#sb-nav-next{background-image:url(http://media.psnow.es/i/shadowbox/next.png);}
#sb-nav-previous{background-image:url(http://media.psnow.es/i/shadowbox/previous.png);}
#sb-nav-play{background-image:url(http://media.psnow.es/i/shadowbox/play.png);}
#sb-nav-pause{background-image:url(http://media.psnow.es/i/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}