@charset "utf-8";
/* CSS Document */

/* Reset */
* { 
	margin:0; 
	padding:0; 
	border:0 
}
img { 
	border:none; 
	margin:0; 
	padding:0;
	max-width: 100%;
	height: auto; 
}
a { 
	text-decoration:none; 
	outline:none 
}
a:hover { 
	text-decoration:underline; 
	outline:none 
}
div {
	border: 0; 
	margin: 0; 
	padding: 0; 
}
p, ul, li,
form, input, textarea, select, fieldset
  { 
	margin: 0; 
	padding:0;
}
ul, li { 
	list-style:none 
}
fieldset { 
	border: none 
}

/* General structure */
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size:  87.5%  ; /* tipo base 14px */
	background-color: #ffffff;
	background-image: url(http://i.imgur.com/P6h2Mbj.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.left { float:left }
.right { float:right }
.cleaner, .clean { height:1px !important; clear:both; overflow:hidden }
.clearfix:after { 
	height:1px !important; 
	clear:both; 
	overflow:hidden;
	content: " ";
	display: block;
}
.spacer { height:1em !important; clear:both; overflow:hidden }
.hidden { display:none }
div#ie_old { display:none }

.page { 
	width:980px;
	padding:0; 
	margin:0 auto; 
	position:relative 
}
.header { 
	margin:0 auto; 
	overflow:visible; 
}
.main, .footer{ 
	margin:0; 
	padding:0; 
	clear:both; 
}
.bg_content {
       background-color:#F4FAFC;
    }

/* Header  */
.header { 
	position:relative; 
	z-index:100 
}
.header .h_elements { 
	text-align: center; 
}
.header .h_elements img { 
	vertical-align:middle 
}
.header .h_toolbar { 
	background: #bd2626; 
	clear:both; 
}
.header .h_toolbar:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}
.header .search_page, 
.header .social_media { 
	padding: 0 5px; 
	width:auto; 
	float:left; 
}
.header .search_page form { 
	margin: 5px 0; 
	padding: 0 
}
.header .search_page form .input { 
	padding: 2px; 
	border:1px solid #9C9A9C; 
	width:130px; 
}
.header .search_page form .input:focus { 
	background: #fff 
}
.header .search_page form .submit { 
	width:72px; 
	line-height:20px; 
	padding:1px; 
	border-radius:4px; 
	background: #333333; 
	color: #FFFFFF;
	height:19px; 
}
.header .search_page form .submit:hover {
	background: #FFFFFF; 
	color: #333333
}
.header .search_page form:after { 
	content:"Búsqueda personalizada Google en nueva ventana"; 
	font-family: sans-serif; 
	font-size:9px; 
	display:block; 
	text-align:right; 
	color:#FFFFFF; 
	opacity: 0.75; 
	filter:alpha(opacity=75) 
}
.header .social_media { 
	margin: 5px 0; 
	position: relative;
	z-index: 1;
}
.header .social_media > a { 
	width:30px; 
	height:30px; 
	overflow:hidden; 
	text-indent:-1000px; 
	background: url(http://mm.servidornoticias.com/var/0_4/img/ico_share_30px.png) top left no-repeat; 
	display:inline-block; 
	float:left; 
	position:relative; 
	margin-right:2px 
}
.header .social_media a.a_twitter  { 
	background-position: top center; 
}
.header .social_media a.a_facebook { 
	background-position: top left; 
}
.header .social_media a.a_rss { 
	background-position: top right; 
	position:relative 
}
.header .social_media a.a_twitter:hover  { 
	background-position: bottom center; 
}
.header .social_media a.a_facebook:hover { 
	background-position: bottom left;  
}
.header .social_media a.a_rss:hover { 
	background-position: bottom right; 
}
.header .social_media ul.rss_menu { 
	display:none; 
	position:absolute; 
	left:0; 
	top:30px; 
	border:1px solid #fc0; 
	width:300px; 
	background:#fff; 
}
.header .social_media ul.rss_menu li { 
	list-style:none; 
}
.header .social_media ul.rss_menu li a {
	color:#333; 
	padding: 3px 3px 3px 19px; 
	background: url(http://mm.servidornoticias.com/var/0_4/img/ico_rss_16px.png) center left no-repeat; 
	display:block; 
	font-size:12px; 
	line-height: 18px; 
	margin-left: 10px; 
}
.header .social_media ul.rss_menu .rss_arrow { 
	width: 9px; 
	height: 5px; 
	position: absolute; 
	background: url(http://mm.servidornoticias.com/var/0_4/img/arrow_rss.gif) no-repeat scroll center center transparent;
	top: -5px;  
	left: 79px; 
}
.header .social_media ul.rss_menu:hover { 
	display:block 
}

/* Main */
.main * { 
	line-height: 1.2em; 
}
.main.two .content { 
	float: right; 
}
.main.two .sidebar { 
	float: left; 
}
.main.two.swap .content { 
	float: left;
}
.main.two.swap .sidebar { 
	float: right; 
}
.main.two .content { 
	width:650px;
	margin: 1px 4px 0 4px;
	display:inline-block; 
}
.main.two .sidebar { 
	width:320px; 
	display: inline-block; 
	margin: 1px 0 0; 
	padding: 0; 
}
.main .bg_content { 
	min-height:500px 
}

/* Paginator */
.main .paginator { 
	margin:20px 0 10px 
}
.main .paginator li { 
	width:auto; 
	display:inline-block; 
	float:left; 
	font-weight:bold 
}
.main .paginator li a { 
	background: #0c46f2; 
	padding:2px 8px; 
	margin: 0 2px; 
	display:block; 
	color: #FFFFFF; 
	text-decoration:none; 
	cursor:pointer 
}
.main .paginator li.active a, 
.main .paginator li a.selected,
.main .paginator li a:hover  { 
	background-color: #9b0000; 
	color: #ffffff; 
}
/* Mini player lateral and home */
.box_webtv  { 
	padding: 0 3px; 
	margin: 0 -3px 
}
.box_webtv .playerbox { 
	clear:both; 
	margin: 2px 0; 
	width:auto; 
}
.box_webtv .infobox { 
	padding: 2px 8px; 
	margin: 10px -3px 
}
.box_webtv .infobox  h3 {
	font-weight:bold; 
	font-size: 1em; 
}
.box_webtv .infobox  h3 .mini_player_title {
	display: block;
	color: #000000;
}
.box_webtv .infobox  .mini_player_subheadline { 
	font-size: 0.8em; 
	display: inline-block; 
	float: left; 
	color: #000000;
	border-right:1px solid #000000; 
	padding-right:5px;
	margin-right:5px; 
}
.box_webtv .slider_container h2 { 
	text-align:center; 
	height: 1.43em;
	font-size: 1em; 
	line-height:1.43em;
}
.box_webtv .videolist { 
	position:relative; 
	display:block 
}
.box_webtv .videolist > div { 
	clear: both; 
	padding: 10px 5px; 
}
.box_webtv .videolist > div .cleaner {
	margin: 0 -3px !important;
	position: relative;
	top: 10px;
	background: rgba(127, 127, 127, 0.5); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99999999', endColorstr='#99999999'); /*ie*/
}
.box_webtv .videolist > div:last-child .cleaner {
	background: none;
}
.box_webtv .videolist > div a { 
	color: #000000; 
	cursor: pointer 
}
.box_webtv .videolist > div a:hover { 
	text-decoration: none 
}
.box_webtv .videolist > div .thumb { 
	width:90px; 
	display: inline-block; 
	float:left; 
	position:relative 
}
.box_webtv .videolist > div .thumb img { 
	width:100%; 
}
.box_webtv .videolist > div .thumb .play   { 
	position:absolute; 
	bottom:2px; 
	right:2px; 
	overflow:hidden; 
	width:25px; 
	height:25px; 
	display:block;  
	font-family:verdana; 
	font-size:8px; 
	text-align:center; 
	border-radius: 3px; 
	background:#9b0000; 
	color: #ffffff;
}
.box_webtv .videolist > div .thumb .play b { 
	font-size:12px; 
	display:block; 
	line-height:14px;
	font-weight: normal;
}
.box_webtv .videolist > div a:hover .thumb .play {  
	background:#0c46f2; 
	color: #FFFFFF ; 
}
.box_webtv .videolist > div .info { 
	display:inline-block; 
	float:left; 
	*float:none; 
	padding-left:5px 
}
.box_webtv .videolist > div .info h3 { 
	font-size:0.935em; 
	font-weight:normal 
}
.mini_player_lateral { 
	background: no-repeat center top;  
	background-size: 100% auto; 
	height: 0;
	padding-bottom: 56.25%;
	padding-bottom: calc(56.25% + 26px);
	position: relative;
	margin: 0 auto; 
}
.mini_player_lateral > * {
	position: absolute;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
}
.mini_player_headline, 
.mini_player_date, 
.mini_player_separator { 
	font-size:0.875em; 
	display: inline-block; 
	float: left; 
}
/* Mini Player Slider - EasySlider */
.slider_container,
.easyslider  { 
	position:relative; 
}
.easyslider ul, 
.easyslider li {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.prevBtn, 
.nextBtn {
    display: inline-block;
    float: left;
    height: 1.6em;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 2em;
    z-index: 15;
    font-size: 0.85em;
    line-height: 1.6em;
}
.prevBtn { 
	left:0; 
}
.nextBtn { 
	right:0; 
}
.prevBtn a, 
.nextBtn a {
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    text-decoration:none;
    padding-top:2px;
}
.prevBtn:hover, 
.nextBtn:hover { 
	text-decoration:none; 
	opacity: 1.0; 
	filter:alpha(opacity=100); 
}
.onecat .nextBtn, 
.onecat .prevBtn { 
	display:none !important 
}
/* EasySlider end */

/* Footer */

.footer   { 
	color:#333333 
}
.footer a { 
	color: #333333; 
}
.footer .bg_content {
	padding-left: 10px;
	padding-right: 10px;
	background: #dfedf5;
  }

#footer_line1,
#footer_line2 { 
	position: relative; 
	float:left; 
	line-height: 1.5em; 
	vertical-align:middle; 
	display: inline-block; 
	font-size: 0.875em
}
#footer_line2 { 
	float:right; 
}

#rss_line { 
	height: 20px; 
	position: relative; 
	float:right; 
	display: inline-block; 
	padding:2px 0 
}
#rss_line a {  
	margin-left: 10px;
}
#rss_line a img {
	width: 43px;  
	height: 14px;  
}

/* ads */
.ads { 
	width:auto; 
	height:auto; 
}
.adsense_300,
.adsense_468 { 
	display: none; 
}

/*  CARPET (COVER LAYOUT)  */
#carpet {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(http://mm.servidornoticias.com/var/0_4/img/1px_black.png);
	background: rgba(0,0,0,0.85);
}
#carpet .carpet_wrapper {  
	margin: 20px auto 0 auto;  
	display: block;  
	border: 1px solid #F4FAFC;  
	background: #F4FAFC;  
}
#carpet .carpet_closer {  
	display: block;  
	padding: 5px 15px;  
	text-align: right;  
	background: #F4FAFC;  
	cursor: pointer;  
	font-size: 1.2em;  
	margin-top: 1px;  
}

/* Iframe modes */
/* .iframe class => Only content column at 650px */
#container.iframe {
	width: 650px;
}
#container.iframe > .header,
#container.iframe > .footer,
#container.iframe .sidebar  {
	display: none;
}
#container.iframe .main .content {
	float: none !important;
	margin: 0;
	overflow: hidden;
}
#container.iframe .zoom {
	display: none !important;
}

/* .iframe.withmenu class => Content column at 650px with menu */
#container.iframe.withmenu > .header {
	display: block;
}
#container.iframe.withmenu > .header .h_elements,
#container.iframe.withmenu > .header .h_toolbar {
	display: none;
}
/* .iframe_full class => Content column and sidebar - 980px */
#container.iframe_full > .header,
#container.iframe_full > .footer,
#container.iframe_full .zoom  {
	display: none;
}
/* .iframe_menu class => Content column, sidebar and menu - 980px */
#container.iframe_menu > .header .h_elements,
#container.iframe_menu > .header .h_toolbar,
#container.iframe_menu > .footer,
#container.iframe_menu > .zoom {
	display: none;
}

/* Hide mobile content for desktop devices */
.only_mobile { display: none }
/* Ticker rules */
body#ticker { 
	background: #bd2626 
}
.ticker_bar {  
	overflow:hidden; 
	width:640px; 
	display:inline-block; 
	float:left; 
}
.ticker_bar .ticker_title { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size:11px; 
	line-height:44px; 
	width:auto; 
	float:left; 
	display:inline-block; 
	margin:0; padding:0 10px 0 5px; 
	text-align:center; 
	font-weight:bold;
	color: #ffffff; 
	background-color:#9b0000 
}
.ticker_bar .ticker_news { 
	display: inline-block ;
	float: left; 
	padding-left: 10px; 
	width: 480px; 
	overflow:hidden 
}
.ticker_bar .ticker_news, .ticker a { 
	color: #FFFFFF; 
	font-size: 11px; 
	font-family: verdana; 
	line-height:44px; 
	cursor:pointer; 
}
.ticker_news iframe {  
	background: #bd2626; 
	height: 31px; 
	width:480px; 
	margin-top:-1px 
}

/* Breaking news rules */
body#breakingnews { 
	background: #bd2626 
}
.breakingnews_bar {  
	overflow:hidden; 
	width:640px; 
	display:inline-block; 
	float:left; 
}
.breakingnews_bar .breakingnews_title { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size:11px; 
	line-height:44px; 
	width:auto; 
	float:left; 
	display:inline-block; 
	margin:0; padding:0 10px 0 5px; 
	text-align:center; 
	font-weight:bold;
	color: #ffffff; 
	background-color:#9b0000 
}
.breakingnews_bar .breakingnews_news { 
	display: inline-block ;
	float: left; 
	padding-left: 10px; 
	width: 480px; 
	overflow:hidden 
}
.breakingnews_bar .breakingnews_news, .breakingnews a { 
	color: ; 
	font-size: 11px; 
	font-family: verdana; 
	line-height:44px; 
	cursor:pointer; 
}
.breakingnews_news iframe {  
	background: ; 
	height: 31px; 
	width:480px; 
	margin-top:-1px 
}
.header .menu { 
	overflow:visible; 
	clear:both; 
	position:relative 
}
.header div.menu {
	background: #0D3282; 
}
.header ul.menu {
	background: #0D3282;
	overflow:visible;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size: 0.85em;
	line-height: 1.4em;
	white-space:nowrap;
	z-index: 2;
}
.header ul.menu li {
	display: inline-block;
	float:left;
	overflow:visible;
	position:relative;
	max-height: 2.4em; 
	max-height: calc(2.4em + 2px); 
	z-index: 3;
	margin: 0;
}
.header ul.menu > li > a {
	border: 1px solid;
	background: #0c46f2;
	color: #FFFFFF;
  	border-color: #0c46f2;
  	padding: 0.5em 1em;
	display:block;
}
.header ul.menu > li:first-child a
{
	background: #9b0000;
  	border-color: #0c46f2;
  }

/* submenu */
.header ul.menu > li > ul {
	width:auto;
	position:absolute;
	top: 2.4em;
	top: calc(2.4em + 1px);
	left: 0;
	text-transform:none;
	text-align:left;
	font-weight:normal;
	z-index: 4;
}
.header ul.menu > li > ul > li {
	float:none;
	clear:both;
	width:auto;
	display:block;
	min-width: 200px;
	height:auto;
	z-index: 5;
	display: none;
	margin:0;
}

/* show the submenu in mouse-over */
NO.header ul.menu li:hover,
.header ul.menu li.hover {
	z-index: 4;
}
NO.header ul.menu > li > ul:hover > li,
NO.header ul.menu > li:hover > ul > li,
.header ul.menu > li.hover > ul > li {
	display:block;
}
NO.header ul.menu > li.closed > ul > li {
	display: none;
}
.header ul.menu li ul li a {
	padding: 0.5em 1em;
	display: block;
	background:	#DFDFDF;
	color:		#333333;
	border: solid #9b0000;
	border-width: 0 1px 1px;
}
.header ul.menu li ul li:first-child a {
	border: solid #9b0000;
	border-width: 1px;
}

.header ul.menu li.active > a, 
.header ul.menu li.hover > a, 
NO.header ul.menu li a:hover {
	background:	#9b0000;
	color:		#ffffff;
	border-color: #9b0000;
	text-decoration: none;
	z-index: 4;
}

/* Fix for iPad/iPhone */
NO.header ul.menu li.closed > a, 
NO.header ul.menu li.closed.hover > a {
	background: #0c46f2;
	color:      #FFFFFF;
  	border-color: #0c46f2;
  }
/* sharing tools */
.main .share { 
	display: inline-block; 
	width: auto; 
	float:right; 
	font-size: 0.8em;
	color: #250af5;
	text-align:right;
}
.main .share a { 
	display:inline-block; 
	width:22px; 
	height:22px; 
	overflow:hidden; 
	background:url(http://mm.servidornoticias.com/var/0_4/img/ico_share_22px_new.png) top left no-repeat;
	text-indent: 100px; 
	margin-right: 3px; 
	border-radius:3px; 
	vertical-align:middle; 
	float:left 
}
.main .share a.facebook    { 	
	background-position: top left;
}
.main .share a.twitter     { 
	background-position: -22px top;
}
.main .share a.meneame     { 
	background-position: -44px top;
}
.main .share a.whatsapp    { 
	background-position: -66px top;
	display: none;
}
.main .share a.facebook:hover    { 
	background-position: bottom left;
}
.main .share a.twitter:hover     { 
	background-position: -22px bottom;
}
.main .share a.meneame:hover     { 
	background-position: -44px bottom;
}
.main .share a.whatsapp:hover   { 
	background-position: -66px bottom;
}
.main .share span.google   { 
	width: 30px; 
	overflow:hidden; 
	display:inline-block; 
	padding: 0 3px; 
	vertical-align:middle; 
	float:left; 
	margin-top:2px 
}
.main .share a:hover { 
	background-color: #000000 
}
/* Featured - home carrousel "Pikame" */
.box.featured {
	margin-top: 0px !important; 
	height: 100% !important;
}
.pikachoose {
	width: 500px; 
	margin: 0 auto;
	height: 400px;
	width:650px;	
}
.pika-stage {
	position: relative;
	width: 650px;
	height: 400px;
}
.pika-thumbs li{
	width: 200px;
}
.pika-thumbs li .clip img{
 	width:200px;
	height:120px !important;
}
/*if you change the padding on pika-stage you must adjust the top left of this to match! */
.pika-stage .main-image {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
.pika-stage .pika-aniwrap {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
}
.pika-stage img {
	border:0;
	height:100%;
}
.pika-stage .caption {
	background: none repeat scroll 0 0 #000000;
	opacity: 0.6 !important;
	padding: 1em 1.5em;
	position: absolute;
	text-align: left;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;	
}
.pika-stage .caption a{
	color: #fff;
	text-decoration: none;
}
.pika-imgnav a {
	position: absolute; 
	text-indent: -5000px; 
	display: block;
	z-index:3;
	cursor:pointer;
}
.pika-imgnav a.previous {
	width:20px;
	height:20px;
	border-left: 5px solid #FFF;
	border-top: 5px solid #FFF;
	opacity:0;
	-webkit-transition: opacity 300ms linear;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:45%;
	left:10px;
}
.pika-imgnav a.next {
	width:20px;
	height:20px;
	border-right: 5px solid #FFF;
	border-top: 5px solid #FFF;
	opacity:0;
	-webkit-transition: opacity 300ms linear;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top:45%;
	right:10px;
}
.pika-imgnav a:hover{
	opacity:.6;
	-webkit-transition: opacity 300ms linear;
}	
.pika-imgnav a.play  {
	border-color: transparent transparent rgba(255,255,255,.7);
	border-style: solid;
	border-width: 0 0 25px 25px;
	height: 0;
	width: 0;
	position:absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:14px;
	left:47%;
	display:none;
}
.pika-imgnav a.pause {
	display:none;
	border-left:5px solid rgba(255,255,255,.7);
	border-right:5px solid rgba(255,255,255,.8);
	height: 30px;
	width: 14px; 
	position:absolute;
	top:10px;
	left:47%;
}
.pika-textnav {
	display:none;
}
.pika-thumbs {
	margin: 2px 0 0 15px; 
	padding: 0;
}
.pika-thumbs li {
	float: left; 
	list-style-type: none;
	margin: 0 5px;  
	cursor: pointer;
   	margin: -9px 10px 6px 0;
	padding-top: 15px;
}
.pika-thumbs li .clip {
 	display: table;
	position: relative;
	text-align: center;
	padding: 5px 0;
}
.pika-thumbs li .clip h3 {
	font-size: 1em;
}
/*for the tool tips*/
.pika-tooltip{
	font-size:12px;
	position:absolute;
	color:white;
	padding:3px; 
	background-color: rgba(0,0,0,0.7);
	border:3px solid black;
	width: 190px;
}
.pika-counter{
	position: absolute;
	bottom: 15px;
	left:15px;
	color:white;
	background:rgba(0,0,0,0.7);
	font-size:11px;
	padding:3px;
	-moz-border-radius: 5px;
	border-radius:5px;
	display:none;
}
.featured ul li.active { 
	background: url(http://mm.servidornoticias.com/var/0_4/img/triangle.png) no-repeat top center transparent; 
	z-index:999; position:relative;
}
/* Title box */
.box_title { 
	font-size: 1.14em; 
	line-height: 1.4em; 
	text-transform: uppercase; 
	color: #ffffff;
	background:#9b0000; 	
	padding: 0.8em 1em; 
	position:relative; 
	clear:both; 
	padding-left: 25px;
	font-weight: bold;
}
.box_title:before {
	content: " ";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #0c46f2;
	margin-right: 10px;
	vertical-align: middle;
}
.box_title .a_right { 
	position:absolute; 
	top:38%; 
	right:10px; 
	background:url(http://mm.servidornoticias.com/var/0_4/img/ico_plus.gif) center left no-repeat; 
	padding-left:15px; 
	font-size: 0.6em; 
	font-weight:normal; 
	color:#ffffff; 
	opacity: 0.5; 
	filter:alpha(opacity=50) 
}
/* Zoom box */
.zoom { 
	float: right; 
	bottom:0; 
	right:0; 
	left:0; 
	position: absolute;
	padding: 0 30px 0 0; 
	background:url(http://mm.servidornoticias.com/var/0_4/img/zoom_gallery.png) center right no-repeat #000; 
	opacity: 0.33; 
	filter:alpha(opacity=33); 
	text-align:right; 
	line-height:22px; 
	font-size: 9px; 
	color: #fff; 
}
.zoom:hover { 
	opacity: 0.85; 
	filter:alpha(opacity=85) 
}
/* News lists */
/* nl_gen = news list general specs */
.nl_gen { 
	clear:both; 
}
.nl_gen > ul > li:after {
	clear: both;
	content: " ";
	display: block;
	height: 1px;
	overflow: hidden;
}
.nl_gen > ul > li.cleaner { 
	height: auto !important;
	overflow: inherit;
}
.nl_gen > ul > li.cleaner + li {
	float: right;
}
.nl_gen > ul > li a { 
	display:block; 
	position:relative 
}
.nl_gen a { 
	color:#000000 
}
.nl_gen h3 { 
	font-size: 1em; 
	font-weight:bold; 
	color: #250af5 
}
.nl_gen h5 { 
	font-weight: normal; 
}
.nl_gen a:hover { 
	text-decoration:none 
}
.nl_gen a:hover h3 { 
	text-decoration: underline 
}
.nl_gen a h5 {
	margin: 5px 0; 
	color: #000000;
	font-size: 0.8em; 
}
.nl_gen a h5 .comment { 
	color: #ba543d; 
}
.nl_gen a h5 .comment:before {
	background:url(http://mm.servidornoticias.com/var/0_4/img/ico_comment.png) center left no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	content: " ";
	vertical-align: bottom;
}
.nl_gen li .info { 
	padding: 1em; 
}
.nl_gen li .img + .info {
	padding-left: 0;
}
.nl_gen > ul > li > .img { 
	position: relative;
	float: left;
	padding: 1em;
	display:inline-block; 
	width:auto; 
	height:auto; 
}
.nl_gen > ul > li > .img > a { 
	cursor:pointer;  
	position: relative; 
	padding:0; 
	margin:0 
}
.nl_gen > ul > li > .img .zoom { 
	display:none;
}
.nl_gen > ul > li > .img:hover .zoom { 
	display: block; 
	opacity: 0.85; 
	filter:alpha(opacity=85) 
}
.nl_gen .news_hidden { 
	display:none 
}
/* newslist in home */
.news { 
	margin-top:0;
}
.news > ul > li {
	display: inline-block;
	width: 48.5%;
	float: left;
	margin: 0 0.5%;
}
.news > ul > li > .img { 
	width: 100px; 
	height: 100px; 
}
.news li .img + .info { 
	margin-left: 130px;
	margin-left: calc(100px + 2em);
}
.news > ul > li.news_first { 
	width:auto; 
	float:none; 
}
.news > ul > li.news_first .img { 
	width: 170px; 
	height: 170px; 
}
.news > ul > li.news_first .img + .info { 
	margin-left: 200px;
	margin-left: calc(170px + 2em);
}
.news > ul > li.news_first a h3 { 
	font-size: 1.2em; 
	font-weight:bold; 
}
.news .expand { 
	display: block; 
	text-align:right; 
	padding: 0.4em 0; 
	font-size: 0.8em; 
	position:relative; 
	border-top:1px solid #9C9A9C; 
}
.news .expand .etiqueta { 
	border: solid #9C9A9C; 
	border-width: 0 1px 1px 1px; 
	padding: 0.4em 1em; 
	color: #000000 
}
/* Mini player in home */
.content .box_webtv {
	height:440px;
	margin:0;
	overflow:hidden;
	border: 1px solid #9C9A9C;	
}
.content .box_webtv .box_title { 
	margin: 0 -3px; 
}
.content .box_webtv .playerbox { 
	clear:both; 
	float:left; 
	margin: 8px 6px; 
	width: 384px; 
}
.content .box_webtv .infobox {
	padding: 0.85em;
	margin: 0;
	overflow: hidden;
}
.content .box_webtv .slider_container {
	float: right;
	margin-right: -3px;
	width: 245px;
	overflow: hidden;
	top: 8px;
	border-left: 1px solid #9C9A9C;	
}
.content .box_webtv .slider_container h2 { 
	background: #9b0000 
}
.content .box_webtv .slider_container h2 a { 
	color: #ffffff;
	line-height: 1.43em;
}
.content .box_webtv .videolist > div .info { 
	width: 140px; 
}
.content .mini_player_headline,
.content .mini_player_date,
.content .mini_player_separator { 
	color: #777777; 
}
.content #slider_content li {
    /*
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
    */
    width: 245px;
    height: 440px;
    overflow:hidden;
}
/* top readed in home */

.topreaded a h3 { 
	max-height: 4.8em; 
	overflow:hidden; 
}
.topreaded li.even { 
	background: #DFDFDF;
}
.topreaded li .img  { 
	width: 100px; 
	height:100px; 
}
.topreaded li .img + .info { 
	margin-left: 9.2em;
}
.topreaded .filter { 
	font-size:87%; 
	text-align:right; 
	padding: 3px 1px; 
}
.topreaded .filter a { 
	color: #333333; 
	padding: 0 2px 
}
.topreaded .filter a:hover { 
	text-decoration:underline 
}
.topreaded .filter a.selected { 
	color: #9b0000 ; 
	font-weight: bold;
}
/* News List Page */
.newslist > ul > li .img { 
	width: 120px; 
	height: 120px; 	
}
.newslist > ul > li  .img + .info {
	margin-left: 150px; 
	margin-left: calc(120px + 2em);
}
.newslist > ul > li a p { 
	line-height: 1.4em 
}
.newslist > ul > li.news_first { 
	width: 48%; 
	float: left; 
}
.newslist > ul > li.news_first:first-child a h3 { 
	font-size:1.5em; 
}
.newslist > ul > li.news_first img {
	width: 120px;
	height: 120px;
	margin-right: 15px;
	margin-bottom: 6px;
	float: left;
}
.newslist > ul > li.news_first:first-child  img {
	width: 280px;
	height: 280px;
	margin-right: 0;
	float: none;
}
.newslist > ul > li.news_first .info {
	width: auto;
}	
.newslist > ul > li.odd {
	background: #DFDFDF;
	clear: both;
}
.newslist ul.nsmall {
	background: #DFDFDF;
	margin-top: 0 !important;
}
.newslist .nsmall > li { 
	background: #9C9A9C; 
}
.newslist .nsmall > li.active {
	border-left: 5px solid #333333;
	margin: 1px 0;
}

/* News Detail Page */
.detailbox { 
	padding:20px 
}
.detailbox .date {
    color: #ba543d;
    font-style: oblique;
}
.detailbox .info .space{
    border-bottom: 1px solid #ba543d;
    float: left;
    height: 22px;
    width: 70%;
}
.detailbox .info { 
	padding: 5px; 
	margin: 20px 0; 
	line-height:1.857em 
}
.detailbox .attach { 
	padding: 0; 
	margin: 0.5em 0 0.5em 0.5em; 	
	background:#DFDFDF; 
	line-height:1.857em; 
	display: inline-block; 
	float: right;
	width: 50%;
}
.detailbox .attach h3 { 
	color:#ba543d; 
	font-size: 1em !important; 
	padding: 0.5em 1em !important;
	margin:0 !important
}
.detailbox .attach .download { 
	font-size: 0.85em; 
	margin: 0 1em ;
	padding: 0 
}
.detailbox .attach .download li { 
	list-style: none; 
	padding:0; 
	margin:0 
}
.detailbox .attach .download li a { 
	color: #000000; 
	display: block; 
	padding: 0.5em 0 0.5em 30px;
	min-height: 2em; 
	overflow: hidden; 
	background: url(http://mm.servidornoticias.com/var/0_4/img/icon-attach.png) left 0.8em no-repeat;
}
/* Div que corta las palabras largas */
.word-break { 
	width: 100%;
	overflow: auto;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	-moz-binding: url('xbl.xml#wordwrap'); /* Firefox (using XBL) */
}
.detailbox .post > .image { 
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
    width: 50%;
}
.detailbox .post > .image img {
    float: right;
    width: 100%;
}
.detailbox .post > .image .photo { 
	position:relative
}
.detailbox .post > .image .img_title { 
	font-size: 0.85em;
	color:#FFFFFF;
	margin:3px 0;
	padding-left:5px;
}
.detailbox .post > .image .pitch {
	background: none repeat scroll 0 0 #333333;
	display: block;
	opacity: 0.8;
	overflow: hidden;
	width: 100%;
}
.detailbox .post > .image .pitch .zoom {
	position: relative;
	padding-left: 0.5em;
	color: #fff;
}
.detailbox .post a { 	
	color:#ba543d 
}
.detailbox h1 { 
	font-size: 1.85em; 
	line-height:1.2em; 
	font-weight:normal; 
	margin:10px 0; 
	color: #250af5 
}
.detailbox .post > h2 { 
	font-size: 1.65em; 
	line-height:1.2em; 
	font-weight:normal; 
	margin:10px 0 
}
.detailbox .post > h3 { 
	font-size: 1.45em; 
	line-height:1.2em; 
	font-weight:normal; 
	margin:10px 0 
}
.detailbox .post > h4 { 
	font-size: 1.25em; 
	line-height:1.2em; 
	margin:10px 0 
}
.detailbox .post > h5 { 
	font-size: 0.93em; 
	line-height:1.2em; 
	margin:10px 0; 
	font-weight:normal
}
.detailbox .post > h6 { 
	font-size: 0.85em; 
	line-height:1.2em; 
	margin:10px 0; 
	font-weight:normal 
}
.detailbox .post > p { 
	margin:20px 0 
}
.detailbox .post .news_second_headline { 
	border-top: 1px solid #9C9A9C; 
	padding: 10px 0 
}
.detailbox .post .news_second_headline * { 
	display: none 
}
.detailbox .post .news_second_headline.opened * { 
	display: block 
}
.detailbox .post .news_second_headline h3:first-child { 
	font-size: 1.2em; 
	display: block !important; 
	cursor: pointer; 
	color: #ba543d 
}
.detailbox .post .news_second_headline h3:first-child:hover { 
	text-decoration: underline 
}
.detailbox .post > ul, 
.detailbox .post > ol { 
	margin-left:20px 
}
.detailbox .post > ul li { 
	list-style-type:disc 
}
.detailbox .post > ol li { 
	list-style-type:decimal 
}
.detailbox .post > table { 
	width:100%; 
	border-collapse: collapse; 
	border: solid #9C9A9C; 
	border-width: 1px 1px 0 1px 
}
.detailbox .post > table th { 
	background:#DFDFDF; 
	color:#000000;  
	border-bottom: 1px solid #9C9A9C; 
}
.detailbox .post > table td { 
	border-bottom: 1px solid #9C9A9C; 
	padding:3px 
}
.detailbox .post > table td+td { 
	border-left: 1px solid #9C9A9C; 
}
.detailbox .post > blockquote { 
	background:#f2f2f2; 
	border:1px solid #DFDFDF; 
	padding:20px 
}
/* Image Gallery in home and news detail */
.photobox { 
	padding:0; 
	margin: 0; 
	width: 100%; 
}
.main.home .photobox { 
	margin: 0 
}
.photobox .photo { 
	text-align:center; 
	position: relative; 
	margin-top: 2px; 
	width: 100%; 
}
.photobox .photo .img { 
	margin: 0 auto; 
	line-height:396px; 
	white-space: nowrap; 
	overflow: hidden; 
	width: 100%; 
}
.photobox .photo .img img { 
	max-width:650px; 
	margin:0; 
	vertical-align:middle 
}
.photobox .photo .img_title { 
	background: #333333 ; 
	color: #FFFFFF; 
	text-align:left; 
	font-size: 0.935em; 
	margin: 0; 
	padding: 7px; 
	position:absolute; 
	bottom:0; 
	left:0;  
	opacity: 
	0.60; 
	filter:alpha(opacity=60)
}
.photobox .photo .img .nav { 
	position:absolute; 
	top:20px; 
	width:100% 
}
.photobox .photo .img .nav .prev,
.main.home .photobox .photo .nav .next { 
	position:relative; 
	display:inline-block; 
	float:left; 
	font-size: 1.15em; 
	width:20px; 
	height: 40px; 
	line-height:40px; 
	opacity: 0.60; 
	filter:alpha(opacity=60); 
	background: #FFFFFF; 
	color:#000; 
	text-decoration: none 
}
.photobox .photo .img .nav .prev { 
	border-top-right-radius: 20px;  
	border-bottom-right-radius: 20px; 
	text-align: left;
}
.photobox .photo .img .nav .next { 
	border-top-left-radius: 20px;  
	border-bottom-left-radius: 20px;  
	text-align: right; float:right; 
}
.photobox .photo .img .nav .prev:hover,
.detailbox .photobox .photo .nav .next:hover { 
	opacity: 0.85; 
	filter:alpha(opacity=85)
}
/* Image Gallery Carousel - JCAROUSEL MINI */
#list {  
	height: 103px; 
	width: 100%; 
	margin: 0 auto; 
	margin-top:2px; 
	border: 1px solid #9C9A9C
}
.slider {  
	position: relative;  
	z-index: 2; 
	float: left; 
	width: 90%;  
	height: 103px;  
	overflow: hidden;  
}
.slider ul {  
	position: relative;  
	z-index: 1;  
	padding: 0;  
	margin: 0;  
	height: 103px !important; 
	margin: 0 !important; 
	list-style-type: none  
}
.slider ul li {  
	float: left;  
	padding: 3px 2px;  
	margin: 0;  
	list-style-type: none !important;  
	opacity: 0.60;  
	filter: alpha(opacity=60); 
	width:95px;  
}
.slider ul li img {  
	width:95px;  
}
.slider ul li:hover, 
.slider ul li.active { 
	opacity: 1;  
	filter: alpha(opacity=100); 
	width:95px;  
}
.slider ul li a { 
	cursor: pointer;  
	height: 95px; 
	width: 95px;  
	display: block;  
}
.slider ul li.active a {
	width: 93px; 
	height: 93px; 
	border:1px solid #333333; 
	overflow: hidden
}
.album .prev , 
.album .next {
    display: inline-block;
    height: 103px;
    line-height: 108px;
    width: 25px;
    border-radius: 0;
    text-align: center;
    color: #9C9A9C;
    opacity: 0.35;
    filter: alpha(opacity=35);
    cursor: pointer;
}
.album .prev {  
	float: left;  
	margin-right: 4px;  
}
.album .next {  
	float: right;  
}
.album .prev:hover , 
.album .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #333;
	color: #fff;
}
.photobox .photo .info h1{
  font-size:1.3em;
  height:70px;
}
/* Webtv Page */
.main.webtv {}
.main.webtv .content .playerbox { 
	margin: -1px -15px 0; 
}
.main.webtv .content .playerbox .padding { 
	padding: 15px 
}
.main.webtv .videolist { 
	margin: 10px -4px 
}
.main.webtv .videolist li { 
	width: 156px; 
	float: left; 
	display:inline-block; 
	margin: 4px !important; 
	background:#333333;
}
.main.webtv .videolist li.active { 
	background:#9C9A9C; 
	margin: -1px -3px; 
}
.main.webtv .videolist li .thumb { 
	width: 156px; 
	height:	88px; 
	display: block; 
	position:relative; 
	overflow: hidden;
}
.main.webtv .videolist li .thumb img { 
	width:100%; 
}
.main.webtv .videolist li .thumb .time { 
	position:absolute; 
	background: #000000; 
	color:#FFFFFF; 
	bottom:2px; 
	left:2px; 
	font-size:9px; 
	font-family:Verdana, Geneva, sans-serif; 
	padding:2px 
}
.main.webtv .videolist li .thumb .play { 
	position:absolute; 
	bottom:2px; 
	right:2px; 
	overflow:hidden; 
	width:25px; 
	height:25px; 
	display:block; 
	font-family:verdana; 
	font-size:8px; 
	text-align:center; 
	border-radius: 3px; 
	background:#9b0000; 
	color: #ffffff; 
}
.main.webtv .videolist li .thumb .play b { 
	font-size:12px; 
	display:block; 
	line-height:14px;
	font-weight: normal
}
.main.webtv .videolist li:hover .thumb .play { 
	background:#0c46f2; 
	color: #FFFFFF; 
}
.main.webtv .videolist li a { 
	color: #FFFFFF;
	display:block;
}
.main.webtv .videolist a:hover {
	background-color: #000000; 
	color: #F4FAFC;
	text-decoration: none;
}
.main.webtv .videolist h3 { 
	font-weight: normal;  
	font-size:1em; 
}
.main.webtv .videolist li a .info { 
	font-size: 0.857em;
	font-weight: bold;
	padding: 0.5em;
	height: 7.2em;
	overflow: hidden;
}
#video__more {  
	margin-top: 10px;  
	border: 1px solid #9C9A9C;  
	float: right;  
	width: 240px;  
	padding: 15px;  
	display: none;  
}
table#cols.full_width #video__more {  
	display: inline-block;  
}
#video__video {  
	text-align: justify;  
}
.video__player, #video__player {
	width: 100%;
	height: 0;
	padding-bottom: 56.25% ;
	padding-bottom: calc(56.25% + 26px);
	position: relative;
}
.video__player > *, #video__player > * {
	position: absolute;
	width: 100%;  
	height: 100%;  
	background: url(http://mm.servidornoticias.com/var/0_4/img/loading.gif) no-repeat center center;  
}
#video_tabs_header { 
	margin: 0 -15px 
}
#video_tabs_header ul { }
#video_tabs_header li { 
	position: relative; 
	display: inline-block; 
	width: 160px; 
	margin-left:1px; 
	float:right
}
#video_tabs_header li a { 
	display:block; 
	border: solid #9C9A9C; 
	border-width: 1px 1px 0 1px; 
	color: #333333; 
	text-decoration: none; 
	text-align:center; 
	height: 26px; 
	line-height:26px; 
	font-size:12px  
}
#video_tabs_header li a:hover, 
#video_tabs_header li a.selected { 
	color: #FFFFFF;
	background:#333333;
	border-color: #333333 
}
#video_tabs_header div.cleaner { 
	background: #9C9A9C 
}
/* Photos page */
.main.fotos .photobox { 
	padding:0; 
	background: #DFDFDF !important; 
	margin:0 !important 
}
.main.fotos .photo { 
	text-align:center; 
	position: relative 
}
.main.fotos .photo .img { 
	margin: 0 auto; 
	position: relative; 
	height:auto; 
	background: #333333
}
.main.fotos .photo .img img { 
	max-width:650px; 
	max-height:470px; 
	margin:0;
	background: #DFDFDF
}
.main.fotos .photo h1 { 
	font-size: 1em;  
	display: block; 
	text-align: left; 
	color: #250af5;
	height: auto;
}
.main.fotos .photo p.date { 
	font-size: 0.85em; 
	color: #ba543d; 
	text-align: left;
}
.main.fotos .photo .img_title { 
	text-align: left; 
	font-size: 0.935em; 
	position:relative; 
	background: none; 
	padding:0; 
	color:#000000 
}
.main.fotos .photo .share_container { 
	width: 100px; 
	right:10px; 
	bottom:0; 
	height:30px 
}
.main.fotos .photo .share_container .share { 
	width:auto; 
}
.main.fotos .photo .google { 
	display:none !important 
}
.main.fotos .photo .img .nav { 
	position:absolute; 
	bottom:20px; 
	width:100%
}
.main.fotos .photo .img .nav .prev,
.main.fotos .photo .nav .next { 
	position:relative; 
	display:inline-block; 
	float:left; 
	font-size:1.14em; 
	width:20px; 
	height: 40px; 
	line-height:40px; 
	opacity: 0.60; 
	filter:alpha(opacity=60); 
	background: #fff; 
	color:#000; 
	text-decoration: none 
}
.main.fotos .photo .img .nav .prev { 
	border-top-right-radius: 20px;  
	border-bottom-right-radius: 20px; 
	text-align: left;
}
.main.fotos .photo .img .nav .next { 
	border-top-left-radius:  20px;  
	border-bottom-left-radius: 20px;  
	text-align: right; 
	float:right; 
}
.main.fotos .photo .img .nav .prev:hover,
.main.fotos .photo .nav .next:hover { 
	opacity: 0.85; 
	filter:alpha(opacity=85)
}
.main.fotos .photo .info { 
	padding: 0.5em; 
	font-size: 1em;
}
.main.fotos .photo .zoom { 
	bottom: 0; 
	left: auto;
	top: auto;
	right: 0;  
	opacity: 0.85; 
	filter: alpha(opacity=85); 
	padding: 0 25px 0 10px; 
	width: auto; 
	position: absolute;
}
.main.fotos .photo .img:hover .zoom { 
	display:block; 
	opacity: 1.0; 
	filter:alpha(opacity=100) 
}
.main.fotos .palbum { 
	background:none; 
	border-top: 1px solid #ccc; 
}
.main.fotos .palbum > ul {
	margin: 0 -3px;
}
.main.fotos .palbum > ul > li { 
	background:#333333;
	display:inline-block; 
	float:left; 
	width:156px;
	margin: 4px; 
}
.main.fotos .palbum a { 
	text-decoration:none; 
	position:relative; 
	color: #FFFFFF; 
}
.main.fotos .palbum a:hover { 
	text-decoration:underline; 
}
.main.fotos .palbum a img { 
	display:block;
}
.main.fotos .palbum a p.title { 
	display:inline-block; 
	font-size: 0.857em;
	padding: 0.5em; 
	height: 8.2em;
	overflow:hidden;
}
.main.fotos .palbum li.active p.title, 
.main.fotos .palbum li:hover p.title { 
	background-color: #000000; 
	color: #F4FAFC;
}

/* Flash pages */
.main.one { 
	margin-top: 0 
}
.main.one .content { 
	width:960px; 
	margin-left: 8px; 
	display:block; 
	padding-top:10px 
}
.main.one .sidebar { 
	display: none 
}
.flash-wrap {
	clear: both;
	margin: 0 auto;
	padding: 1em 0;
}
.flash_item {  
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 75%;
}
.flash_item > * {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.zoom.flash-zoom {
	display: inline-block;
	float: right;
	padding-left: 0.5em;
	position: relative;
	margin-right: 5px;
}
.main.one .zoom.flash-zoom {
	margin-right: 0;
}
.zoom.flash-zoom:after {
	display:block;
	height:1px;
	clear: both;
}
/* News paginator */
.news-paginator {
	display:block;
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 0.5em
}
.news-paginator .nav {
	display: inline-block;
	width: auto;
	float: left;
	padding: 0.5em 1em;
	background: #DFDFDF;
	color: #000000
}
.news-paginator .nav:hover {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none
}
.news-paginator .nav.nprev:before {
	content: "\003c";
	font-size: 12px;
	vertical-align: 0.1em;
}
.news-paginator .nav.nnext:after {
	content: "\003e";
	font-size: 12px;
	vertical-align: 0.1em;
}
.news-paginator .nav.nnext {
	float: right;
} 
.news-paginator ul {
	display: inline-block;
	margin-top: 0.5em;
	width: auto;
	color: #9C9A9C;
	font-size: 12px;
}
.news-paginator ul:before {
	content: "Página: ";
}
.news-paginator ul li {
	display: inline-block;
	width: auto;
}
.news-paginator ul li a {
	display:block;
	width:auto;
	padding: 0.2em 0.5em;
	margin: 0.1em;
	color: #333333;
}
.news-paginator ul li a:hover,
.news-paginator ul li.active a {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none
}
/*  COMMENTS  */
#comments_ajax {  
	position: relative;
}
div.comments_container {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	min-height: 200px;
	background-color: #DFDFDF
}
div#comments_tab_list {  
	display: block;  
	position: relative;
	margin-top: -1px;
}

/*  COMMENTS TABS  */
div#comments_tabs {  
	margin-top: 10px;  
	position: relative;
	z-index: 1;
}
div#comments_tabs ul {  
	list-style-type: none;  
	margin: 0;  
	padding: 0;  
}
div#comments_tabs ul li {  
	font-weight: bold;  
	margin: 0;  
	padding: 0;  
}
div#comments_tabs ul li a {
	float: left;
	outline: none;
	margin-right: 1px;
	padding: 5px 12px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	background-color: #333333;
	border-color: #000000 #000000 transparent;
	border-width: 1px;
	border-style: solid;
}
div#comments_tabs ul li a.selected {
  background-color: #dfedf5;
  color: #333333
}
/*  COMMENTS LIST  */
ul.commlist {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	min-height: 200px;  
	background: #FFFFFF; 
	clear: both; 
	float:none; 
	border-bottom: 1px solid #DFDFDF  
}
ul.commlist * {  
	color: #000000;  
}
ul.commlist > li {  
	padding: 8px; 
	position: relative;
}
ul.commlist li i {  
	color: #9C9A9C;  
	padding: 0 10px;  
}
ul.commlist li a.commlist_comment {
	display: block;
	padding: 20px 0 10px;
}
ul.commlist li a.commlist_comment:before {
	display: inline-block;
	content: " ";
	width: 45px;
	height: 40px;
	vertical-align: -10px;
	background:url(http://mm.servidornoticias.com/var/0_4/img/ico_comillas.png) center center no-repeat
}
ul.commlist li a.commlist_comment:hover {  
	opacity: 1;  
	filter: alpha(opacity:100);  
}
ul.commlist li .commlist_subheadline {  
	display: block;  
	font-size: 0.85em;  
	line-height: 15px;  
}
.commlist_subheadline:before {
	display: inline-block;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-bottom: 1px solid #9C9A9C;
	border-left: 1px solid #9C9A9C;
	vertical-align: 0.2em;
}
ul.commlist li a.comment_title   {  
	color: #250af5;  
}
ul.commlist li .commlist_headline {  
	display: block;  
	margin: 2px -4px;  
	padding: 20px;  
	background: #F4FAFC;  
}
ul.commlist li .commlist_headline span { }
ul.commlist li .commlist_headline span a {
	display: block;
	color: #000000;
	text-align: justify;
}
ul.commlist li .commlist_dateline { 
	color:#333333; 
	font-size: 0.714em; 
	white-space: nowrap;	
}
ul.commlist li.li_commlist_pager { 
	width: 97.5%; 
	float: none; 
	clear:both; 
	border-top: 1px solid #DFDFDF 
}
div.commlist_pager {  
	padding: 0 4px;  
}
div.commlist_pager span {  
	float: left;  
}
div.commlist_pager ul {  
	list-style-type: none;  
	padding: 0;  
	margin: 0;  
	display: inline-block;  
	line-height: 8px;  
}
div.commlist_pager ul li {  
	padding: 0 4px;  
	margin: 2px 0 0 0;  
	border: none;  
	float: left;  
}
div.commlist_pager ul li a {  
	padding: 0 4px;  
	margin: 0 -2px;  
	border: none;  
	display: inline-block;  
	cursor: pointer;  
}
div.commlist_pager ul li a.selected {  
	font-weight: bold;  
}
ul.commlist div.comment_headline {  
	padding: 3px 5px;  
	margin-bottom: 5px;  
}
ul.commlist span.comment_when {  
	float: right;  
	font-size: 0.714em;
}
ul.commlist span.comment_from {  
	font-weight: bold;  
}
ul.commlist span.comment_quote {  
	background-color: #F4FAFC;
	display: inline-block;  
	margin: 5px;  
	cursor: pointer;  
	color: #250af5; 
	position: absolute;
	bottom: 4px;
	right: 3px;
	padding: 10px;

}
ul.commlist span.comment_quote a {  
	color: #250af5;  
}
ul.commlist h3.comment_title {  
	font-size: 1em;
	background-color: #F4FAFC;
	margin: 0;
	padding: 20px 20px 0;
}
ul.commlist h3.comment_title:before {
	display: inline-block;
	content: " ";
	width: 45px;
	height: 40px;
	vertical-align: -10px;
	background:url(http://mm.servidornoticias.com/var/0_4/img/ico_comillas.png) center center no-repeat
}
ul.commlist span.comment_comment {  
	background-color: #F4FAFC;
	display: block;
	margin-bottom: 20px;
	padding: 0 20px 20px;
}
ul.commlist a.comments_add {  
	float: right;  
	display: inline-block;  
	cursor: pointer;  
	color: #FFFFFF;
	background-color: #333333;
	padding: 10px 20px;
}
ul.commlist a.comments_add:hover {  
	background-color: #000000; 
	color: #F4FAFC;
}
/*  ADD A COMMENT  */
div#comments_rules {  
	background-color: #DFDFDF;
	display: inline-block;  
	width: 210px;  
	padding: 8px 8px 8px 12px;  
	float: right;  
	border-left: 1px solid #9C9A9C;  
	margin: 0 0 0 10px; 
	font-size:10px; 
	color:#000000; 
	line-height: 120%; 
	font-family:verdana; 
	height: 250px;  
}
div#comments_rules ul {  
	padding-left: 15px;  
	margin: 5px;   
}
div#comments_rules li {  
	padding-top: 4px; 
	list-style: circle; 
}
div#comments_tab_add label {  
	display: inline-block;  
	width: 60px;  
}
div#comments_tab_add div.comment_field {  
	display: inline-block;  
	margin: 10px 0 0 10px;  
}
div#comments_tab_add div.comment_field input,
div#comments_tab_add div.comment_field textarea { 
	padding:2px;  
	width: 290px;  
	font-size: 11px;  
	vertical-align: middle;  
	border: 1px solid #9C9A9C 
}
div#comments_tab_add div.comment_field textarea#com_texto {  
	height: 46px;  
}
div#comments_tab_add div.com_info {  
	display: inline-block;  
	margin-left: 75px;  
}
div#comments_tab_add div#comment_captcha {  
	font-size: 10px;  padding: 5px 0;  
}
div#comments_tab_add div#comment_captcha div.left {  
	float: left;  
	line-height: 15px; 
	width: 205px;  
	margin-right: 15px;  
	text-align: justify;  
}
div#comments_tab_add div#comment_captcha div.right {  
	float: left;  
	line-height: 20px;  
	padding: 0 0 4px 20px;  
	border-left: 1px solid #DFDFDF;  
}
div#comments_tab_add div#comment_captcha input#com_captcha {  
	margin-left: 5px;  
	width: 45px;  
	height: 13px;  
	text-align: center;  
	vertical-align: top;  
}
div#comments_tab_add input.button {  
	float: right;  
	margin: 8px 15px 0 0;  
	border-width: 1px; 
	background:#9C9A9C; 
	color:#DFDFDF; 
	border-radius:5px; 
	padding:3px; 
	margin-bottom:10px 
}
div#comments_tab_add input.button:hover { 
	background:#333333
}
div#comments_error {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #FFFFFF url(http://mm.servidornoticias.com/var/0_4/img/warning.gif) no-repeat 44px 88px;
    padding: 88px;
    border: 1px solid #CA442D;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #CA442D;
}
div#comments_carpet {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #F4FAFC url(http://mm.servidornoticias.com/var/0_4/img/loading_alpha.gif) no-repeat center center;
}
/* Sidebar */
.sidebar {
	background: #eee;
	background: rgba(0,0,0,0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#11000000', endColorstr='#11000000');
}
.sidebar .wrap { 
	padding: 0 8px;
}
.sidebar .wrap > * { 
	margin-bottom: 20px;
}
.sidebar .right_box > div { 
	margin-left: auto; 
	margin-right: auto; 
}
/* Titles */
.sidebar .box_title { 
	background-color: #9b0000; 
	margin: 0 -8px;
}
.sidebar .box_title .a_right { 
	color:#ffffff; 
	top:5px 
}
/* Diary */
.agenda {  
	font-size: 0.85em;  
}
.agenda p.date {  
	color: #000000;  
	text-align: right;  
	margin: 7px 0;  
}
.agenda ul {  
	max-height: 30em;  
	overflow: auto;  
}
.agenda ul li {  
	border-bottom: 1px solid #9C9A9C;  
	list-style: none;  
	margin: 0;  
	padding: 5px;  
}
/* Banner swf */
.banner-swf {  
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 75%;
}
.banner-swf > * {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* Mini player lateral */
.sidebar .right_box.box_webtv { 
	padding: 0; 
	margin: 0 -8px !important 
}
.sidebar .box_webtv .box_title {
	margin: 0;
}
.sidebar .box_webtv .slider_container h2 { 
	background:#9b0000; 
}
.sidebar .box_webtv .slider_container h2 a { 
	color:#FFFFFF; 
}
.sidebar .box_webtv .videolist > div .info { 
	width: 205px; 
}
.sidebar .box_webtv .videolist > div a .info h3 { 
	color:#000000 
}
.sidebar .mini_player_headline, 
.sidebar .mini_player_date, 
.sidebar .mini_player_separator { 
	color: #333333; 
}
/* WEBTV SLIDER - EASY SLIDER */
.sidebar .slider_container { 
	width:320px; 
	height:345px 
}
.sidebar #slider li {
    /*
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
    */
    width: 320px;
    height: 345px;
    overflow:hidden;
}
/* ----------------------------------------------------------- */
/*  AUXILIARY DEFINITIONS  */
.lateral_zoom {  
	opacity: 0.33;  
	filter: alpha(opacity=33);  
	background: #DFDFDF;  
}
.lateral_zoom:hover {  
	opacity: 1;  
	filter: alpha(opacity=100);  
}
.lateral_zoom a {
    outline: none;
    display: block;
    color: #000000;
    background: url(http://mm.servidornoticias.com/var/0_4/img/lupa2.gif) no-repeat right center;
    height: 28px;
    line-height: 28px;
    margin-right: 14px;
    padding-right: 28px;
    text-align: right;
}
/*  IMAGE GALLERY IN LAYER  */
#gallery_wrapper {  
	position:absolute; 
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
#gallery_area {  
	text-align: center; 
	position: absolute;
	top:0;
	right: 150px;
	left:0;
	bottom:0;
}
#gallery_area * {  
	position: relative;  
	color: #fff;
}
#gallery_area .gallery_table {   
	display: table;  
	width: 100%;  
	height: 100%; 
	table-layout:fixed; 
}
#gallery_area .gallery_row {   
	display: table-row;  
}
#gallery_area .gallery_cell {   
	display: table-cell;  
	width: 100%;
}
#gallery_area .gallery_cell#gallery_box_title {
	padding-top: 10px;
} 
#gallery_area img {
	background: url(http://mm.servidornoticias.com/var/0_4/img/loading_alpha.gif) no-repeat center center;
	display: inline-block;
	height: 100%;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	margin: auto;
	outline: none;
	position: relative;
	width: auto;
	padding: 5px;
}
@media only screen and (orientation : portrait) {
	#gallery_area .gallery_table {   
		width: 100%;  
		height: auto; 
	} 
	#gallery_area img {
		width: 100%;
		height: auto;
	}
}
#gallery_area img:first-child {
	background-color: #fff;
    position: absolute;	
}

#gallery_thumbs {
	position: absolute;
	text-align: center;
	top: 30px;
	right: 0;
	width: 140px;
	bottom: 0;
}
#gallery_thumbs div#gallery_title {
	font-weight: bold;
	line-height: 1.2em;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
#gallery_thumbs ul#gallery_images {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px;
	top: 30px;
	bottom:0;
	overflow: auto;
	text-align: center;
	visibility: inherit;
	position: absolute;
}
#gallery_thumbs ul#gallery_images li {
	width: 106px;
	margin: 0 auto 10px auto;
	padding: 0;
}
#gallery_thumbs ul#gallery_images li a {
	background-color: #F4FAFC;
	border: 1px solid #9C9A9C;
	display: block;
	padding: 2px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	outline: none;
}
#gallery_thumbs ul#gallery_images li a.selected,
#gallery_thumbs ul#gallery_images li a:hover {
	border: 1px solid #9C9A9C;
	opacity: 1;
	filter: alpha(opacity=100);
}
#gallery_thumbs ul#gallery_images li a img {  
	width: 100px;  
}
#gallery_closer {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 120%;
    opacity: 0.5;
    padding: 0;
    text-align: center;
    width: 24px;
	height: 24px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 3px;
	right:0;
	top:0;
	position: absolute;
}
#gallery_closer:hover {  
	text-decoration: none;  
	opacity: 0.8;  
	filter: alpha(opacity=80); 
	background: #fff;
	color: #000;
}
/*  Marcador rules - General  */
.news_directo {
	margin: 8px 0 2px 0;
	font-size: 120%;
	line-height: 150%;
}
.news_directo .formacion {
	margin-bottom: 15px;
}
.news_directo img {
	vertical-align: middle;
}
.news_directo img.right {
	float: right;
}
.news_directo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*  Marcador - header  */
.news_directo ul.partido {
	background: #CCC url(http://mm.servidornoticias.com/img/icons_live/bg_partido.gif);
	width: 594px;
	height: 46px;
	position:relative
}
.news_directo ul.partido li {
	float: left;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}
.news_directo ul.partido li.equipo {
	width: 240px;
	font-size: 18px;
	padding-top: 10px;
}
.news_directo ul.partido li.SB_status {
	width: 114px;
	height: 46px;
	background: #900 url(http://mm.servidornoticias.com/img/icons_live/bg_status.gif);
}
.news_directo ul.partido li.SB_status .SB_gol {
	width: 50%;
	float: left;
	font-size: 18px;
	color: #FFF;
	padding-top: 8px;
}
.news_directo ul.partido li.SB_status div.SB_status {
	position: absolute;
	z-index: 10;
	width: 114px;
	color: #FFF;
	left: 242px;
	top: 27px;
	font-size: 9px;
}
/*  Marcador - Green bar  */
.news_directo .barraverde {
	width: 594px;
	background: #393 url(http://mm.servidornoticias.com/img/icons_live/bg_barraverde1.gif) repeat-x center top;
	color: #FFF;
	font-size: 10px;
	margin-top: 1px;
	overflow: hidden;
}
.news_directo .barraverde div {
	padding: 0 2px;
	width: auto;
}
.news_directo .barraverde div.left {
	float: left;
}
.news_directo .barraverde div.right {
	float: right;
}
/*  Marcador - teams  */
.news_directo ul.alineacion {
	float: left;
	width: 199px;
	background: #EFD;
	margin: 1px 1px 0 0;
	height: 300px;
}
.news_directo ul.alineacion li {
	padding: 2px 0;
	font-size: 11px;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
}
.news_directo ul.alineacion li.color {
	background: #DEA;
}
.news_directo ul.alineacion li span {
	width: 40px;
	text-align: center;
	float: left;
	display: -moz-inline-block;
	display: inline-block;
}
.news_directo ul.alineacion li.header {
	background: #666 url(http://mm.servidornoticias.com/img/icons_live/bg_alineacion.gif);
	color: #FFF;
	font-weight: bold;
	padding: 0px 5px;
	height: 22px;
	overflow: hidden;
}
.news_directo ul.alineacion li.header span {
	text-align: left;
	width: auto;
	padding: 5px;
	display: -moz-inline-block;
	display: inline-block;
}
.news_directo ul.alineacion li.header .right {
	margin-top: 2px;
}
/*  Marcador - field  */
.news_directo .campo {
	float: left;
	width: 194px;
	background: #090 url(http://mm.servidornoticias.com/img/icons_live/bg_campo.jpg) no-repeat;
	margin: 1px 0 0 0;
	height: 300px;
	text-align: center;
	position: relative;
}
.news_directo .campo .equipo1,
.news_directo .campo .equipo2 {
	height: 142px;
	*height: 150px;
	padding: 4px 0;
}
.news_directo .campo .equipo1 a, .news_directo .campo .equipo2 a {
	width: 17px;
	height: 17px;
	margin: 8px 12px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	line-height: 16px;
	display: -moz-inline-stack;
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.news_directo .campo .equipo1 a {
	background: url(http://mm.servidornoticias.com/img/icons_live/equipo1.gif) no-repeat center center;
}
.news_directo .campo .equipo2 a {
	background: url(http://mm.servidornoticias.com/img/icons_live/equipo2.gif) no-repeat center center;
}
.news_directo .campo .flag1,
.news_directo .campo .flag2 {
	position: absolute;
	right: 3px;
	border: 1px solid #FFF;
}
.news_directo .campo .flag1 img,
.news_directo .campo .flag2 img {
	width: 20px;
	padding: 0;
	margin: 0;
}
.news_directo .campo .flag1 {
	top: 3px;
}
.news_directo .campo .flag2 {
	bottom: 3px;
}
/*  Marcador - Live  */
.news_directo .directo {
	width: 608px;
	height: 600px;
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.news_directo img {
	margin: 2px;
}
.news_directo img.lv_foto {
	float: left;
	width: 200px;
	padding: 0 8px 8px 0;
}

.news_directo .directo table {
	background: #FAFAFA;
	width: 577px;
	font-size: 11px;
	line-height: 13px;
}
.news_directo .directo table th {
	background: #393 url(http://mm.servidornoticias.com/img/icons_live/bg_barraverde2.gif);
	height: 30px;
	color: #FFF;
	overflow: hidden;
}
.news_directo .directo table th span {
	font-weight: bold;
	font-size: 18px;
	margin: 7px;
	float: left;
}
.news_directo .directo table th div {
	float: right;
	height: 30px;
	width: auto;
	line-height: 11px;
}
.news_directo .directo table th div.comentario {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding: 2px 5px;
	height: 26px;
}
.news_directo .directo table th div.actualizar {
	font-size: 10px;
	background: #900 url(http://mm.servidornoticias.com/img/icons_live/bg_barraroja.gif);
}
.news_directo .directo table th div.actualizar a {
	padding: 8px 10px;
	color: #FFF;
	display: inline-block;
	display: block;
}
.news_directo .directo table td {
	padding: 3px;
	border: solid #FFF;
	border-width: 1px 0;
}
.news_directo .directo table td.tiempo {
	font-size: 9px;
	text-align: center;
	background: #EFD;
	width: 50px;
}
.news_directo .directo table td.icono {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width: 120px;
}
.news_directo .directo table td.SB_gol {
	color: #C00;
}
.news_directo .directo table td.texto {
	background: #EEE;
	padding: 8px;
	text-align: left;
}
.news_directo .directo table td.black {
	background: #333;
	color: #FFF;
}
a.ajax_edit, a.ajax_delete {
	display: none;
}
/* Marcador - List */
.marcador_list {}
.marcador_list li {
	padding: 10px;
	border-bottom:1px solid #9C9A9C;
}
.marcador_list li.selected,
.marcador_list li:hover {
	background: #DFDFDF;
}
.marcador_list a {
	color: #000000;
}
/* Marcador - Banner home */
.fut-live {
	display: block;
	overflow: hidden;
	position: relative;
	background:	url(http://mm.servidornoticias.com/var/0_4/img/bg-futbol-ball.png) bottom right no-repeat,
			url(http://mm.servidornoticias.com/var/0_4/img/bg-futbol-green.jpg) #060;
	display: table;
	table-layout: fixed;
	width: 98%;
	padding: 0 1%;
}
.fut-live .left,
.fut-live .right {
	display: table-cell;
	vertical-align: top;
	float: none;
}
.fut-live a.banner {
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	display: block;
	z-index: 2;
	cursor: pointer;
	border-radius: 23px;
}
.fut-live a.banner:hover {
	background-color: rgba(255,255,255,0.20);
}
.fut-live .left {
	width:15%;
	background: url(http://mm.servidornoticias.com/var/0_4/img/bg-futbol-live.png) 2px 20px no-repeat;
	margin-top: 5px;
	padding:0;
}
.fut-live .left span {
	background: url(http://mm.servidornoticias.com/var/0_4/img/bg-envivo.png) center left no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	line-height: 32px;
	padding-left: 10px;
	text-transform: uppercase;
	margin: 6px 0;
}
.fut-live ul.partido {
	position: relative;
	float: left;
	display: inline-block;
	color: #fff;
	width: 650px;
}
.fut-live ul.partido:before {
	content: "\0025B6";
	width: 2em;
	height: 2em;
	display: inline-block;
	color: #9b0000;
	float: left;
	margin-top: 1em;
	margin-left: 1em;
	color: #393;
}
.fut-live ul.partido:after {
	content: " ";
	display: block;
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
	background: url(http://mm.servidornoticias.com/var/0_4/img/bg-futbol-line.png) center bottom no-repeat;
}
.fut-live ul.partido:last-child:after {
	display: none;
}
.fut-live ul.partido li {
	float: left;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}
.fut-live ul.partido li img {
	vertical-align: middle;
}
.fut-live ul.partido li.equipo {
	width: 30%;
	font-size: 1em;
	line-height: 2.857em;
	padding: 0 2em;
	text-align: left;
}
.fut-live ul.partido li.equipo:first-child {
	text-align: right;
}
.fut-live ul.partido li.equipo img {
	padding: 0.5em 0;
}
.fut-live ul.partido li.SB_status {
	width: 100px;
	min-height: 45px;
	background: url(http://mm.servidornoticias.com/img/icons_live/bg_status.gif) center center no-repeat;
	background-size: cover;
	position: relative;
}
.fut-live ul.partido li.SB_status .SB_gol {
	width: 50%;
	float: left;
	font-size: 18px;
	padding-top: 4px;
}
.fut-live ul.partido li.SB_status div.SB_status{
	position: absolute;
	width: 100px;
	left: 0;
	top: 31px;
	font-size: 9px;
	font-family: verdana !important;
	letter-spacing: -1px;
}

/*  CSS Hack (if lte IE 7)  */
*div#ie_old { 
	display:block; 
	right:0; 
	left:0; 
	border:3px dashed #FC3; 
	background: #FFC; 
	color:#666; 
	padding:7px; 
	margin-top:5px; 
	font-size: 12px
}
*div#ie_old b { 
	font-size:14px 
}
*div#ie_old a { 
	color:#666; 
	margin: 3px 20px; 
	font-weight:bold; 
	padding:3px 3px 3px 25px; 
	display:inline-block; 
	background:center left no-repeat;
}
*div#ie_old a.firefox { 
	background-image: url(http://mm.servidornoticias.com/var/0_4/img/icon_firefox.gif);
}
*div#ie_old a.ie { 
	background-image: url(http://mm.servidornoticias.com/var/0_4/img/icon_ie.gif); 
}
*div#ie_old a.chrome { 
	background-image: url(http://mm.servidornoticias.com/var/0_4/img/icon_chrome.gif); 
}
*div#ie_old a.cerrar { 
	position:absolute; 
	right:3px; 
	top:7px; 
	margin:0; 
	background-image: url(http://mm.servidornoticias.com/var/0_4/img/icon_cerrar.gif); 
	color:#900; 
	padding: 0px 12px 
}
*.header ul.menu > li > ul > li a {  
	*width: 200px;  
	*white-space: normal;
} 
*.main .news > ul { 
	*background: none 
}
*.main .nl_gen h3 { 
	*margin:0; 
	*padding:0 
}
*.ticker_news iframe { 
	*margin-top:0  /* IE6 + 7 */; 
	margin-top:3px\0/IE8+9; 
	/* IE8 + 9 + IE10pp4  */ 
}
/*  CSS Hack (if lte IE 7) - End  */