html{
	height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,button,nav{
	margin:0;
	padding:0;
}
body{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../imgs/4w-bg4.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
/*	position: relative; */
}

#bd{
	top:0;
	width:1003px;
	z-index: 1;
	position:relative;
	margin:0 auto;
	background-color: #000;
}

a{
	text-transform:none;
	color:#333
}
img{
	vertical-align:bottom;
	border:0
}

ul,dl{
	list-style-type:none
}


#content{
	position:relative;
	z-index:90;
}

.mod-header, .mod-content, .mod-footer{
	border:none;
	color:#FFF;
	font-size:12px;
}

.mod-header, .mod-content{
	position: relative;
	z-index: 1;
}

.mod-header{
	margin: 15px 15px 0 15px;
}

#mod-footer, #mod-footer .mod-header, #mod-footer .mod-content, #mod-footer .mod-footer{
	border: none;
	background: transparent;
}

#mod-footer{
	float:none;
	margin: 0 15px;
	padding-top: 3px;
}


/* Module Logo */
#mod-logo{
	display:block;
	overflow:hidden;
	padding-top:7px;
}
#mod-logo .mod-header,#mod-logo .mod-footer{
	display:none;
}
#mod-logo .mod-content{
	border:0 none;
	background-color:transparent;
}
#mod-logo span{
	display:block;
	height:100%;
	text-indent:-9999px;
}
#mod-logo a span{
	text-indent: -99999px;
	background: url(../imgs/logo-4w.png) left top no-repeat transparent;
	display:block;
	width: 240px;
	height: 114px;
}


/* Module Banner-728-90 */
#mod-Banner-728-90,#mod-Banner-728-90 *{
	cursor:pointer;
}
#mod-Banner-728-90 .mod-header .complete{
	display:none;
}
#mod-Banner-728-90{
	float: right;
	height: 92px;
	position: relative;
	width: 730px;
	margin-top: -97px;
}
#mod-Banner-728-90 .mod-header{
/*	border: 1px solid #e4f0f8;	*/
	padding: 0px;
	position: relative;
	right: 0;
	margin:0;
}
#mod-Banner-728-90 .mod-content,#mod-Banner-728-90 .mod-footer {
	display:none;
}

/* Module Banner-300-250 */
#mod-Banner-300-250,#mod-Banner-300-250 *{
	cursor:pointer;
}
#mod-Banner-300-250 .mod-header .complete{
	display:none;
}
#mod-Banner-300-250{
/*	float: right; */
	height: 250px;
	position: relative;
	width: 300px;
}
#mod-Banner-300-250 .mod-header{
	border: 0px;
	padding: 0px;
	position: relative;
	right: 0;
	margin:0;
}
#mod-Banner-300-250 .mod-content,#mod-Banner-300-250 .mod-footer {
	display:none;
}


/* Moduel Menu */
#mod-menu{
	display:block;
	clear:both;
	z-index:100;
}
#mod-menu .mod-content > ul{
	overflow:visible;
}
#mod-menu .mod-content > ul > li{
	position:relative;
	display:inline-block;
}
#mod-menu li .sub-nav{
	display:block;
	position:absolute;
	left:-9999px;
	top:auto;
	z-index:100;
	height:auto;
}
.ie #mod-menu li .sub-nav{
	zoom:1;
	background-color:#000;
}
#mod-menu li.has-sub-nav:hover .sub-nav{
	left:auto;
}
#mod-menu{
	padding-top: 3px;
}
#mod-menu .mod-header,#mod-menu .mod-footer{
	display:none;
}
#mod-menu .mod-content{
	height:50px;
	padding: 0;
	background: transparent url(../img/menu-bg.png) no-repeat 10px 0;
	text-align: center;
}
#mod-menu .mod-content ul{
	position:relative;
	clear:both;
	float:none;
	padding-top:15px;
	display: inline-block;
}
#mod-menu .mod-content ul{
	zoom:1;
}
#mod-menu .mod-content ul:after{
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	clear:both;
	content:".";
}
.ie7 #mod-menu .mod-content ul{
	float:right;
	right:50%;
}
#mod-menu .mod-content ul li{
	position:relative;
	float:left;
	height:16px;
	margin:0;
	border-right:1px solid #252f3b;
	padding:0 13px;
	font-size:16px;
}
.ie7 #mod-menu .mod-content ul li{
	display:block;
	left:50%;
}
#mod-menu .mod-content ul li:hover > a{
	color:#fff;
}
#mod-menu .mod-content ul li.last{
	border-right:0 none;
}
#mod-menu .mod-content ul li > a{
	display:block;
	height:100%;
	border:0;
	color:#546A7B;
	text-decoration:none;
}
#mod-menu .mod-content ul li.has-sub-nav > a{
	position:relative;
	background: transparent url(../img/icon_sprite.png) no-repeat 100% -420px;
	margin-right: -38px;
	padding-right: 50px;
	height:33px;
}
#mod-menu .mod-content ul li.has-sub-nav:hover > a{
	height:33px;
	background-position:100% -449px;
}
#mod-menu .mod-content ul li > a span{
	color: #F88613;
	font-size: 17px;
	text-transform:uppercase;
	position:relative;
	top:-2px;
}
#mod-menu .mod-content ul li.has-sub-nav:hover .sub-nav{
	top:28px;
	left:10px;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav{
	width:156px;
	height:auto;
	border:1px solid #303030;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background: url(../img/media-bg.png) 0 0 repeat;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav ul{
	padding:0 3px;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li{
	position:relative;
	z-index:3;
	float:none;
	width:150px;
	height: 100%;
	margin:0;
	padding:3px 0;
	border:0;
	border-bottom:1px solid #10171D;
	cursor:pointer;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li.last{
	border-bottom:0;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li a{
	display:block;
	position:relative;
	margin:0;
	padding:4px 10px;
	width:140px;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:none;
	text-align: left;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li:hover a{
	color:#fff;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li a span{
	line-height:normal;
	text-transform:none;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .thumb{
	position:relative;
	float:left;
	margin-right:7px;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .label{
	display:block;
	font-size:13px;
	text-transform:uppercase;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .desc{
	display:block;
	font-weight:normal;
	font-size:11px;
	color:#646464;
}
#mod-menu .mod-content ul li.has-sub-nav .sub-nav li:hover a span{
	color:#FFF;
}
.ie #mod-menu .mod-content{
	margin:0 0 0 -1px;
	width:1004px;
	border:0;
}
.ie #mod-menu .mod-content ul ul{
	zoom:1;
}
.ie #mod-menu .mod-content ul li.has-sub-nav > a{
	margin-top:-3px 0 0 0;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk1,.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk2,.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk3,.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk4{
	display:none;
	position:absolute;
	overflow:hidden;
	width:3px;
	height:3px;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk1{
	top:0;
	left:0;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk2{
	top:0;
	right:0;
	background-position:-307px -63px;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk3{
	bottom:0;
	left:0;
	background-position:-304px -66px;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a .hk4{
	bottom:0;
	right:0;
	background-position:-307px -66px;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a:hover .hk1,.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a:hover .hk2,.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a:hover .hk3,.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav li a:hover .hk4{
	display:block;
}
.ie #mod-menu .mod-content ul li.has-sub-nav .sub-nav{
	margin-left:1px;
}

/* Module Footer */
#mod-footer .mod-header, #mod-footer .mod-content .footer-links, #mod-footer .mod-footer, #mod-footer .mod-content .highlight ul.platforms{
	position:relative;
	float:none;
	clear:both;
}
.ie #mod-footer .mod-header, .ie #mod-footer .mod-content .footer-links, .ie #mod-footer .mod-footer, .ie #mod-footer .mod-content .highlight ul.platforms{
	zoom:1;
}
#mod-footer .mod-header:after, #mod-footer .mod-content .footer-links:after, #mod-footer .mod-footer:after, #mod-footer .mod-content .highlight ul.platforms:after{
	float:none;
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	content:".";
}
#mod-footer .mod-header{
	padding:5px;
	background-color:transparent;
}
#mod-footer .mod-header h4{
	display: none;
}
#mod-footer .mod-header .field-search{
	float:right;
}
#input-footer-search{
	width:334px;
}
#mod-footer .mod-content{
	margin:0;
	padding:0;
	background-color:transparent;
}
#mod-footer .mod-content .footer-links{
	overflow:hidden;
	margin: 0 auto;
}
#mod-footer .mod-content .links{
	float:left;
	width:160px;
	margin-bottom:-900px;
	padding:14px 100px 913px 0;
}
#mod-footer .mod-content .links.last{
	padding-right: 0;
}
#mod-footer .mod-content .links h4{
	border-bottom: 2px solid #252f3b;
	color:#F88613;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:16px;
	padding-bottom: 10px;
	
}
#mod-footer .mod-content .links a{
	color:#fff;
	font-size:11px;
	line-height:1.9em;
	text-decoration: none;
}
#mod-footer .mod-content .highlight{
	float:right;
	width:266px;
	min-height:207px;
	padding:10px 14px 9px 16px;
}
#mod-footer .mod-content .highlight h2{
	font-weight:bold;
	font-size:16px;
}
#mod-footer .mod-content .highlight .highlight-thumb{
	display:block;
	margin:9px 0 10px 0;
}
#mod-footer .mod-content .highlight h4 a{
	margin-bottom:5px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
#mod-footer .mod-content .highlight ul.platforms ul{
	margin-top:2px;
}
#mod-footer .mod-content .highlight ul.platforms li{
	float:left;
	margin-right:5px;
	color:#717171;
	font-size:11px;
}
#mod-footer .mod-content .highlight p.first{
	margin-top:10px;
	color:#141414;
	font-size:11px;
}
#mod-footer .mod-content .highlight p a{
	color:#000;
}
#mod-footer .mod-footer{
	border:0 none;
	background-color:transparent;
	filter:alpha(opacity=100);
	opacity: 1;
}
#box_titulo {
	background: url(../imgs/bg_box.jpg) repeat-x;
	height: 38px;
}
#box_home {
	font-size:11px;
	border: 1px solid #111111;
}
#box_home .titulo {
	font-size:10px;
	color: #e7e7e7;
}
#box_item:hover {
	background: url(../imgs/sombreo_bg.png);
}
#noti_top5_item {
	padding: 5px;
	margin: 2px;
}
#noti_top5_item:hover {
	background: url(../imgs/sombreo_bg.png);
}
.box_item_tit a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #f3f3f3;
}
.box_item_tit a:hover {
	text-decoration: underline;
}
.box_item_txt {
	margin-left: 10px;
	font-size: 11px;
	color: #e7e7e7;
}
#box_seviene {
	width: 300px;
}
#box_seviene .evento_titulo {
	font-weight: bold;
	font-size: 12px;
	color: #e7e7e7;
	line-height: 23px;
	width: 200px;
}
#box_seviene .evento_titulo a {
	color: #f3f3f3;
}
#box_seviene .evento_dia {
	width: 95%;
	border: 1px solid rgb(153, 153, 153);
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	padding: 2px 0px;
	background-color:#111111;
	margin-bottom: 10px;
}
#box_seviene .evento_dia a {
	text-transform: capitalize;
	color: #37cdff;
	text-decoration:none;
}
#box_seviene .evento_dia a:hover {
	text-decoration:none; color:#feb341; border-bottom: 1px dotted #feb341;
}

/* NOTA */
#sidebar { 
	width: 300px;
	float: right;
}
.center {
	text-align: center;
}
#noticia {
}
#noticia h1 {
	color: #eaeaea;
	text-transform: uppercase;
	font-size:28px;
}
#noticia .info {
	padding-bottom:5px;
	font-size: 11px;
	color: #e7e7e7;
}
#noticia .info a {
	text-transform: capitalize;
	color: #37cdff;
	text-decoration:none;
}
#noticia .info a:hover {
	text-decoration:none; color:#feb341; border-bottom: 1px dotted #feb341;
}
#articulo {
	background-color: #dddddd;
/*	background: #a8a8aa url(../imgs/box_bg.jpg) left top no-repeat;  */
	border: 1px solid #000;
	padding: 7px;
	font-size: 14px;
}
#encabezado {
	margin: auto;
	background: #e0e0e0 url(../imgs/rayado_bg.png);
	padding-bottom: 4px;
}

#encabezado img {
	padding: 8px 8px 3px 8px;
}
#encabezado .texto {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#articulo .cuerpo {
	padding: 10px 10px 10px 10px;
	text-align:justify;
	font-size:14px;
}
#articulo .cuerpo a {
	text-decoration:none;
	color: #000066;
}
#articulo .cuerpo a:hover {
	text-decoration:none;
	color:#ff6600;
	border-bottom: 1px dotted #feb341;
}
#noticia_descripcion_imagen {
	text-align: center;
}
#noticia_descripcion_imagen img {
	background-color: #FFFFFF;
	padding: 7px;
	margin: 3px;
	border: 0px none;
}
#noticia_descripcion_imagen a img {
	background-color: #FFFFFF;
}
#noticia_descripcion_imagen a img:hover {
	background-color: #33CCFF;
}

.link {
	text-decoration:none;
	color: #37cdff;
}
.link:hover {
	text-decoration:none; color:#feb341; border-bottom: 1px dotted #feb341;
}
.ver-mas {
	font-size: 12px;
	padding: 3px;
	color:#e7e7e7;
}
.leer-nota {
	color:#58B1EA;
	font-size:95%;
	font-weight: bold;
	text-decoration: none;
}
.leer-nota:hover {
	color: #ff9b22;
}
.fecha-publicacion {
	font-size: 11px;
	color: #33ffff;
}







/* NOTICIAS */

#lista_item {
	padding: 5px; 
	margin: 5px;
	height: 65px;
}
#lista_item:hover {
	background: url(../imgs/rayado_black_bg.png);
}
#lista_item .imagen {
	float: left; 
	width: 133px; 
	height: 65px;
	margin-left:5px; 
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}
#lista_item .titulo {
	margin-left: 158px;
}
#lista_item .encabezado {
	margin-left: 158px;
}


/************/
/* CONTACTO */
/************/
.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}
.contact_form ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form li:first-child, .contact_form li:last-child {
    border-bottom:1px solid #777;
}
.contact_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
    float:right;
}
.contact_form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_form input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}
.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}
/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer; 
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
     
}
.contact_form input:focus, .contact_form textarea:focus { /* add this to the already existing style */
    padding-right:70px;
}
.contact_form input, .contact_form textarea { /* add this to the already existing style */
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input, .contact_form textarea {
    padding-right:30px;
}
input:required, textarea:required {
    background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
:-moz-placeholder {
    color: blue;
}
::-webkit-input-placeholder {
    color: blue;
}
*:focus {outline: none;}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.contact_form input:required:valid, .contact_form textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */






/************/
/* PAGINADO */
/************/

.pag_paginador, .pag_paginador a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	text-align:center;
}
.pag_box {
	float:left;
	background-color: #7e7e7e; 
	border: 1px solid #000000; 
	margin: 2px; 
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
}
.pag_box:hover{
	background-color: #bbbbbb;
}
.pag_box_desactivo {
	float:left;
	background-color: #222222; 
	border: 1px solid #000000; 
	margin: 2px; 
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
}
.pag_box_pos{
	float:left;
	background-color: #bbbbbb;
	border: 1px solid #000000; 
	margin: 2px; 
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
}

.link_bold {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
.link_bold:hover {
	color: #ff9b22;
}

#bottom-links {
	text-align: center;
}
#bottom-links a {
	color: #37cdff;
	text-decoration:none;
}
#bottom-links a:hover {
	text-decoration:none;
	color:#feb341;
	border-bottom: 1px dotted #feb341;
}
#legal{
	margin:7px 0px;
	text-align:center;
}
#trust{
	margin-top:14px;
	text-align:center;
}



/* COMENTARIOS */

#comentarios {
	width: 95%;
	margin: auto;
	background-color: #333333;
	padding: 10px;
	border: 2px solid #000000;
}
#comentarios_box .nombre{
	font-size: 16px; 
	font-weight: bold; 
	color: #e7e7e7;
	text-decoration: none;
}
#comentarios_box a{
	font-size: 16px; 
	font-weight: bold;
	color: #e7e7e7;
	text-decoration: none;
}
#comentarios_box a:hover{
	text-decoration: underline;
}



.hacer_comentario h2 {
	color: #ff8400;
	padding-bottom:5px;
}
.hacer_comentario .left{
	float:left;
	width:200px;
}
.hacer_comentario .right{
	float:right;
	width:418px;
	margin-right:0px;
}
.hacer_comentario p label{
	display:block;
	margin-bottom:2px;
	font-style:italic;
	color: #e7e7e7;
}
.hacer_comentario .input{
	width:188px;
	padding: 6px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	background-color:#eeeeee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow:1px 1px 0px #ffffff;
}
.hacer_comentario textarea.input{
	width:406px;
	height:135px;
}

/* BUTTONS */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	font-style:italic;
	cursor:pointer;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}
#clasificado_par {
	background-color: #b4b4b4;
}
#clasificado_par a {
	color: #000066;
}
#clasificado_par a:hover {
	color: #ff6600;
}
#ordenar_menor {
	float: right;
	width: 15px;
	height: 15px;
	background: #222222 url(../imgs/flecha_arriba_off.png) center top no-repeat;
}
#ordenar_menor:hover {
	background: #222222 url(../imgs/flecha_arriba_on.png) center top no-repeat;
}
#ordenar_mayor {
	float: right;
	width: 15px;
	height: 15px;
	background: #222222 url(../imgs/flecha_abajo_off.png) center top no-repeat;
}
#ordenar_mayor:hover {
	background: #222222 url(../imgs/flecha_abajo_on.png) center top no-repeat;
}


/**********/
/* TRUCOS */
/**********/


.titulo_truco {
	font-size: 16px;
	text-decoration: underline; 
	color: #f9f9f9;
}



/*********/
/* LINKS */
/*********/

.whlink {
	color:#FFF; text-decoration:none;
}

.whlink:hover {
	color:#FFF; text-decoration:underline;
}

.bllink {
	color:#000; text-decoration:none;
}

.bllink:hover {
	color:#000; text-decoration:underline;
}

.grlink {
	color:#444; text-decoration:none;
}

.grlink:hover {
	color:#444; text-decoration:none;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
}

.clearfix, .list-element {
	zoom: 1;
}

/* This class is added on scroll */
.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
	z-index: 1;
}