/*
Theme Name: saucepolis
Description: saucepolis
Version: 1.0
Author: GRUPO CDCOM
Author URI: http://www.grupocdcom.com
*/

/* begin Page */



body
{
  margin: 0 auto;
  padding: 0;
  /* font-size: 62.5%; /* Resets 1em to 10px */ 
  /* font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  /* background-color: #c1b7ab; */
  background-color: #F0F0F0;
  color: #2a2622;
}

h2
{
    font-size: 18px;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-image:url(images/fondo-blog.jpg);
  background-repeat:no-repeat;
  background-position:center top;
}
.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 921px;
  width: 362px;
  margin: 0;
}

/* specially for Opera */
html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent;
}
/* specially for Opera */

* html .PageBackgroundGlareImage
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Page-BgGlare.png',sizingMethod='crop')");
}
.PageBackgroundGradient
{
	background-color:#F0F0F0;
  /*background-image: url('images/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 922px;*/
}

table, th, td
{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}

a img
{ 
  border: 0; 
}

a
{
  color: #4C893B;
}

a:link
{
  color: #4C893B;
}

a:visited
{
  color: #406336;
}

a:hover
{
  color: #70A960;
}
/* end Page */

/* begin Box, Sheet */
.Sheet 
{
  min-width:9px;
  min-height:9px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 1000px;
    
}

* html .Sheet 
{
  width:expression(this.offsetWidth < 9 ? 9+"px" : "auto !important");
  height:expression(this.offsetHeight < 9 ? 9+"px" : "auto !important");
  
  width: 1000px;
  zoom: 1;
}


.Sheet-body 
{
  background-image:url(images/fondo-pagina.png);
  background-repeat:repeat-y;
  
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  text-align: left;
}




.Sheet-tl 
{
  position: absolute;
  overflow: hidden;
  z-index: -3;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  /* background-image: url('images/Sheet-s.png'); */
}

* html .Sheet-tl 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}


.Sheet-tr 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

* html .Sheet-tr 
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-10+'px');
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -10px;
  width: 20px;
  height: 20px;
  /* background-image: url('images/Sheet-s.png'); */
}

* html .Sheet-tr div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-bl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

* html .Sheet-bl 
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-10+'px');
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  /* background-image: url('images/Sheet-s.png'); */
}

* html .Sheet-bl div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-br 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

* html .Sheet-br
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-10+'px');
  left: expression(this.parentNode.offsetWidth-10+'px');
}

.Sheet-br div 
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  /* background-image: url('images/Sheet-s.png'); */
}

* html .Sheet-br div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-tc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

* html .Sheet-tc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-20+'px');
}


.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /*background-image: url('images/Sheet-h.png'); */
}

* html .Sheet-tc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-h.png',sizingMethod='scale')");
}


.Sheet-bc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

* html .Sheet-bc
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-10+'px');
  width: expression(this.parentNode.offsetWidth-20+'px');
}

.Sheet-bc div 
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  /* background-image: url('images/Sheet-h.png'); */
}

* html .Sheet-bc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-h.png',sizingMethod='scale')");
}


.Sheet-cl 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 10px;
  bottom: 10px;
}

* html .Sheet-cl
{
  font-size: 1px;
  height: expression(this.parentNode.offsetHeight-20+'px');
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

* html .Sheet-cl div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-v.png',sizingMethod='scale')");
}

.Sheet-cr 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  right: 0;
  width: 10px;
  bottom: 10px;
}

* html .Sheet-cr
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-10+'px');
  height: expression(this.parentNode.offsetHeight-20+'px');
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

* html .Sheet-cr div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-v.png',sizingMethod='scale')");
}

.Sheet-cc 
{
  background-image:url(images/fondo-pagina.png);
  background-repeat:repeat-y;
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width:1000px;
  height:100%;
}

* html .Sheet-cc
{
  font-size: 1px;
  width:1000px;
   background-repeat:repeat-y;
  /*width: expression(this.parentNode.offsetWidth-20+'px');*/
  /*height: expression(this.parentNode.offsetHeight-20+'px');*/
}
.Sheet
{
  margin-top: -3px !important;
  margin-bottom: 3em;
  padding: 0 0 1em 0;
}

/* end Box, Sheet */

/* begin Header buscador */
div.HeaderAB
{
  position:relative;
  margin:0 auto;
  width: 1000px;
  height: 6px;
  background-image: url('images/header-a-b.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: right;
  display:block;
}

/* end Header */

/* begin Header buscador */
div.HeaderB
{
  position:relative;
  margin:0 auto;
  width: 1000px;
  height: 32px;
  background-image: url('images/header-b.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: right;
}

/* end Header */



/* begin Header */



div.Header 
{
  margin: 0 auto;
  position:relative;
  background-position:center;  
  width: 1000px;
  height: 141px;
}

* html div.Header 
{
  font-size: 1px;
}

div.Header  div
{
  width: 1000px;
  height: 100%;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

/* end Header */

/* begin Logo */
.logo
{
  position: relative;
  left: 0px;
  top: 0px;
}

.logo td
{
  text-align: {HorizontalAlign};
  vertical-align: {VerticalAlign};
  white-space: nowrap;
}

.logo-name
{
  font-size: 12px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}

.logo-name a
{
  text-decoration: none;
  color: #FDFBF6 !important;
}

.logo-text
{
  font-size: 10px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #FDFBF6 !important;
}
/* end Logo */

/* begin Menu */
.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 5px;
  left: 100%;
}

* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}
.nav
{
  position: relative;
  margin: 0  auto;
  width: 1000px;
  height: 35px;
  z-index: 100;
}

.menu 
{
  padding: 0px 0px 0px 0px;
}

* html .nav
{
  zoom: 1;
}

.nav .l, .nav .r, .nav .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 35px;
}

.nav .l 
{
  left: 0;
  right: 0px;
}

* html .nav .l
{
  width: expression(this.parentNode.offsetWidth-0+'px');
}

.nav .r 
{
  right: 0;
  width: 0px;
}

* html .nav .r
{
  left: expression(this.parentNode.offsetWidth-0+'px');
}

.nav .r div
{
  width: 994px;
  right: 0;
}

* html .nav .r div
{
  left: expression(this.parentNode.offsetWidth-994+'px');
}

.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.jpg');
	width:1000px;
	height:35px;
}

* html .nav .l, * html .nav .r div 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
}
/* end Menu */

/* begin MenuItem */
.menu ul li
{
  clear: both;
}

.menu a , .menu a span
{
  height: 28px;
  display: block;
}

* html .menu a , * html .menu a span
{
  float: left;
}

.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  
}
.menu a span span
{
  font-family: 'Century Gothic';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #884F48;
  padding: 0 22px;
  margin: 0 0px;
  line-height: 28px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;
  
}

* html .menu a span span
{
  display: inline;
}

.menu a:hover span span
{
  color: #FFFFFF;
  background-position: left -28px;
}

.menu li:hover a span span
{
  color: #FFFFFF;
  background-position: left -28px;
}

* html .menu .menuhover .menuhoverA span span
{
  color: #FFFFFF;
  background-position: left -28px;
}

.menu a.active span span
{
  color: #884F48;
  background-position: left -56px;
}

/* end MenuItem */

/* begin MenuSubItem */

.menu ul a 
{
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin-right: auto;
  
  width: 172px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  
  border-width: 1px;
  border-style: solid;
  border-color: #884F48;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}

.menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span
{
	line-height: 22px;
	color: #FFFFFF;
	font-family: 'Comic Sans MS';
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menu ul ul a
{
  margin-left: auto;
}

* html .menu ul a 
{
  color: #FFFFFF !important;
}

.menu ul li a:hover
{
  color: #403735;
  border-color: #D6B194;
  background-position: 0 -22px;
}

.menu ul li:hover>a
{
  color: #403735;
  border-color: #D6B194;
  background-position: 0 -22px;
}

* html .menu ul a:hover {
  color: #403735 !important;
}	

* html .menu ul .menuhover .menuhoverA
{
  color: #403735 !important;
  border-color: #D6B194;
  background-position: 0 -22px;
}


.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #403735;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #403735;
}

* html .nav .menu ul a:hover span, * html .nav .menu ul a:hover span span
{
  color: #403735 !important;
}	

* html .nav .menu ul .menuhover .menuhoverA span, * html .nav .menu ul .menuhover .menuhoverA span span
{
  color: #403735 !important;
}


/* end MenuSubItem */

/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}/* end ContentLayout */

/* begin Button */
button.Button, a.Button
{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  cursor: default;
  white-space: normal;
  text-decoration: none;
}

.Button .btn 
{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 31px;
  color: #FFFFFF;
}

.Button .t
{
  height: 31px;
  line-height: 31px;
  padding: 0 16px;
  text-align: left;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.Button .active
{
  color: #F8F7F7;
}

.Button .hover 
{
  color: #FFFFFF;
}

.Button .active .r 
{
  top: -62px;
}

.Button .hover .r 
{
  top: -31px;
}

.Button .r 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 4px;
  height: 93px;
}

* html .Button .r
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-4+'px');
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:403px;
  height: 93px;
}

* html .Button .r span
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-403+'px');
}

.Button .active .l 
{
  top: -62px;
}

.Button .hover .l 
{
  top: -31px;
}

.Button .l 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 4px;
  height: 93px;
}

* html .Button .l
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-4+'px');
}


.Button .l, .Button .r span  
{
  background-image: url('images/Button.png');
}

* html .Button .l, * html .Button .r span
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Button.png',sizingMethod='crop')");
}
/* end Button */

/* begin Box, Block */
.Block 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}


* html .Block 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.Block-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  text-align: left;
}




.Block-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.Block-cc2 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ddd9d0;
}

* html .Block-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
.Block
{
  margin: 0px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
  border: solid 1px #578849;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  /* height: 30px; */
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 7px;
  text-align: left;
  color: #78725d;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;  
  text-decoration: none;
  margin-top:20px;
}

* html .BlockHeader
{
  zoom: 1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l 
{
  left: 0;
  right: 0px;
}

* html .BlockHeader .l
{
  width: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r 
{
  right: 0;
  width: 0px;
}

* html .BlockHeader .r
{
  left: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r div
{
  width: 994px;
  right: 0;
}

* html .BlockHeader .r div
{
  left: expression(this.parentNode.offsetWidth-994+'px');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  font-size: 1px;
}

.BlockHeader .l, .BlockHeader .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  /* background-image: url('images/BlockHeader.jpg'); */
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/BlockHeader.png',sizingMethod='crop')");
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}


* html .BlockContent 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.BlockContent-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  margin-left:5px;
  text-align: justify;
  color: #404040;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
  width:97%;
}

.BlockContent a
{
  color: #023B58;
}
.BlockContent a:link
{
  color: #023B58; 
}

.BlockContent a:hover
{
  color: #023B58;
}
.BlockContent a:hover:visited
{
  color: #023B58;
}

.BlockContent a:visited
{
  color: #023B58;
}

/* end Box, BlockContent */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	width: 19.3%;
	height: 100%;	
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;

}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin:5px;
	padding:5px;
	border:5px;
	float: left;
	overflow: hidden;
	width: 54.2%;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
	margin-top:20px;

	position: relative;
	top:10px;
	margin:0px;
	margin-left:0px;	
	padding:0px;
	border:0px;
	float: left;
	overflow: hidden;
	width: 24%;
	height: 100%;
}
/* end LayoutCell */



.sidebar1 ul, .sidebar2 ul, .sidebar3 ul
{
	margin-left: 0; 
	padding-left: 20px;
}

.sidebar1 ul li, .sidebar2 ul li, .sidebar3 ul li
{
	list-style: none; 
	margin-left: -20px;
	padding: 0;
}

#footer2
{
	width:100%;
	text-align: center;
}
#footer
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#4f3b30;
	color:#FFFFFF;
}

.post h2 a 
{
	text-decoration: none;
}

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform textarea
{
	width: 100%;
	padding: 2px;
}













#navcontainer
{

  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.jpg');
  width:1000px;
  height:35px;
  margin: 0px;
  padding: 0px;
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	width:1000px;
    height:35px;
}

#navcontainer ul li { float: left; }


#navcontainer ul li a
{
float: left;
text-decoration: none;
text-transform:uppercase;
font-size: 11px;
color:white;
  height:35px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
display: inline;
}
#navcontainer ul li a:hover
{
color:yellow;
}

#navcontainer ul li a:active
{
color:yellow;
}


#navcontainer ul li a#menu1{
font-size: 11px;
background: url(images/menu1.jpg) 0 0 no-repeat;
width: 191px;
height:35px;
color:white;
}
#navcontainer ul li a#menu7{
font-size: 11px;
background: url(images/menu7.jpg) 0 0 no-repeat;
width: 85px;
height:35px;
color:white;
}
#navcontainer ul li a#menu-frances{
font-size: 11px;
background: url(images/menu-frances.jpg) 0 0 no-repeat;
width: 37px;
height:35px;
color:white;
}
#navcontainer ul li a#menu-italiano{
font-size: 11px;
background: url(images/menu-italiano.jpg) 0 0 no-repeat;
width: 37px;
height:35px;
color:white;
}
#navcontainer ul li a#menu-aleman{
font-size: 11px;
background: url(images/menu-aleman.jpg) 0 0 no-repeat;
width: 37px;
height:35px;
color:white;
}
#navcontainer ul li a#menu-ingles{
font-size: 11px;
background: url(images/menu-ingles.jpg) 0 0 no-repeat;
width: 37px;
height:35px;
color:white;
}


#navcontainer ul li a#inicio{
background: url(images/menu-inicio.jpg) 0 0 no-repeat;
width: 53px;
height:25px;
font-size: 12px;
font-weight:bold;
color:white;
text-align:center;
margin-top:10px;
}
#navcontainer ul li a:hover#inicio{
color:yellow;
}
#navcontainer ul li a#inicio.selected{
background: url(images/menu-inicio-select.jpg) 0 0 no-repeat;
width: 53px;
height:25px;
font-size: 12px;
font-weight:bold;
color:black;
text-align:center;
margin-top:10px;
}


#navcontainer ul li a#zaragoza{
background: url(images/menu-conocezaragoza.jpg) 0 0 no-repeat;
width: 135px;
height:25px;
font-size: 12px;
font-weight:bold;
color:white;
text-align:center;
margin-top:10px;
}


#navcontainer ul li a:hover#zaragoza{
color:yellow;
}
#navcontainer ul li a#zaragoza.selected{
background: url(images/menu-conocezaragoza-select.jpg) 0 0 no-repeat;
width: 135px;
height:25px;
font-size: 12px;
font-weight:bold;
color:black;
text-align:center;
margin-top:10px;
}


#navcontainer ul li a#tapas{
background: url(images/menu-tapasyvinos.jpg) 0 0 no-repeat;
width: 91px;
height:25px;
font-size: 12px;
font-weight:bold;
color:white;
text-align:center;
margin-top:10px;
}
#navcontainer ul li a:hover#tapas{
color:yellow;
}
#navcontainer ul li a#tapas.selected{
background: url(images/menu-tapasyvinos-select.jpg) 0 0 no-repeat;
width: 91px;
height:25px;
font-size: 12px;
font-weight:bold;
color:black;
text-align:center;
margin-top:10px;
}


#navcontainer ul li a#vida{
background: url(images/menu-vidaenelhotel.jpg) 0 0 no-repeat;
width: 121px;
height:25px;
font-size: 12px;
font-weight:bold;
color:white;
text-align:center;
margin-top:10px;
}
#navcontainer ul li a:hover#vida{
color:yellow;
}
#navcontainer ul li a#vida.selected{
background: url(images/menu-vidaenelhotel-select.jpg) 0 0 no-repeat;
width: 121px;
height:25px;
font-size: 12px;
font-weight:bold;
color:black;
text-align:center;
margin-top:10px;
}

#navcontainer ul li a#cliente{
background: url(images/menu-rincondelcliente.jpg) 0 0 no-repeat;
width: 167px;
height:25px;
font-size: 12px;
font-weight:bold;
color:white;
text-align:center;
margin-top:10px;
}
#navcontainer ul li a:hover#cliente{
color:yellow;
}
#navcontainer ul li a#cliente.selected{
background: url(images/menu-rincondelcliente-select.jpg) 0 0 no-repeat;
width: 167px;
height:25px;
font-size: 12px;
font-weight:bold;
color:black;
text-align:center;
margin-top:10px;

}









#navcontainer ul li a#idiomas{
background: url(b-otrosidiomas-saucepolis.jpg) 0 0 no-repeat;
width: 154px;
}
#navcontainer ul li a:hover#idiomas{
background-position: 0 -50px ;
}
#navcontainer ul li a#desastre{
width: 143px;
background: url(b-cajondesastre.jpg) no-repeat top left;
}

input {
	border: #969289 1px solid;
	background: #d5d0ca;
	font-size: 11px;
	color:#03334a;
}
textarea {
	width:40px;
	border: #969289 1px solid;
	background: #FFFFFF;
	font-size: 11px;
}



#navpie
{

margin: 0px;
padding: 0px;
}

#navpie ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navpie ul li { float: left; }

#navpie ul li a
{
text-decoration: none;
font-size: 0px;
float: left;
margin: 0px;
height: 34px;
width: 142px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}


#navpie ul li a#inicio{
width: 82px;
background: url(pie-inicio-saucepolis.jpg) no-repeat top left;
}
#navpie ul li a#zaragoza{
width: 212px;
background: url(pie-conocezaragoza-saucepolis.jpg) no-repeat top left;
}
#navpie ul li a#tapas{
width: 169px;
background: url(pie-tapasyvinos-saucepolis.jpg) no-repeat top left;
}
#navpie ul li a#vida{
width: 192px;
background: url(pie-vidaenelhotel-saucepolis.jpg) no-repeat top left;
}
#navpie ul li a#cliente{
width: 207px;
background: url(pie-rincondelcliente-saucepolis.jpg) no-repeat top left;
}
#navpie ul li a#idiomas{
width: 138px;
background: url(pie-otrosidiomas-saucepolis.jpg) no-repeat top left;
}
#navpie ul li a#desastre{
width: 143px;
background: url(pie-cajondesastre.jpg) no-repeat top left;
}


#fsidebar1{
background-color:#3399FF;

}
#img-quieresserembajador{
  background-repeat: no-repeat;
  background-image: url('images/img-serembajador.jpg');
  top:0%;
  width:192px;
  height:312px;
  margin: 0px;
}


.postmetadatac
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/* color:#78725d; */
	text-decoration:none;
	background-color:#FFFFFF;
	/* background-color:#f5f4f0;
	background-image:url(fin-post.jpg); 
	background-repeat:no-repeat; */
	height:38px;
}
.postmetadata 
{
	/* padding:6px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	/* margin-left:20px; */
}
.postmetadata_saucepolisnews
{
	/* padding:6px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7100;
	text-decoration:none;
	/* margin-left:20px; */
}
.postmetadata_saucepolisnews a
{
	/* padding:6px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7100;
	text-decoration:none;
	/* margin-left:20px; */
}
.postmetadata_saucepolisnews a:link
{
	/* padding:6px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7100;
	text-decoration:underline;
	/* margin-left:20px; */
}
.postmetadata_saucepolisnews a:hover
{
	/* padding:6px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7100;
	text-decoration:underline;
	/* margin-left:20px; */
}
.postmetadata_saucepolisnews a:visited
{
	/* padding:6px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7100;
	text-decoration:underline;
	/* margin-left:20px; */
}

.fechac
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(fecha-post.jpg);
	background-repeat:no-repeat;
	height:17px;
}
.fecha 
{
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	margin-left:20px;
}
.fecha2 
{
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	margin-left:22px;
	margin-top:5px;
	text-align:left;
}
.ncomentariosc
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#78725d;
	text-decoration:none;
	text-align:right;
	background-image:url(barra-ncomentarios.jpg);
	background-repeat:no-repeat;
	height:39px;
}
.ncomentarios 
{
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#78725d;
	text-decoration:none;
	margin-right:19px;
	margin-top:-24px;
}

.titulopost 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bolder;
	color:#023b58;
	text-decoration:none;
}

.lineatitulo
{
	background-image:url(linea-titulo.jpg);
	background-repeat:no-repeat;
	height:3px;
}


.imgaboutsaucepolis
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-about-saucepolis.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:84px;
}
.imgaboutsaucepolis a {
	z-index: 90;
	background-image:url(images/img-about-saucepolis.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 104px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.imgaboutsaucepolis a span  {
	display:none; 
	text-decoration:none;
}


.imgultimahora
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-ultima-hora.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:48px;
}



.imgsaucepolis
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-saucepolis.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:220px;
}
.imgsaucepolis a {
	z-index: 90;
	background-image:url(images/img-saucepolis.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 220px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}

.imgsaucepolis a span  {
	display:none; 
	text-decoration:none;
}




.imgrutatapas
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-rutatapas.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:136px;
}
.imgrutatapas a {
	font-size:55px;
	background-image:url(images/img-rutatapas.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 136px; 
}
.imgrutatapas a span  {
visibility: hidden; 
}


.imgconcurso
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-concurso.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:187px;
}
.imgconcurso a {
	font-size:55px;
	background-image:url(images/img-concurso.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 187px; 
}
.imgconcurso a span  {
visibility: hidden; 
}

.imgdesayunos
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-desayunos.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:145px;
}
.imgdesayunos a {
	font-size:55px;
	background-image:url(images/img-desayunos.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 145px; 
}


.imgconcurso2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-concurso2.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:187px;
}
.imgconcurso2 a {
	font-size:55px;
	background-image:url(images/img-concurso2.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 187px; 
}
.imgconcurso2 a span  {
visibility: hidden; 
}



.imgconcurso3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-concurso3.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:241px;
}
.imgconcurso3 a {
	font-size:55px;
	background-image:url(images/img-concurso3.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 187px; 
}
.imgconcurso3 a span  {
visibility: hidden; 
}



.imgoficinacorreos
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-oficinacorreos.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:63px;
}
.imgoficinacorreos a {
	background-image:url(images/img-oficinacorreos.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 63px; 
}




.textopie 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	
}
.textopie a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	
}
.textopie a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	
}
.textopie a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

.margenizquierdo10 
{
  margin-left:20px;
}

.imgserembajador
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-serembajador.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:312px;
}
.imgserembajador a {
	font-size:55px;
	background-image:url(images/img-serembajador.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 312px; 
}
.imgserembajador a span  {
visibility: hidden; 
}

.imgcalendario
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-calendario.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:200px;
}
.imgcalendario a {
	font-size:55px;
	background-image:url(images/img-calendario.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 200px; 
}
.imgcalendario a span  {
visibility: hidden; 
}

.imgzaragozadecerca
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-zaragozadecerca.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:200px;
}
.imgzaragozadecerca a {
	font-size:55px;
	background-image:url(images/img-zaragozadecerca.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 200px; 
}
.imgzaragozadecerca a span  {
visibility: hidden; 
}

.imgarchivo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-visitararchivo.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:62px;
}
.imgarchivo a {
	background-image:url(images/img-visitararchivo.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 62px; 
}


.imgamigos
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-amigos.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:63px;
}
.imgamigos a {
	background-image:url(images/img-amigos.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 63px; 
}



.imggaleria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-galeria.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:62px;
}
.imggaleria a {
	font-size:55px;
	background-image:url(images/img-galeria.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 62px; 
}
.imggaleria a span  {
visibility: hidden; 
}


.imgalojate
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-alojate.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:154px;
}
.imgalojate a {
	font-size:55px;
	background-image:url(images/img-alojate.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 154px; 
}
.imgalojate a span  {
visibility: hidden; 
}



.imgseparador
{
	background-image:url(images/img-separador.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:22px;
}
.imgseparador2
{
	background-image:url(images/img-separador2.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:3px;
}
.tituloautores
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#78725d;
	text-decoration:none;
}
.autores
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#78725d;
	text-decoration:none;
}
.autores a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#78725d;
	text-decoration:underline;
}
.linksamigos
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#78725d;
	text-decoration:underline;
}
.linksamigos a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#78725d;
	text-decoration:underline;
}
.linksamigos a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#78725d;
	text-decoration:underline;
}
.linksamigos a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#78725d;
	text-decoration:underline;
}

.imgyoutube
{
	margin-top:5px;
	background-image:url(images/img-youtube.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:60px;
}
.imgyoutube a {
	font-size:55px;
	background-image:url(images/img-youtube.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 60px; 
}
.imgyoutube a span  {
visibility: hidden; 
}
.imgfacebook
{
	margin-top:-7px;
	background-image:url(images/img-facebook.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:60px;
}
.imgfacebook a {
	font-size:55px;
	background-image:url(images/img-facebook.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 60px; 
}
.imgyoutube a span  {
visibility: hidden; 
}
.menos8y
{
	margin-top:-8px;
}
.list_author_image
{
	height:66px;
	width:157px;
	background-color:#FFFFFF;
}
.imgrss
{
	margin-top:-7px;
	background-image:url(images/img-rss.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:60px;
}
.imgrss a {
	font-size:55px;
	background-image:url(images/img-rss.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 245px; 
	height: 60px; 
}
.ventana_twitter{
	margin-left:5px;
	height:238px;
}



/* TEXTO EN CRONICAS NOCTURNAS */
.titulopost_cronicasnocturnas 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#023672;
	text-decoration:none;
}
.titulopost_cronicasnocturnas a
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#023672;
	text-decoration:none;
}
.titulopost_cronicasnocturnas a:link
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#023672;
	text-decoration:none;
}
.titulopost_cronicasnocturnas a:hover
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#023672;
	text-decoration:underline;
}
.titulopost_cronicasnocturnas a:visited
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#023672;
	text-decoration:none;
}

.postmetadata_cronicasnocturnas
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#023672;
	text-decoration:none;
}
.postmetadata_cronicasnocturnas a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#023672;
	text-decoration:none;
}
.postmetadata_cronicasnocturnas a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#023672;
	text-decoration:underline;
}
.postmetadata_cronicasnocturnas a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#023672;
	text-decoration:underline;
}
.postmetadata_cronicasnocturnas a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#023672;
	text-decoration:underline;
}


/* TEXTO EN 12 ENTREVISTAS */
.titulopost_12entrevistas 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#AB1A2B;
	text-decoration:none;
}
.titulopost_12entrevistas a
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#AB1A2B;
	text-decoration:none;
}
.titulopost_12entrevistas a:link
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#AB1A2B;
	text-decoration:none;
}
.titulopost_12entrevistas a:hover
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#AB1A2B;
	text-decoration:underline;
}
.titulopost_12entrevistas a:visited
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#AB1A2B;
	text-decoration:none;
}

.postmetadata_12entrevistas
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AB1A2B;
	text-decoration:none;
}
.postmetadata_12entrevistas a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AB1A2B;
	text-decoration:none;
}
.postmetadata_12entrevistas a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AB1A2B;
	text-decoration:underline;
}
.postmetadata_12entrevistas a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AB1A2B;
	text-decoration:underline;
}
.postmetadata_12entrevistas a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AB1A2B;
	text-decoration:underline;
}

/* TEXTO EN ZARAGOZA CERCA DE TI */
.titulopost_cercadeti 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#016A66;
	text-decoration:none;
}
.titulopost_cercadeti a
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#016A66;
	text-decoration:none;
}
.titulopost_cercadeti a:link
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#016A66;
	text-decoration:none;
}
.titulopost_cercadeti a:hover
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#016A66;
	text-decoration:underline;
}
.titulopost_cercadeti a:visited
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#016A66;
	text-decoration:none;
}

.postmetadata_cercadeti
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#016A66;
	text-decoration:none;
}
.postmetadata_cercadeti a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#016A66;
	text-decoration:none;
}
.postmetadata_cercadeti a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#016A66;
	text-decoration:underline;
}
.postmetadata_cercadeti a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#016A66;
	text-decoration:underline;
}
.postmetadata_cercadeti a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#016A66;
	text-decoration:underline;
}



/* TEXTO EN PASTELERIA DE LAURA */
.titulopost_pasteleria 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#ef3f63;
	text-decoration:none;
}
.titulopost_pasteleria a
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#ef3f63;
	text-decoration:none;
}
.titulopost_pasteleria a:link
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#ef3f63;
	text-decoration:none;
}
.titulopost_pasteleria a:hover
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#ef3f63;
	text-decoration:underline;
}
.titulopost_pasteleria a:visited
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#ef3f63;
	text-decoration:none;
}

.postmetadata_pasteleria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ef3f63;
	text-decoration:none;
}
.postmetadata_pasteleria a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ef3f63;
	text-decoration:none;
}
.postmetadata_pasteleria a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ef3f63;
	text-decoration:underline;
}
.postmetadata_pasteleria a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ef3f63;
	text-decoration:underline;
}
.postmetadata_pasteleria a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ef3f63;
	text-decoration:underline;
}




/* ARIAL 14 */
.arial14
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
}




.imgseries
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-series.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:62px;
}
.imgsaucepolisnews
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-saucepolisnews.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:36px;
}
.imgsaucepolisnews a {
	z-index: 90;
	background-image:url(images/img-saucepolisnews.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 36px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.imgsaucepolisnews a span  {
	display:none; 
	text-decoration:none;
}
.imgcronicasnocturnas
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-cronicasnocturnas.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:34px;
}
.imgcronicasnocturnas a {
	z-index: 90;
	background-image:url(images/img-cronicasnocturnas.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 34px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.imgcronicasnocturnas a span  {
	display:none; 
	text-decoration:none;
}

.imgpasteleriadelaura
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-pasteleriadelaura.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:34px;
}
.imgpasteleriadelaura a {
	z-index: 90;
	background-image:url(images/img-pasteleriadelaura.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 34px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.imgpasteleriadelaura a span  {
	display:none; 
	text-decoration:none;
}

.imgdoceentrevistas
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-doceentrevistas.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:34px;
}
.imgdoceentrevistas a {
	z-index: 90;
	background-image:url(images/img-doceentrevistas.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 34px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.imgdoceentrevistas a span  {
	display:none; 
	text-decoration:none;
}


.imgzcercadeti
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-cercadeti.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:33px;
}
.imgzcercadeti a {
	z-index: 90;
	background-image:url(images/img-cercadeti.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 33px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.imgzcercadeti a span  {
	display:none; 
	text-decoration:none;
}

.imgtitautores
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/img-titautores.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:72px;
}

.aalberto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/alberto.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:65px;
}
.aalberto a {
	z-index: 90;
	background-image:url(images/alberto.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 65px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.aalberto a span  {
	display:none; 
	text-decoration:none;
}

.aluis
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/luis.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:66px;
}
.aluis a {
	z-index: 90;
	background-image:url(images/luis.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 66px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.aluis a span  {
	display:none; 
	text-decoration:none;
}

.amaribel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/maribel.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:66px;
}
.amaribel a {
	z-index: 90;
	background-image:url(images/maribel.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 66px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.amaribel a span  {
	display:none; 
	text-decoration:none;
}

.ajavier
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/javier.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:66px;
}
.ajavier a {
	z-index: 90;
	background-image:url(images/javier.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 66px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.ajavier a span  {
	display:none; 
	text-decoration:none;
}

.aisabel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/isabel.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:66px;
}
.aisabel a {
	z-index: 90;
	background-image:url(images/isabel.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 66px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.aisabel a span  {
	display:none; 
	text-decoration:none;
}

.alaura
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/laura.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:66px;
}
.alaura a {
	z-index: 90;
	background-image:url(images/laura.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 66px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.alaura a span  {
	display:none; 
	text-decoration:none;
}

.agiuseppe
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/giuseppe.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:61px;
}
.agiuseppe a {
	z-index: 90;
	background-image:url(images/giuseppe.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 61px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.agiuseppe a span  {
	display:none; 
	text-decoration:none;
}

.agloria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/gloria.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:76px;
}
.agloria a {
	z-index: 90;
	background-image:url(images/gloria.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 76px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.agloria a span  {
	display:none; 
	text-decoration:none;
}

.acarmen
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/carmen.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:61px;
}
.acarmen a {
	z-index: 90;
	background-image:url(images/carmen.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 61px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.acarmen a span  {
	display:none; 
	text-decoration:none;
}

.asaray
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/saray.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:64px;
}
.asaray a {
	z-index: 90;
	background-image:url(images/saray.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 64px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.asaray a span  {
	display:none; 
	text-decoration:none;
}


.alaura2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/laura2.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:69px;
}
.alaura2 a {
	z-index: 90;
	background-image:url(images/laura2.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 69px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.alaura2 a span  {
	display:none; 
	text-decoration:none;
}
.aenrique
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/enrique.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:68px;
}
.aenrique a {
	z-index: 90;
	background-image:url(images/enrique.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 68px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.aenrique a span  {
	display:none; 
	text-decoration:none;
}
.asauceteam
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78725d;
	text-decoration:none;
	background-image:url(images/sauceteam.jpg);
	background-repeat:no-repeat;
	width:192px;
	height:58px;
}
.asauceteam a {
	z-index: 90;
	background-image:url(images/sauceteam.jpg);
	background-repeat:no-repeat;
	display: block; 
	width: 192px; 
	height: 58px; 
	text-decoration:none;
	background: transparent;
	text-indent: -9000px;
}
.asauceteam a span  {
	display:none; 
	text-decoration:none;
}

.cdcom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.cdcom a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
