/*
Theme Name: Skyline
Theme URI: http://www.grupoadslzone.com/
Description: Skyline Theme
Version: 1.0
Author: Grupo ADSLZone
Author URI: http://www.grupoadslzone.com/
Tags: propietary
*/

/* YUI 2.0 Reset */

  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
  table { border-collapse:collapse; border-spacing:0; }
  fieldset,img { border:0; }
  address,caption,cite,code,dfn,/*em,strong,*/th,var { font-style:normal;	font-weight:normal; }
  ol,ul { list-style:none; }
  caption,th { text-align:left; }
  h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
  q:before,q:after { content:''; }
  abbr,acronym { border:0; }

/* END: YUI 2.0 Reset */

/* Basic Tags */

html { background: #ededed url(images/body-bkg.gif) repeat-x top left; }

body {
  background: #ededed url(images/body-bkg.gif) repeat-x top left;
  font: normal 12px Arial, sans-serif;
  line-height:16px;
  text-align: center;
}

strong { font-weight: bold; }

p { margin-bottom:13px; margin-top:13px; }

blockquote {
	margin:1em;
	padding-left:1px 0px 1px 35px;
	background:#eeeeee url(images/ico-quote,gif) no-repeat 10px 10px;
	color:#666666;
	overflow:hidden;
	font-size:15px;
	text-align:left;
}

/* END: Basic Tags */

/* Ringsites / Header Mashup */

/* Incompatible Browser */

#ie6-box {
  background-color: #cddceb;
  padding: 2px 8px;
}
#ie6-box .upgrade-message {
  font-size: 14px;
  width: 988px;
  margin-bottom:11px;
  margin-top:11px;
  text-align:center;
}

/* END: Incompatible Browser */

#top_banners {
  width:980px;
  margin:auto;
  background: url(images/btn-ads.gif) no-repeat top left;
  padding-left:15px;
}

#wrapper {
  clear:both;
  text-align: left;
  margin:0 auto;
  width:996px;
  background-color:#ffffff;
}

#nav_misc {
  background: #035883 url(images/skyline-bkgmap.gif) repeat-x scroll 0px 0px;
  width: 988px;
  font-size:10px;
  padding:4px;
  color:#FFFFFF;
  height: 18px;
}

#nav_misc a, #nav_main a { color:#FFFFFF; text-transform:uppercase; text-decoration:none; }

#nav_misc a:hover, #nav_main a:hover { color:#ABDFFB; text-transform:uppercase; text-decoration:none; }

#nav_misc a { padding:0 8px; }
#nav_misc li a { display:block; line-height:18px; }
#nav_misc li { border-right:1px solid #4083A9; float:left; }

#header {
  margin:0 auto;
  position:relative;
  width:996px !important;
  background:transparent url(images/gadslzone_logo.gif) repeat-x scroll right 0px;
}

#header h1 {
  text-indent:-9999px;
  width:996px;
  /*background:transparent url(images/skyline-imagemap.gif) no-repeat scroll -2px -3px;
  height:90px;*/
}

#header h1 a {
  display:block;
  height:90px;
  width:996px;
}

#nav_main {
  background: #035883 url(images/skyline-bkgmap.gif) repeat-x scroll 0px -36px;
  width: 996px;
  font-size:11px;
  color:#FFFFFF;
  height:29px;
  overflow: hidden;
}

#nav_main a { font-weight:bold; height:29px; }

#nav_main a:hover { background:#e8edf1; color:#0d3159; }

#nav_main a { padding:0 5px; }
#nav_main li a { line-height:30px; }

#nav_main li { border-left:1px solid #0D3159; border-right:1px solid #4083A9; float:left; height:29px; }

#nav_aux {
  width: 986px;
  font-size:11px;
  background-color:#EBEBEB;
  display:block;
  border-bottom:1px solid #B1C3D4;
  height:21px;
  padding:5px;
}

#nav_aux label { text-transform:uppercase; font-weight:bold; }

#nav_aux_search { padding-left:4px; float:left; width:340px; }

#nav_aux_search input.keywords {
  width: 205px; 
  font: normal 11px Arial, sans-serif;
  margin-left:10px;
}

#nav_aux_search input.submit {
  background:transparent url(images/skyline-imagemap.gif) no-repeat scroll -7px -291px;
  border:0;
  cursor:pointer;
  height:22px;
  width:35px;
  margin:0 0 0 5px;
  overflow:hidden;
  text-indent:-2000px;
}

#nav_aux_meta {
  padding-top:3px;
  text-align:right;
  color:#555555;
}

/* END: Ringsites and Header Mashup */

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		margin:auto;
		width:996px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3,
	.col4,
	.col5,
	.col6 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:32%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:55%;			/* width of the middle column */
		/* background:#F0E2CA;	* left column background colour */
		border-top:1px solid #F7F0E3;
	}
	.threecol .col1 {
		width:55%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
		padding-top: 10px;
	}
	.threecol .col2 {
		width:114px;			/* Width of left column content (column width minus padding on either side) */
		left:32%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:32%;			/* Width of right column content (column width minus padding on either side) */
		left:89%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.threecol .col4 { /* Interior notis */
		width:66%;			/* Width of right column content (column width minus padding on either side) */
		left:88%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.threecol .col5 { /* Interior notis */
		width:86%;			/* Width of right column content (column width minus padding on either side) */
		left:100%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.threecol .col6 { /* Interior notis */
		width:114px;			/* Width of right column content (column width minus padding on either side) */
		left:1%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.side_box {
    background:transparent url(images/skyline-bkgmap.gif) repeat-x scroll 0px -155px;
    border-color:#4FA4C3 #4FA4C3 #BEDBE6; border-style:solid; border-width:1px;
    color:#282828;
    font:bold 14px/27px Arial,Helvetica,san-serif;
    height:28px;
    margin:0;
    padding:0 5px 0 15px;
	}
	
	.side_box_links {
    border-color:#4FA4C3 #4FA4C3; border-style:none solid solid; border-width:0 1px 1px;
    color:#333333;
    margin:0 0 10px;
    width:298px;
	}
	
	.side_box_links ul {
    float:left;
    margin-left:9px;
    width:130px;
	}
	
	.side_box_links li {
    background:transparent url(images/box-dots.gif) repeat-x scroll left bottom;
    margin:0 8px;
	}
	
	.side_box_links li a {
    display:block;
    padding:3px 0;
    color: #1E5B7E;
	}
	
	.sidebar_left {
    background-color:#F1F4F6;
    margin-bottom:15px;
    margin-left:8px;
    margin-top:8px;
  }
  
  .sidebar_left li.first {
    background:transparent url(images/skyline-bkgmap.gif) repeat-x scroll 0px -104px;
    display:block;
    font-weight:bold;
    margin-bottom:-5px;
    padding:6px 15px 13px;
    text-decoration:none;
    border-bottom:0;
    color:#000000;
  }
  
  .sidebar_left li {
    border-color:#CED5DB #CED5DB;
    border-style:none solid solid;
    border-width:medium 1px 1px;
  }
  
  .sidebar_left a {
    display:block;
    padding:5px 10px 5px 15px;
  }
  
  .sidebar_left a, #sidebar_left a:link, #sidebar_left a:hover {
    color:#1E5B7E;
    cursor:pointer;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
  }
  
  .sidebar_left a:hover {
    text-decoration:underline;
  }
  
  .hentry h1, h1.search, h1.hentry {
    color:#003872;
    font-family:Arial,Verdana,sans-serif;
    font-weight:normal;
    margin-bottom:10px;
    font-size:24px;
    line-height:26px;
  }
  
  h1.search {    
    margin-top:5px;
  }
  
  .hentry h1 a {
    color:#003872;
    text-decoration:none;
  }
  
  .hentry h1 a:hover {
    color: #3165b0;
    text-decoration:underline;
  }
  
  .entry {
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:18px;
    padding-bottom:15px;
    margin-top:10px;
    text-align:justify;
  }
  
  .entry img {
    padding:2px;
    margin-bottom:5px;
  }
  
  .entry a {
    color: #1E5B7E;
    text-decoration: none;
  }
  
  .entry a:hover {
    color: #1E5B7E;
    text-decoration: underline;
  }
  
  .comments a {
    color:#84A6C1;
    font-weight:bold;
    text-decoration:none;
  }
  
  .post, .page {
    padding:4px;
  }
  
  
  /*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

  img.centered { display: block; margin: 0 auto 0 auto; }

  img.alignright { padding: 4px 0px 15px 4px; margin: 0 0 2px 7px; display: inline;}

  img.alignleft {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

  .alignright {
    float: right;
    }

  .alignleft {
    float: left
	}
/* End Images */

.entry_bottom {
  background-color:#CDCDCD;
  height:1px;
  overflow:hidden;
  clear:both;
  margin-top:15px;
}

p.antetitulo {
  color:#2D6A95 !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0 0 5px 2px;
}

.seccion {
  color:#2D6A95 !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
}

.seccion a {
  color:#2D6A95 !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
}

.rss_mini {
  background: transparent url(images/skyline-imagemap.gif) no-repeat scroll -7px -334px
}

.facebook_mini {
  background: transparent url(images/facebook_12x12.gif) no-repeat top left;
}

.twitter_mini {
  background: transparent url(images/twitter_12x12.gif) no-repeat top left;
}

#footer {
  background:#FFFFFF url(images/skyline-bkgmap.gif) repeat-x scroll 0px -206px;
  padding:10px 15px;
}

.footer_column {
  float:left;
  padding:0 7px 0 8px;
  width:160px;
}

.footer_column li {
  padding:0 0 5px;
}

.footer_column a {
  color:#565656;
  text-decoration:none;
}

.footer_column a:hover {
  color:#565656;
  text-decoration:underline;
}

h3#comments {
  background:transparent url(images/ico-comillas.gif) no-repeat scroll top left;
  color:#003872;
  font-size:20px;
  padding-left:35px;
  line-height:1.4em;
  padding-bottom:25px;
}



ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { border:1px solid #A6C8D9; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 11px; line-height: 16px; font-family: arial,helvetica,sans-serif; }
ol.commentlist li div.vcard cite.fn { color:#006600; font-style:normal; font-size: 11px; }
ol.commentlist li div.vcard cite.fn a.url { color:#006600; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: arial,helvetica,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: arial,helvetica,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: arial,helvetica,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { text-align:center;font-size:9px;width:70px;background-color:#3399ff;color:#ffffff;border:1px solid #ffffff;padding:1px; }
ol.commentlist li div.reply:hover { }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li.depth-1 { background:#e8eef3; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-2 { background:#ffffff; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { background:#f6f6f6; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { background:#ffffff; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { background:#f6f6f6; margin:0 0 3px; }
/*ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }*/
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

#commentform input { font-family: arial; font-size: 12px; padding:4px; }
#commentform textarea { font-family: arial; font-size: 12px; width: 645px; padding:4px; }

/* FICHAS */

.specs table {
background:#F1F0E5 none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #F1F0E5;
text-align: left;
width: 695px;
}

.specs th {
border-right:1px solid #FFFFFF;
color:#4B3C23;
font-weight:bold;
text-transform:uppercase;
width:90px;
}

.specs th, .specs td {
font-family:Arial;
font-size:12px;
padding:1px 6px;
vertical-align:top;
}

.specs td.ttl {
color:#7D7464;
font-weight:bold;
width:160px;
}
.specs td {
background:#F7F6F1 none repeat scroll 0 0;
border-bottom:1px solid #F1F0E5;
}
.specs .nfo { color:#000000; }

#foto-ficha {
  float:left;
  width: 150px;
}

#tabla-ficha {
  float:left;
  width: 695px;
  clear:right;
}

.phone {
  float:left;
  width:111px;
  margin-left:4px;
  margin-right:4px;
  border:1px solid #cccccc;
  height:152px;
}

.phone:hover {
  border:1px solid #999999;
}

#tabnav li {
background-color:#EEEEEE;
border-color:#96A5B3 #96A5B3;
border-style:solid solid none;
border-width:1px 1px 0;
color:#222222;
cursor:pointer;
float:left;
font-weight:bold;
margin-bottom:-1px;
margin-right:3px;
position:relative;
z-index:30;
}

#tabnav li a {
  background:#F3F3F3 url(images/body-sitenav.png) no-repeat scroll left center;
  color:#555555;
  display:block;
  font-weight:bold;
  height:15px;
  overflow:hidden;
  padding:6px 10px 6px 12px;
  text-decoration:none;
}

#tabnav li a:hover, #tabnav li .selected {
  background:#FFCC00 url(images/body-sitenav.png) no-repeat scroll left center;
  color:#000000;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */

ol.commentlist a {color:#1E5B7E;}

.footer-adslzone {
  display:block;
  width:261px;
  height:35px;
  background: transparent url(images/skyline-imagemap.gif) no-repeat scroll -6px -132px;
}

.footer-cc {
  display:block;
  width:261px;
  height:35px;
  background: transparent url(images/skyline-imagemap.gif) no-repeat scroll -6px -242px;
}

.footer-xhtml {
  display:block;
  width:261px;
  height:35px;
  background: transparent url(images/skyline-imagemap.gif) no-repeat scroll -6px -190px;
}

#foto-ampliar {
  padding-left:5px;
}

.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
	padding:2px;
	font-size:12px;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.wp-commentnavi a, .wp-commentnavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-commentnavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-commentnavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-commentnavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-commentnavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-commentnavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-commentnavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-commentnavi-all-comments-link {
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* Listado noticias */
/*----------------------------------------------------------------------------------------------------------- */
#w-contenedor .w-contenidos .w-listado_noticias{ padding:0 0 10px 0; margin: 13px 0 8px 0; border-bottom: 1px #D9D9D9 solid;}
#w-contenedor .w-contenidos .w-listado_noticias li{ padding:4px 0; margin-top:1px; font-size: 12px;}
#w-contenedor .w-contenidos .w-listado_noticias li:hover{ background:#EDECEA url('http://www.cincodias.com/img/f_pxgrisblanco.gif') repeat-x left bottom;}
#w-contenedor .w-contenidos .w-listado_noticias li p.w-fecha{ font:11px Tahoma, Arial, Helvetica, sans-serif; color:#205d5d;}
#w-contenedor .w-contenidos .w-listado_noticias li p.w-fecha strong{ font-weight:bold; text-transform:uppercase;}
#w-contenedor .w-contenidos .w-listado_noticias li a{ font:12px Arial, Helvetica, sans-serif; color:#000; font-weight: bold; display: block; text-decoration: none; font-size: 12px;}
#w-contenedor .w-contenidos .w-listado_noticias p.w-fecha{ font:11px Tahoma, Arial, Helvetica, sans-serif; color:#205D5D; margin:0 0 2px 0;}
#w-contenedor .w-contenidos .w-fecha span{font-weight:bold; color:#D76203; }
#w-contenedor .w-contenidos .w-mod_masinfo{text-align: right; font-size: 11px; margin-left:0; font-weight: bold;}
#w-contenedor .w-contenidos .w-mod_masinfo a{background:transparent url(http://www.cincodias.com/widgets/img/w-ico_flecha_redonda.gif) no-repeat left 2px; padding-left: 18px; color:#A9050C; text-decoration: none;}
#w-contenedor .w-contenidos .w-mod_masinfo a:hover{text-decoration: underline;}
/* Estilos base */
/*---------------------------------------------------------------------------------------------------------------------------- */
#w-contenedor div, #w-contenedor span, #w-contenedor h1,#w-contenedor h2,#w-contenedor h3,#w-contenedor h4,#w-contenedor h5, #w-contenedor p,
#w-contenedor img, #w-contenedor a
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-style: inherit;
 font-size: 100%;
 background: none;
 text-decoration: none;
 text-align: left;
}
#w-contenedor :focus { outline: 0;}
#w-contenedor ol, #w-contenedor ul { list-style: none;}
#w-contenedor button, #w-contenedor a{outline: none;}
#w-contenedor .estirar:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#w-contenedor .estirar {display: inline-block;}
/* oculto IE-mac \*/
* html #w-contenedor .estirar {height: 1%;}
#w-contenedor .estirar {display: block;}
#w-contenedor a:hover{
 text-decoration: underline;
}
#w-contenedor abbr{cursor: help;}
/* ESTRUCTURA */
/*===================================================*/
#w-contenedor{
 width: 100%;
 border: 1px #CFD2CD solid;
 line-height: 1;
 color: #000;
 background-color: #E7E8E7;
 font-family:Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 overflow: hidden;
}
#w-contenedor .w-cabecera{
 background: url(http://www.cincodias.com/widgets/img/w-f-cabecera.jpg) repeat-x 0 0;
 padding: 13px 10px 0 10px;
 height: 23px;
}
/* CABECERA */
/*===================================================*/
#w-contenedor .w-cabecera h1 {background: url(http://www.cincodias.com/widgets/img/w-logo.jpg) no-repeat 0 0; display: block; overflow: hidden; text-indent: -9999px; width: 126px; height: 18px; float: left; display: inline;}
#w-contenedor .w-cabecera h1 a{display: block;}
#w-contenedor .w-cabecera p.patrocinador{float: right; display: inline; }
#w-contenedor .w-cabecera p.patrocinador span{background: url(/widgets/img/w-txt-patrocina.gif) no-repeat 0 0; display: block; overflow: hidden; text-indent: -9999px; width: 54px; height: 5px; float: left; display: inline; margin-top: 8px;}
#w-contenedor .w-cabecera p.patrocinador a{background: url(/widgets/img/w-txt-ono.gif) no-repeat 0 0; display: block; overflow: hidden; text-indent: -9999px; width: 58px; height: 17px; float: left; display: inline;}
/* CONTENIDOS */
/*===================================================*/
#w-contenedor .w-contenidos{}
#w-contenedor .w-contenidos .w-textos{background-color: #fff; padding: 12px; margin: 10px 10px 5px 10px;}
#w-contenedor .w-contenidos .w-textos h2{font-size: 18px; color: #00605B; font-weight: normal;}
#w-contenedor .w-contenidos .w-textos h3{font-size: 14px; color: #333; font-weight: normal;}
/* Publicidad */
#w-contenedor .w-contenidos .w-publicidad{}
#w-contenedor .w-contenidos .w-publicidad h2{color: #fff; background-color: #CFD2CD; text-align: center; font-size: 9px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; border-top: 1px #fff solid; padding: 1px 0;}
#w-contenedor .w-contenidos .w-publicidad img{border: none;}
#w-contenedor .w-contenidos .w-publicidad ul{ padding-left:0; margin: 10px 0 10px 10px;}
#w-contenedor .w-contenidos .w-publicidad li{ margin:5px 18px 0 0; float: left; display: inline;}
/* rss */
#w-contenedor .w-contenidos .w-rss{margin: 0 0 5px 10px;}
#w-contenedor .w-contenidos .w-rss a{background: url(http://www.cincodias.com/widgets/img/rss.gif) no-repeat 0 2px; padding-left: 15px; font-size: 11px;}
/* PIE */
/*===================================================*/
#w-contenedor .w-pie{background: url(http://www.cincodias.com/widgets/img/w-f-maswidgets.gif) repeat-x 0 0; color: #fff; display: block; padding: 7px 0 7px 10px; height: 13px;}
#w-contenedor .w-pie ul{margin:0; padding:0;}
#w-contenedor .w-pie ul li{display:inline; float:left; margin-right:10px;}
#w-contenedor .w-pie .a_right{ float:right;}
#w-contenedor .w-pie a{background: url(http://www.cincodias.com/widgets/img/w-flechas.gif) no-repeat right 6px; cursor: pointer; color: #fff; padding-right:10px;}
 

