/* (C) Copyright IBM Corp. 2006, 2007  All Rights Reserved.                */
/* CSS Document */
/*this roughly sets the font size to 12px for body text based on normal settings */
body{font:normal .75em/1.5em Helvetica, Arial sans-serif}
/*** D E F A U L T   S T Y L E S***/	
/*headers*/
h1, h2, h3, h4, h5, h6{font-weight:normal;}
h1{font-size:1.5em}
h2{font-size:1.4em}
h3{font-size:1.3em}
h4{font-size:1.2em}	
h5{font-size:1.1em}
h6{font-size:1em}
/*image*/
img{border:0;vertical-align:middle}
/*to make sure list items contain all floated items properly*/
li{float:both}
/*internal link (default link style)*/
a:link, a:visited{color:#105cb6;text-decoration:none}
a:hover, a:focus, a:active{color:#b22222;text-decoration:none;}
/***G E N E R A L   S T Y L E S ***/
/*link styles*/
/*my links indicate bookmarks you have created*/
a.my, a.my:visited{color:#44a244;border-bottom:1px dotted #44a244;}
a.my:hover, a.my:focus{color:#05386b;text-decoration:none;border-bottom:1px dotted #05386b;}
/*external links to a separate web page have a different treatment*/
/*we are using the important tag in case external links are ever mixed in with a group of action links*/
a.external, a.external:visited{
		border-bottom:1px solid #0063dc !important;
}
a.external:hover, a.external:focus{
	background-color:transparent;
	color:#0063dc;
	border-bottom:2px solid #0063dc !important;
}
/*person links pop up a related menu*/
a.person, a.person:visited{color:#578cca; /*border-bottom:1px dotted #578cca;*/}
/*tag*/
.tags a:link, .tags a:visited, a.tag:link, a.tag:visited{color:#578cca; border-bottom:1px dotted #578cca;}
/*all hover styles are cureently the same, if not, separate these styles*/
.tags a:hover, .tags a:focus, a.person:hover, a.person:focus, a.my:hover, a.my:focus {color:#05386b;text-decoration:none;border-bottom:1px dotted #05386b;}
/*single and group action links*/
/*this is to provide a class for overriding link colors in groups of links to indicate that the link is an action link (like the "Tag this" link in a tag group*/
a.action, a.action:visited, .actions a, .actions a:visited{color:#105cb6 !important;text-decoration:underline !important;border-bottom:0 !important;}
a.action:hover, a.action:focus, .actions a:hover, .actions a:focus, .tags a.action:hover, .tags a.action:focus {color:#05386b !important;text-decoration:underline !important;border-bottom:0 !important;}
/*to assign an icon to an action link, you need to assign a unique id to the link and give it a background image.  The rest of the code is in this css declaration*/
.icon a{padding-left:18px;background-position:left center;background-repeat:no-repeat}
/*general alignment styles*/
.indent10 {padding-left:10px;}
.indent15 {padding-left:15px;}
.indent20 {padding-left:20px}
.indent40 {padding-left:40px;}
.indent60 {padding-left:60px;}
.left{float:left;text-align:left;}
.right{float:right;text-align:right;}
.center {text-align:center;}
.clear {clear:both}
.clearLeft {clear:left}
.clearRight {clear:right}
/*general list styles*/
.inlinelist{margin:0;padding:0}
.inlinelist li{display:inline;margin:0 0 0 -4px;padding:0 10px;border-left:1px solid #ccc;}
.inlinelist li.first{margin-left:0;padding-left:0;border-left-width:0;}
.inlinelist li.first, .inlinelist li.last{margin-left:-5px;padding-left:0;border-left-width:0;}
/*other general styles*/
span.date{color:#666}
.highlight{}
.selected{}
.inactive{color:#ccc !important}
.alternate{}
/*** C O M M E N T S ***/  
.comments h4{background-color:#ccc;padding:3px;text-align:right;overflow:hidden;}
.comments h4 .action{font-size:.7em;}
.comments h5{font-size:.9em;border-bottom:1px solid #ccc;margin-bottom:3px}
.comments h5 a.person{margin:0 8px}
.comments h5 span{padding:0 3px}
.comments h5 span.highlight{background-color:#f6cb26;}
.comments p{margin-top:0}
/***********************************************************/
/*** C O N T E N T   E N T R Y ***/
.entry{padding:10px 0;border-bottom:0px solid #ddd;overflow:hidden;clear:both;}
.entry h4 input, .entry h4 img{vertical-align:middle;margin-right:3px;float:left}
.entry h4 input{margin-top:2px}
.entryBody {margin:0 0 0 20px;}
.entry h4{margin:0 3em 5px 0;font-size:1.6em;font-weight:normal;}
.entry h4.alternate{margin-left:20px}/*for a non-hanging entry header*/
.entry h4 div{float:left}/*need this div to allow long headers to wrap nicely*/
.entry h4 a{color:#b22222;text-decoration:none;vertical-align:middle;letter-spacing:1px;}
.entry h4 a:hover {color:#cd5c5c;text-decoration:none;}
.entry .icons{float:left}
.entry .icons img{display:block}
.entry h5{margin:0 5px 0 0px;font-size:1.0em;color:#666;line-height:1.2em;}
.entry h6{margin:0 5px 0 0px;font-size:.85em;color:#666;}
.entry p{margin:5px 5px 0 0px}
.entry .tags{float:right;margin-right:10px;overflow:hidden}
.entry ul.actions{margin: 5px 0 0 0px;padding:0 10px 0 0;font-size:.9em}
.entry ul.actions li{display:inline;margin: 0 0 -4px;padding:0 10px;border-left:1px solid #ccc}
.entry ul.actions li.first{margin-left:0;padding-left:0;border-left-width:0}
.entry .divider{margin:0 8px}
.entry .metaText {color:#666666;}
/***********************************************************/
/*** F O R M S ***/ 
form div{/*width: 45em;clear: left;margin: 0;padding: 5px 0 8px 10em;*/}/*10em is width of left column containing the label elements*/
form label{/*text-align: right;font-weight: bold;float: left;padding-top: 3px;margin-left: -10em; width: 9em;*/}/*margin-left is width of left column; width is width of labels. Should be smaller than left column (155px) to create some right margin*/
form .text{/*width: 29em;*/}
form .checkBox{}
form .radio{}
form .button{}
form .image{}
form textarea{/*width: 29.8em;height: 14em;*/}
form p{/*margin:0;*/}
form .indent{/*padding-left: 10em;*/}
/***********************************************************/
/*** L I S T S ***/
.list h3{margin:10px 0 5px 0;font-size:1.2em;font-weight:bold}
.list h3.alternate{color:#ff9523;}
.list h3.icons{text-align:right;overflow:hidden}
.list h3.icons img{margin-left:3px}
.list .label{color:#666}
.list ul{list-style:none;margin:0;padding: 0;clear:both}
.list ul li {padding:2px 0}
.list  li a {color: #696969 ; background: url(../dx/exit1.gif/$file/exit1.gif) top left no-repeat; padding:0px 0px 0px 18px;}
.list li a:hover { color: #b22222;  text-decoration:none; }
.list ul.editable li{text-align:right;overflow:hidden;clear:both;border-bottom:1px solid #b4b4b4}
.list .description {padding:0;margin:0;margin-bottom:7px;color:#595959;}
/*plain list (no bullets)*/
.alternate h3{color:#333f06;border-bottom:2px dotted #333f06}
.alternate ul li{background-image:none}
div.alternate a, div.alternate a:visited{/*color:#719e0d*/}
/***********************************************************/
/*** L I S T S1 ***/
.list1 h3{margin:10px 0 5px 0;font-size:1.2em;font-weight:bold;text-align:right;}
.list1 h3.alternate{color:#ff9523;}
.list1 h3.icons{text-align:right;overflow:hidden}
.list1 h3.icons img{margin-left:3px}
.list1 .label{color:#666}
.list1 ul{list-style:none;margin:0;padding: 0;clear:both}
.list1 ul li {text-align:left;padding:2px 0}
.list1  li a {color: #cd5c5c; padding:2px 0px 0px 7px;}
.list1 li a:hover {   color: #000;  text-decoration:none; }
.list1 ul.editable li{text-align:right;overflow:hidden;clear:both;border-bottom:1px solid #b4b4b4}
.list1 .description {padding:0;margin:0;margin-bottom:7px;color:#595959;}
/*plain list (no bullets)*/
.alternate h3{color:#333f06;border-bottom:2px dotted #333f06}
.alternate ul li{background-image:none}
div.alternate a, div.alternate a:visited{/*color:#719e0d*/}
/***********************************************************/
#blanco a{color:#ffffff;}
#blanco a:hover {color:#ffffff;text-decoration:none;}
/*** L I S T S1 ***/
.list2 ul{list-style-image:url(../dx/fecha2.gif/$file/fecha2.gif);margin:0px 0px 0px 35px;padding: 0;clear:both}
.list2 ul li {text-align:left;padding:2px 0}
.list2  li a {color: #4169E1 ;}
.list2 li a:hover {   color: #000;  text-decoration:none; }
.list2 ul.editable li{text-align:right;overflow:hidden;clear:both;border-bottom:1px solid #b4b4b4}
.list2 .description {padding:0;margin:0;margin-bottom:7px;color:#595959;}
/*plain list (no bullets)*/
.alternate h3{color:#333f06;border-bottom:2px dotted #333f06}
.alternate ul li{background-image:none}
div.alternate a, div.alternate a:visited{/*color:#719e0d*/}
/***********************************************************/
/*** menu de arriba***/ 
#arribamenu {float:left;margin:0 auto;padding:10px 0px 0px 0px;width:750px;height:2.278em; line-height:1.278em;border-top:0px solid #e0e0e0;border-bottom:0px solid #e0e0e0;} 
#arribamenu ul {margin:0; padding:0;} 
#arribamenu li {float:left; margin:0; padding:0; 
list-style-type:none; 
border-right:1px solid;color:#444444} 
#arribamenu li a {display:block; padding:0 18px;  letter-spacing:1px;} 
#arribamenu a {color:#ffffff;font:normal 1.1em/1.2em  Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px} 
#arribamenu a:hover {color:#cd5c5c;  }
/*** menu de arriba***/ 
#menufacebook {float:left;margin:0 auto;padding:10px 0px 0px 0px;width:750px;height:2.278em; line-height:1.278em;border-top:0px solid #e0e0e0;border-bottom:0px solid #e0e0e0;} 
#menufacebook ul {margin:0; padding:0;} 
#menufacebook li {float:left; margin:0; padding:0; 
list-style-type:none; 
border-right:1px solid;color:#444444} 
#menufacebook li a {display:block; padding:0 18px;  letter-spacing:1px;} 
#menufacebook a {color:#000;font:normal 1.1em/1.2em  Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px} 
#menufacebook a:hover {color:#cd5c5c;  }
ul#tablaleft { text-align: left;
        list-style: none;
        padding: 0;
        margin: 0px 20px 0px 10px;  }
ul#tablaleft li { display: block; margin: 0; padding: 0; }
ul#tablaleft li a {width: 100%;
        display: block;
        padding: 3px 0px 3px 8px;
        margin: 0px 0px 2px 0px;
        border-width: 0px;
        border-color: #bebebe;
        border-style: solid;
        color: #6495ED;
        text-decoration: none;
        }
ul#tablaleft li a:hover {
        color: #ff4500;
 
       
        border-width: 0px;
        border-color: #696969;
        border-style: solid;    }
ul#tablaright { text-align: left;
        list-style: none;
        padding: 0;
        margin: 0px 20px 0px 5px;  }
ul#tablaright li { display: block; margin: 0; padding: 0; }
ul#tablaright li a {width: 100%;
        display: block;
        padding: 3px 0px 3px 8px;
        margin: 0px 0px 2px 0px;
        border-width: 1px;
        border-color: #bebebe;
        border-style: solid;
        color: #008000;
        text-decoration: none;
        background:#333333 url(../dx/verdefondo1.gif/$file/verdefondo1.gif) top left repeat-x; }
ul#tablaright li a:hover {
        color: #ff4500;
       
        border-width: 1px;
        border-color: #696969;
        border-style: solid; 
  }
/*** P A G I N G ***/
.paging{height:2em;line-height:2em;text-align:center;border:1px solid #e0e0e0;-moz-border-radius:2px;margin-top:.2em;color:#848484;padding:0 5px;clear:both;font-size:.9em;background-color:#f0f0f0;}
.paging ul li, .paging div{/*font-size:0.9em;*/color:#848484;}
.paging a, .paging a:visited{font-weight:bold !important;}
.paging input{width:20px;text-align:center;/*font-size:0.9em;*/color:#848484;}
.paging .inlinelist{padding-left:5px}
.paging .inlinelist li {padding:0 6px;}
/*paging variations*/
.table .paging, .caption .paging{background-image:none;background-color:#fdfdfd}
.table .paging td{border:1px solid #e0e0e0;padding:0 5px}
.caption .paging, .caption .paging td{margin-top:0;border-top-width:0;border-left-width:0;border-right-width:0;background-color:transparent}
/***********************************************************/
/*** S E A R C H ***/ 
.search{}
.search input{vertical-align:middle;margin-left:3px;}
.search .text{border:1px solid #868a8b;padding-left:2px;width:11em;}
.search .inactive{color:#999}
.search a:hover, .search a:focus{background-color:transparent}
/***********************************************************/
/*S E C T I O N */
.section{margin:15px 5px 0 10px;background-color:#f5f9fe;border:1px solid #e0e0e0;-moz-border-radius:7px;padding:2px 5px 10px 5px;}
.section h3{margin:0}
.section h4{margin:7px 0 5px 0;font-size:1.1em;font-weight:normal;padding:0px 0px 2px 2px;border-bottom:1px dotted #ccc;clear:both;color:#000}
.section h4.icons{text-align:right;overflow:hidden}
.section h4.icons img{margin-left:3px}
.section h6{margin:0 0 2px 0;color:gray;clear:both;}
.section .tag{color:#000 !important}
 
.tabSection .tabContainer{border-bottom-width:0;margin:5px 5px 0 10px}
.tabSection .tabcontent{margin-top:0;z-index:-100;-moz-border-radius:0 7px 7px 7px; }
	/*section list */
.section .list h3{color:#000;text-align:left;}
.section .list img {vertical-align:middle;padding:0px 1px 3px 1px;}
.section .list ul{margin-top:0;}
.section .list ul li{border-bottom:1px solid #dbdbdb;text-align:right;clear:both;padding:0px 2px 0px 4px}
.section .list h6{margin:5px 0 0 8px;padding-top:3px;color:#666;color:#84b2d8;border-top:2px dotted #84b2d8;}
.section .list a, .section .list a:visited{color:#327EBE;border-bottom:0;}
.section .list h6 a, .section .list h6 a:visited{color:#4f9cef}
.section .alternate li{border-bottom-width:0 !important;text-align:left !important}
/****************************************************************/
/*** T A B L E ***/ 
.table caption, .caption h4{text-align:right;font-weight:bold;background-color:#f3f3f3;border:1px solid #e0e0e0;padding:3px 5px;margin-bottom:0;-moz-border-radius:2px;}
.table th, .table td{padding:3px 5px;border-collapse:collapse}
.table th{text-align:left;border-bottom:1px solid #e0e0e0;}
.table td{border-bottom:1px solid #e0e0e0}
.table tr.last td{border-bottom-width:0}
/***********************************************************/
/*** T A B S ***/
.tabContainer{position:relative;height:3em;border-bottom:1px solid #e0e0e0; z-index: 1;}
ul.tabs{position:absolute;bottom:-1px;overflow:hidden;margin:0;padding:0;list-style:none;}
.tabs li{float:left;margin-right:2px;padding-left:3px;background:url(leftTab.gif) top left no-repeat;border-bottom:1px solid #e0e0e0}
.tabs a, .tabs a:visited{display:block;padding:5px 15px 4px 10px;text-decoration:none;line-height:1.2em;color:#999;background:url(rightTab.gif) top right no-repeat;}/*line-height is for IE, to keep the selected tab sitting on top of the border when there is a drop-down image in the tab*/
.narrow a, .narrow a:visited {display:block;padding:5px 10px 4px 5px;}
.tabs a:hover, .tabs a:focus{color:#000;}
.tabs li.selected{background:url(../dx/leftTabSelected.gif/$file/leftTabSelected.gif) top left no-repeat;border-bottom-color:#fff}
.tabs li.selected a, .tabs li.selected a:visited{background:url(rightTabSelected.gif) top right no-repeat;color:#000;font-weight:bold;}
/*the notatab class on a tab allows you to include other selectable items in a row of tabs*/
li.notatab:hover, li.notatab:focus{background-image:none}
li.notatab:hover a, li.notatab:focus a{background-image:none}
#titleBar .tabs{left:200px;background-image:none}
#titleBar .tabs li{background-image:none;border-bottom-width:0;}
#titleBar .tabs a, #titleBar .tabs a:visited{padding:7px 15px 10px 10px;}
#titleBar .tabs li a{background-image:none;}
#titleBar .tabs li:hover, .tabs li:focus{background-image:url("leftTabHover.gif")}
#titleBar .tabs li:hover a, .tabs li:focus a{background-image:url("rightTabHover.gif")}
#titleBar .tabs li.selected{background-image:url(leftTabSelected.gif);}
#titleBar .tabs li.selected a, #titleBar .tabs li.selected a:visited{background-image:url(rightTabSelected.gif);padding-left:10px;}
/***********************************************************/
/*** T A G   C L O U D ***/
.tagCloud ul{margin:0;padding:0}
.tagCloud li{display:inline;margin-right:2px;}
.tagCloud a{text-decoration:none;font-weight:bold}
.tagCloud a:hover, .tagCloud a:focus{color:#05386b;text-decoration:underline;}
.tagCloud .tag5 a, .tagCloud .tag5 a:visited { font-size: 115%; color: #1c3052}
.tagCloud .tag4 a, .tagCloud .tag4 a:visited { font-size: 108%; color: #2b588e}
.tagCloud .tag3 a, .tagCloud .tag3 a:visited { font-size: 100%; color: #4477bb}
.tagCloud .tag2 a, .tagCloud .tag2 a:visited { font-size: 95%; color: #649cd8}
.tagCloud .tag1 a, .tagCloud .tag1 a:visited { font-size: 90%; color: #8bbce8}
/***********************************************************/
/*** T A G   G R O U P ***/
.tags{width:8.8em;overflow:hidden;font-size:.9em;text-align:right}
.tags h4{font-weight:normal;text-transform:uppercase;color:#ccc;border-bottom:1px solid #ccc;margin-bottom:3px;}
.tags ul{list-style:none;margin:3px 0 0 0;padding:0;}
/***********************************************************/
.container {background: url("inlineNavCardBgTop.gif") no-repeat;padding:5px 0;width: 190px;min-height: 53px;margin:0 5px;}
.inlinePersonCard {background:transparent url(inlineNavCardBg.gif) repeat-y;}
.inlinePersonCard .toggler img {padding-top:20px;}
.inlinePersonCard .levelOne {display: table;height: 53px; #position: relative;overflow: hidden;}
.inlinePersonCard .levelOne h4 {#position: absolute;display: table-cell;vertical-align: middle;padding-left:5px;top:25%;}
.inlinePersonCard .levelOne h4 div {#position: relative;}
.inlinePersonCard h4 {font-size:1.0em;line-height:1.2em;height:51px;font-weight:bold;width:102px;padding:0;margin:auto 5px;}
.inlinePersonCard img {border: 0;margin:0 auto;}
.inlinePersonCard h3 {background: url("inlineNavCardBg.gif") repeat-y;font-size:.9em;padding:3px 5px;margin:0px;}
.inlinePersonCard h3 span {border-bottom:1px solid #e0e0e0;display:block;margin:-3px 3px 0 0;padding:3px 5px 5px 5px;line-height:1.4em;}
.inlinePersonCard .levelTwo .adr {color:#646768;}
.inlinePersonCard span.first {margin-top:-1px;border-top:1px solid #e0e0e0;padding:2px 5px;}
.inlinePersonCardBottom {background: url("inlineNavCardBgBottom.gif") bottom no-repeat;margin:0px;padding:0;margin-bottom:5px;line-height:.6em;}
.inlinePersonCard .toggler {background-color:#edeaeb;margin:0 5px;width:10px;height: 51px;}
.inlinePersonCard .levelTwo {background: url("inlineNavCardBg.gif") repeat-y;clear:both;}
.inlinePersonCard .levelTwo ul {list-style-type:none;background: url("inlineNavCardBg.gif") repeat-y;margin:0;padding:0 5px 2px 5px;}
.inlinePersonCard .levelTwo ul li {padding:1px 5px;}
.inlinePersonCard .levelTwo ul li.selected {margin-left:-3px;padding:2px 8px;background: #cce3fa;border:1px solid #a5d8fe;}
.inlinePersonCard .levelTwo ul li.selected a, .inlinePersonCard .levelTwo ul li.selected a:hover, .inlinePersonCard .levelTwo ul li.selected a:focus, .inlinePersonCard .levelTwo ul li.selected a:visited {font-weight:bold;color:#000;text-decoration:none;}
* html .inlinePersonCard h3  {padding-top:0;margin-top:0;}
* html .inlinePersonCard span.first {padding:2px 5px 5px 5px; margin-top:3px;}
* html .inlinePersonCardBottom {height:7px;z-index:100;margin-top:-3px}
* html .inlinePersonCard .toggler {margin-left:3px;}
* html .inlinePersonCard .toggler img {margin-top:20px;}
/* Body and box-like elements */
/*profiles*/
html, body{padding:0;margin:0;}
body {background: #fff url("background.gif") top left repeat-x;font: normal .75em/1.5em Helvetica, Arial, Verdana, sans-serif;}
	
#frame{margin:0 auto;padding:0;width:990px;}
#arriba{margin:0px 5px 0px 0px;padding:10px 0px 8px 0px;background:#fff;border-bottom:1px solid #bebebe;border-top:0px solid #cf6767;}
#arriba h2{margin:0 0 0 0;padding:80px 0 14px 15px;color:#7063e8;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#arriba h3{margin:0 0 0 0;padding:7px 0 4px 15px;color:#444444;font:normal 15px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#arriba .tabs{background-image:none;left:200px}
#arriba .tabs li{background-image:none;}
#arriba .tabs a, #arriba .tabs a:visited{padding:7px 15px 10px 10px;}
#arriba .tabs li a{background-image:none;color:#000;}
#arriba .tabs li a:hover , .tabs li a:focus{color:#000;}
#arriba .tabs li.selected{background-image:url(leftTabSelected.gif);}
#arriba .tabs li.selected a, #arriba .tabs li.selected a:visited{background-image:url(rightTabSelected.gif);padding-left:10px;}
#arriba form{position:absolute;top:117px; right:10px;}
#yo{margin:0 0 20px 0;padding:10px 10px 10px 10px;height:285px;background:url(../dx/yotrans.gif/$file/yotrans.gif) top right no-repeat ;border:0px solid #bebebe;}
#yo2{margin:0 5px 0px 0;padding:0px 0px 0px 0px;height:220px;background:url(../dx/yotrans11.gif/$file/yotrans11.gif) top left no-repeat ;border:0px solid #bebebe;}
#yo h2{margin:0 0 0 0;padding:28px 0 0 15px;color:#fc0;font:normal 2.0em/2.2em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#centrarlogo{margin:10px 0px 0px 10px;}
#caja{margin:0px 10px 10px 0px;padding:0px 10px 0px 5px;background:#fff ;border:2px solid #e0e0e0;}
#vago{margin:10px 10px 0 0px;padding:10px 10px 0px 5px;background:#fff url(../dx/vago.jpg/$file/vago.jpg) top left no-repeat;border-bottom:0px solid #bebebe;border-top:0px solid #bebebe;}
#vago h2{margin:0 0 0 0;padding:40px 0 100px 15px;color:#ffffff;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
#mundo{height:192px;background:#444444 url(../dx/fondomundo.gif/$file/fondomundo.gif) top right no-repeat ;border-bottom:1px solid #bebebe;border-top:0px solid #bebebe;}
#asturias{padding:0px 5px 300px 5px;height:192px;background: url(../dx/asturias.gif/$file/asturias.gif) top right no-repeat ;border-bottom:0px solid #bebebe;border-top:0px solid #bebebe;}
#lennon{margin:10px 0px 10px 0px;height:392px;background:#fff url(../dx/lennonyyo.jpg/$file/lennonyyo.jpg) top right no-repeat ;border-bottom:0px solid #bebebe;border-top:0px solid #bebebe;}
#headerdocu{margin:10px 0 0 10px;background:#fff url(../dx/desvan.jpg/$file/desvan.jpg) top right no-repeat ;padding:0px 5px 0px 5px;height:170px;border:2px solid #bebebe;border-right:2px solid #bebebe;}
#headerdocu h2{margin:0 0 0 0;padding:30px 0 10px 20px;color:#fc0;font:normal 40px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#headerdocu h3{margin:0 0 0 0;padding:40px 0 10px 20px;color:#aaa;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#headerdocu h4{margin:0 0 0 0;padding:10px 0 0px 35px;color:#fff;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;
}
#headerdocu a{color:#fc0;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#headerdocu a:hover{color:#fff;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#girasoles{height:125px;background:#fff url(../dx/girasoles1.jpg/$file/girasoles1.jpg) top center no-repeat ;border-bottom:1px solid #bebebe;border-top:1px solid #e0e0e0;}
#girasoles h2{margin:0 0 0 0;padding:40px 0 10px 20px;color:#fc0;font:normal 40px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#girasoles a{color:#fff;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#girasoles a:hover{color:#fc0;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#gente{margin:10px 0 0 0;background:#fff url(../dx/gente22.jpg/$file/gente22.jpg) top right no-repeat ;padding:10px 5px 20px 5px;border:2px solid #e0e0e0;}
#chicle1{margin:10px 0 0 0;background:#fff url(../dx/silla4.jpg/$file/silla4.jpg) top right no-repeat ;padding:0px 5px 0px 5px;height:220px;border:1px solid #bebebe;border-right:1px solid #bebebe;}
#chicle1 h2{margin:0 0 0 0;padding:40px 0 10px 20px;color:#4169e1;font:normal 40px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#chicle1 h3{margin:0 0 0 0;padding:0px 0 10px 25px;color:#bebebe;font:normal 14px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#chicle1 h4{margin:0 0 0 0;padding:60px 0 10px 25px;color:#696969;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#cataratas{margin:10px 0 0 0;background:#fc0 url(../dx/cataratas.jpg/$file/cataratas.jpg) top right no-repeat ;padding:0px 5px 0px 5px;height:230px;border:1px solid #e0e0e0;border-right:1px solid #bebebe;}
#cataratas h2{margin:0 0 0 0;padding:50px 0 10px 20px;color:#4169e1;font:normal 40px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#cataratas h3{margin:0 0 0 0;padding:240px 0 10px 25px;color:#fff;font:normal 14px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
#campeones2011{margin:0px 0 0 0px;height:270px;background:#444444 url(../dx/campeones_2011.jpg/$file/campeones_2011.jpg) top left no-repeat ;border-bottom:1px solid #bebebe;border-top:0px solid #bebebe;}
/*#cabezon{margin:10px 5px 0 0;background:#fc0 url(../dx/peoplejunta1.jpg/$file/peoplejunta1.jpg) top left no-repeat ;padding:0px 5px 0px 5px;height:50px;border:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}*/
#cabezon{margin:0px 5px 0 0;padding:0px 5px 0px 5px;height:75px;border:0px solid #e0e0e0;border-right:0px solid #e0e0e0;}
#cabezon h2{margin:0 0 0 0;padding:10px 0 0px 0px;color:#4169e1;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#cabezon h3{margin:0 0 0 0;padding:5px 0 0px 5px;color:#696969;font:normal 10px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#cabezon h4{margin:0 0 0 0;padding:0px 0 10px 15px;color:#000;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#grande{margin:0px 0px 0 0;background:#fc0 url(../dx/titasgrande.jpg/$file/titasgrande.jpg) top left repeat-x ;padding:0px 0px 0px 0px;height:295px;border:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}
#grande h2{margin:0 0 0 0;padding:20px 0 10px 10px;color:#4169e1;font:normal 40px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#grande h3{margin:0 0 0 0;padding:10px 0 10px 15px;color:#ff4500;font:normal 14px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#grande h4{margin:0 0 0 0;padding:0px 0 10px 15px;color:#000;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#tabla0 {margin:10px 0px 0px 0px;width:220px;height: 128px;padding:5px 5px 5px 5px;background: #fff;border:1px solid #e0e0e0}
#tabla1 {margin:10px 0px 10px 0px;width:220px;height: 228px;padding:5px 5px 5px 5px;background: #fff;border:1px solid #e0e0e0}
#tabla2 {margin:10px 0px 10px 5px;width:465px;height: 478px;padding:5px 5px 5px 5px;background: #fff;border:1px solid #e0e0e0}
#tabla3 {margin:10px 5px 10px 0px;width:220px;height: 228px;padding:5px 5px 5px 5px;background: #fff;border:1px solid #e0e0e0}
#tabla4 {width:230px;height: 128px;padding:0px 0px 0px 0px;background: #fff;border:1px solid #e0e0e0}
#tabla{background:#fc0;padding:10px 10px 10px 10px;border:1px solid #e0e0e0;}
#loveeslug{height:200px;background:#fff url(../dx/loveeslug.jpg/$file/loveeslug.jpg) top center no-repeat ;border-bottom:0px solid #bebebe;border-top:1px solid #e0e0e0;}
#chavalesgrande{height:270px;background:#fff url(../dx/cahavalesgrande.jpg/$file/cahavalesgrande.jpg) top center no-repeat ;border-bottom:0px solid #bebebe;border-top:1px solid #696969;}
#cinco{padding:35px 0px 10px 0px;background:#fc0 url(../dx/boxer2001.jpg/$file/boxer2001.jpg) top right repeat-x  ;border-bottom:1px solid #696969 ;border-top:0px solid #e0e0e0;}
#cinco h2{margin:0 0 0 0;padding:0px 0 10px 15px;color:#fc0;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:3px;}
#cinco h3{margin:0 0 0 0;padding:0px 0 10px 17px;color:#bebebe;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#cincosin{padding:0px 0px 10px 0px; ;border-bottom:0px solid #fc0;border-top:0px solid #e0e0e0;}
#cincosin h2{margin:0 0 0 0;padding:0px 0 10px 15px;color:#4168e1 ;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:3px;}
#cincosin h3{margin:0 0 0 0;padding:0px 0 40px 17px;color:#696969;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#headerdocumento{padding:40px 0px 10px 0px;background:#fff url(../dx/bolanumeros.jpg/$file/bolanumeros.jpg) top right no-repeat  ;border-bottom:5px solid #fc0;border-top:0px solid #e0e0e0;}
#headerdocumento h2{margin:0 0 0 0;padding:0px 0 10px 15px;color:#fc0;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:3px;}
#headerdocumento h3{margin:0 0 0 0;padding:0px 0 10px 17px;color:#e0e0e0;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#headercomentario{padding:40px 0px 10px 0px;background:#000 url(../dx/diego3.jpg/$file/diego3.jpg) top right no-repeat  ;border-bottom:5px solid #fc0;border-top:0px solid #e0e0e0;}
#headercomentario h2{margin:0 0 0 0;padding:0px 0 10px 15px;color:#fc0;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:3px;}
#headercomentario h3{margin:0 0 0 0;padding:0px 0 10px 17px;color:#e0e0e0;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#cincoajuste{padding:0px 0px 10px 0px;background:#fff ;border-top:1px solid #e0e0e0;border-bottom:0px solid #e0e0e0;}
#desplegable{float:right;padding:0px 10px 0px 0px;border-bottom:0px solid #000;border-top:0px solid #cf6767;}
#despleL{background: #666666 url(../dx/bgamenuarriba.jpg/$file/bgamenuarriba.jpg) top left repeat-x ;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-bottom:1px solid #008000;border-top:1px solid #008000}
#despleL form{padding:7px 15px 0px 0px;}
#entradahome{background: #ffffff; margin:10px 0px 10px 0px;padding:0px 6px 0px 9px;border:1px solid #BDB76B   ;}
#entrada{margin:0 10px 0 0px;border:0px solid #bebebe;}
#tablaforo{background:#EDF3DE;margin:10px 0px 10px 0px;padding:5px 10px 3px 15px;border-top:1px solid #bebebe;border-bottom:1px solid #bebebe;}
#tablaforo h2{margin:0 0 0 0;padding:0px 0 0px 0px;color:#cd5c5c;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#tablacomentarios{background:#EDF3DE;margin:10px 0px 0 0px;padding:5px 10px 10px 0px;border:1px solid #bebebe;}
#tablacomentarios1{background: #FFE4E1;margin:10px 0px 0 0px;padding:5px 10px 5px 5px;border:1px solid #bebebe;}
#tablatitulo{margin:0 5px 0px 0px;padding:7px 10px 0px 0px;background:#ffffff ;border-bottom:2px solid #cd5c5c;}
#tablaraya{margin:0 5px 10px 0px;padding:2px 10px 0px 0px;background:#ffffff ;border-bottom:1px solid #aaa;}
#tablaraya1{margin:0 5px 5px 0px;padding:0px 10px 0px 0px;background:#ffffff ;border-bottom:1px solid #FFDAB9;}
#tablatitulo1{margin:0 5px 0px 0px;padding:3px 10px 0px 2px;background:#ffffff ;border-bottom:0px solid #e0e0e0;}
#tablatitulo2{float:right;width:95px;margin:0px 10px 0px 0px;padding:0px 0px 10px 28px;
background:#fff url(../dx/comment.png/$file/comment.png) top left no-repeat ;border:0px solid #e0e0e0;}
#tablatitulo3{float:right;width:50px;margin:0 35px 0px 0px;padding:0px 10px 0px 10px;background:#ffffff ;border:0px solid #e0e0e0;}
#tablaentradaa{margin:0 10px 2px 0px;padding:10px 10px 10px 10px;background:#FFF ;border:0px solid #e0e0e0;}
#tablaentrada{margin:10px 10px 0 0px;padding:10px 10px 10px 10px;background:#FFFAF0 ;border:1px solid #e0e0e0;}
#tablaentrada1{margin:0 10px 0 0px;padding:10px 10px 10px 10px;background:#AFEEEE ;border:1px solid #e0e0e0;}
#tablaentrada2{margin:10px 0px 10px 0px;padding:10px 10px 10px 10px;background:#ffe4e5 ;border:1px solid #e0e0e0;}
#tablaentrada3{margin:0 0px 0 0px;padding:10px 10px 10px 10px;background:#98fb98 ;border:1px solid #e0e0e0;}
#cara{margin:10px 5px 0 0;height:155px;padding:10px 10px 0px 5px;background:#fff url(../dx/header99.jpg/$file/header99.jpg) top right no-repeat;border-bottom:1px solid #bebebe;border-top:1px solid #bebebe;}
#cara h2{margin:0 0 0 0;padding:50px 0 0px 35px;color:#fc0;font:normal 30px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#centro{padding:0px 10px 0px 5px;background:#fff url(../dx/botellaiseries.jpg/$file/botellaiseries.jpg) top right no-repeat;border-bottom:1px solid #bebebe;border-top:0px solid #bebebe;}
#centro h2{margin:0 0 0 0;padding:0px 0 0 5px;color:#b22222;font:normal 15px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#barra{background:#cf6767;height:15px;border-bottom:1px solid #696969;border-top:1px solid #696969;}
#barra1{background:#cf6767 url(../dx/barralotus.jpg/$file/barralotus.jpg) top right repeat-x;height:33px;border-bottom:5px solid #444444;border-top:1px solid #696969;}
#barra1 h2{margin:0 0 0 0;padding:8px 15px 5px 15px;color:#000;text-align:right;font:normal 15px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#barra4{background:#cf6767 url(../dx/fondolotus3.jpg/$file/fondolotus3.jpg) top right repeat-x;height:63px;border-bottom:5px solid #444444;border-top:1px solid #696969;}
#barra4 h2{margin:0 0 0 0;padding:22px 15px 5px 15px;color:#000;text-align:right;font:normal 19px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
/*la barra de arriba, lo tengo que probar en algun ejemplo de blog*/
#barrab{background:#cf6767 url(../dx/bgamenuarriba.jpg/$file/bgamenuarriba.jpg) top right repeat-x;height:34px;border-bottom:1px solid #696969;border-top:1px solid #000;}
#barrab h2{margin:0 0 0 0;padding:7px 15px 5px 15px;color:#FFFFFF;text-align:left;font:normal 1.3em/1.4em  Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#barraacentro{margin:0 auto;padding:0px 0px 0px 0px;width:990px;}
#barraacentro form{padding:7px 15px 0px 0px;}
/*la barra de arriba, tenía una imagen barraa.jpg azul*/
#barraa{background:#cf6767 url(../dx/bgamenuarriba.jpg/$file/bgamenuarriba.jpg) top right repeat-x;height:37px;border-bottom:1px solid #696969;border-top:1px solid #000;}
#barraa h2{margin:0 0 0 0;padding:10px 15px 5px 15px;color:#FFFFFF;text-align:left;font:normal 18px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#barraacentro{margin:0 auto;padding:0px 0px 0px 0px;width:990px;}
#barra2{background:#cf6767 url(../dx/barralotus.jpg/$file/barralotus.jpg) top right repeat-x;height:26px;border-bottom:1px solid #444444;border-top:1px solid #696969;}
#barra2 h2{margin:0 0 0 0;padding:4px 15px 5px 15px;color:#000;text-align:right;font:normal 15px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#abajo{padding:0px 10px 5px 15px;background:#000 url(../dx/nuevo2.jpg/$file/nuevo2.jpg) top left repeat-x;position: relative;border-bottom:2px solid #444444;border-top:0px solid #cf6767;}
#abajo h2{margin:0 0 0 0;padding:0px 0 0 15px;color:#fff;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
/*special styling for titlebar tabs*/
#abajo2{padding:0px 10px 0px 10px;}
#abajo2 h2{margin:0 0 0 0;color:#000;font:normal 20px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#titleBar{height:3em;position: relative;border-bottom:0px solid #444444;}
#titleBar h2{margin:0 0 0 0;padding:8px 0 0 15px;color:#fff;font:normal 1.0em/1.2em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
/*special styling for titlebar tabs*/
#titleBar .tabs{background-image:none;left:200px}
#titleBar .tabs li{background-image:none;}
#titleBar .tabs a, #titleBar .tabs a:visited{padding:7px 15px 10px 10px;}
#titleBar .tabs li a{background-image:none;color:#000;}
#titleBar .tabs li a:hover , .tabs li a:focus{color:#000;}
#titleBar .tabs li.selected{background-image:url(leftTabSelected.gif);}
#titleBar .tabs li.selected a, #titleBar .tabs li.selected a:visited{background-image:url(rightTabSelected.gif);padding-left:10px;}
#titleBar form{position:absolute;top:7px; right:10px;}
/* Main 2,3-Column Layout */
#main1{margin:0 auto;padding:0px 5px 0px 15px;width:975px;background:#fff  ;border-left:1px solid #bebebe;border-right:1px solid #bebebe;border-bottom:1px solid #e0e0e0;border-top:0;-moz-border-radius:0px;overflow:hidden;}
/* Main 2,3-Column Layout */
#mainautor{margin:0 auto;padding:0px 10px 0px 10px;width:975px;background:#F5F6CE;border:5px solid #bebebe;border-top:0px;border-bottom:0px}
#mainwebpage{margin:0 auto;padding:0px 0px 10px 0px;width:995px;background:#F5F6CE;border:5px solid #bebebe;}
#ajuste900{margin:0 auto;padding:0px 0px 0px 0px;width:995px;border-left:0px solid #777777;border-right:0px solid #777777;border-bottom:0px solid #aaa;border-top:0;-moz-border-radius:0px;overflow:hidden;}
div.short{background: #fff !important;}
#mainancho{margin:0 auto;padding:0px 0px 0px 0px;width:995px;border-left:0px solid #777777;border-right:0px solid #777777;border-bottom:0px solid #aaa;border-top:0;-moz-border-radius:0px;overflow:hidden;}
div.short{background: #fff !important;}
#main{margin:0 auto;padding:0px 0px 0px 0px;width:995px;background:#fff url(../dx/fondogr1.jpg/$file/fondogr1.jpg) top left repeat-y  ;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:0px solid #aaa;border-top:0;-moz-border-radius:0px;overflow:hidden;}
div.short{background: #fff !important;}
#mainarriba{margin:0 auto;padding:0px 5px 0px 5px;width:990px;background:#fff ;border-left:1px solid #bebebe;border-right:1px solid #bebebe;border-bottom:0px solid #aaa;border-top:0;-moz-border-radius:0px;overflow:hidden;}
div.short{background: #fff !important;}
#mainarchive{margin:0 auto;padding:0px 0px 0px 5px;width:990px;background:#ffffff url(../dx/fondoarchivo.jpg/$file/fondoarchivo.jpg) top left repeat-y ;border-left:1px solid #bebebe;border-right:1px solid #bebebe;border-bottom:0px solid #aaa;border-top:0;-moz-border-radius:0px;overflow:hidden;}
div.short{background: #fff !important;}
#ajuste{/*float:left;*/padding:15px 0 10px 10px;}
/*Estas tablas se usan en el tempplate Arriba*/
#tablaas400{width:185px;background:#FFF url(../dx/botellaiseries.jpg/$file/botellaiseries.jpg) bottom right no-repeat ;height:470px;position: relative;border:1px solid #e0e0e0;
padding:5px 5px 5px 5px;margin:0px 0px 0px 0px;}
#tablaenblanco{color:#bebebe;text-align:left;width:250px;height:50px;position: relative;border:0px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablaenblanco h2{margin:0 0 0 0;padding:10px 0 14px 0px;color:#7063e8;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#tablaenblanco h3{margin:0 0 0 0;padding:7px 0 4px 0px;color:#444444;font:normal 15px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#tablaenblanco a:hover {background:#ffc000;}
#tablaenblanco a {color:#fff;}
#tita{text-align:left;width:188px;background:#fc0 url(../dx/titasinfo1.jpg/$file/titasinfo1.jpg) bottom left ;height:578px;position: relative;border:1px solid #e0e0e0;
padding:10px 0px 10px 0px;margin:0px 0px 10px 5px;}
#tabla23{text-align:left;width:188px;background:#e0e0e0 ;border:1px solid #e0e0e0;
padding:5px 0px 5px 0px;margin:10px 0px 0px 5px;}
#tabla23 h2 {margin:0px 0px 0px 7px;font:bold 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tabla24{text-align:left;width:188px;background:#fff ;border:1px solid #e0e0e0;border-top:0px solid #e0e0e0;
padding:0px 0px 5px 0px;margin:0px 0px 10px 5px;}
#tabla25{text-align:left;width:188px;background:#e0e0e0 ;border:1px solid #BDB76B ;
padding:5px 0px 5px 0px;margin:10px 0px 0px 5px;}
#tabla25 h2 {margin:0px 0px 0px 7px;font:bold 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tabla26{text-align:left;width:188px;background:#ffcccc ;border:1px solid #ffffff;border-top:0px solid #e0e0e0;
padding:5px 0px 5px 0px;margin:0px 0px 10px 5px;}
#tabla27{text-align:left;width:188px;background:#e0e0e0 ;border:1px solid #ffffff;
padding:5px 0px 5px 0px;margin:10px 0px 0px 5px;}
#tabla27 h2 {margin:0px 0px 0px 7px;font:bold 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tabla28{text-align:left;width:188px;background:#e5ffcc ;border:1px solid #ffffff;border-top:0px solid #e0e0e0;
padding:5px 0px 5px 0px;margin:0px 0px 10px 5px;}
#tabla29{text-align:left;width:188px;background:#ffe4b5 ;border:1px solid #ffffff;border-top:0px solid #e0e0e0;
padding:5px 0px 5px 0px;margin:0px 0px 10px 5px;}
#tabla30{text-align:left;width:188px;background:#CCF2FF ;border:1px solid #ffffff;border-top:0px solid #e0e0e0;
padding:5px 0px 5px 0px;margin:0px 0px 10px 5px;}
#tabla31{text-align:left;width:188px;background:#EEE8AA   ;border:1px solid #BDB76B ;border-top:0px solid #8FBC8F;
padding:5px 0px 5px 0px;margin:0px 0px 10px 5px;}
#tablacentro1{color:#228b22;text-align:left;width:378px;background:#fc0 url(../dx/xxxchicarosa.jpg/$file/xxxxchicarosa.jpg) top right;height:80px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 10px 5px;}
#tablacentro1 h2 {margin:100px 0px 0px 7px;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablacentro1 a:hover {color:#444444;}
#tablacentro1 a { color:#fff;}
#tablacentro2{color:#228b22;text-align:left;width:378px;background:#b22222 url(../dx/xxxchicaccrosa.jpg/$file/xxxxchicarosa.jpg) top right;height:80px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 10px 5px;}
#tablacentro2 h2 {margin:100px 0px 0px 7px;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablacentro2 a:hover {color:#444444;}
#tablacentro2 a { color:#fff;}
#tablacentro3{color:#228b22;text-align:left;width:378px;background:#fff url(../dx/asturias.gif/$file/asturias.gif) top right;height:86px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 0px 5px;}
#tablacentro3 h2 {margin:100px 0px 0px 7px;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablacentro3 a:hover {color:#444444;}
#tablacentro3 a { color:#fff;}
#tablamarcador{width:350px;height:487px;position: relative;border:0px solid #e0e0e0;
padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}
#tablaa{color:#bebebe;text-align:left;width:180px;height:122px;position: relative;border:0px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablaa h2{margin:0 0 0 0;padding:10px 0 14px 0px;color:#7063e8;font:normal 35px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
#tablaa h3{margin:0 0 0 0;padding:7px 0 4px 0px;color:#444444;font:normal 15px Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*special styling for titlebar tabs*/
#tablaa a:hover {background:#ffc000;}
#tablaa a {color:#fff;}
#tablab{color:#228b22;text-align:left;width:180px;background:#adff2f url(../dx/EMPLEO1.jpg/$file/EMPLEO1.jpg);height:120px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablab a:hover {background:#ffc000;color:#444444;border:1px solid #ffffff}
#tablab a { padding:5px 5px 5px 5px;background:#fff;color:#000000;border:1px solid #696969}
#tablab h2 {margin:100px 0px 0px 7px;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablabf{color:#228b22;text-align:left;width:360px;background:#cd5c5c url(../dx/EMPLEO1.jpg/$file/EMPLEO1.jpg);height:121px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 10px 0px;}
#tablabf a:hover {background:#ffc000;color:#444444;border:1px solid #ffffff}
#tablabf a { padding:5px 5px 5px 5px;background:#fff;color:#000000;border:1px solid #696969}
#tablabf h2 {margin:100px 0px 0px 7px;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablabff{color:#228b22;text-align:left;width:360px;background:#fc0 url(../dx/chicarosa.jpg/$file/chicarosa.jpg) top right;height:80px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablabff h2 {margin:100px 0px 0px 7px;font:normal 12px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablabff a:hover {color:#444444;}
#tablabff a { color:#fff;}
#tablacf{width:350px;background:#fff ;height:487px;position: relative;border:0px solid #e0e0e0;
padding:0px 0px 0px 0px;margin:0px 0px 0px 5px;}
#tablad{color:#bebebe;text-align:left;width:260px;height:120px;position: relative;border:0px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tabladf{color:#bebebe;text-align:left;width:200px;height:120px;position: relative;border:0px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablae{color:#444444;text-align:left;width:190px;background:#afeeee url(../dx/tablae.jpg/$file/tablae.jpg) top right repeat-x;height:267px;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablae a:hover {background:#ffc000;}
#tablae a {color:#fff;}
#tablaef{color:#444444;text-align:left;width:200px;background:#afeeee url(../dx/tablae.jpg/$file/tablae.jpg) top right repeat-x;height:120px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablaef a:hover {background:#ffc000;}
#tablaef a {color:#fff;}
#tablatexto{padding:10px 5px 19px 10px;margin:0px 0px 0 0px;border:0px solid #bebebe;}
#tablaf{color:#000;text-align:left;width:695px;background:#e0e0e0 url(../dx/bolas3.jpg/$file/bolas3.jpg) top right repeat-x;height:125px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablaf a:hover {color:#696969;}
#tablaf a {color:#b22222;}
#tablaf h2{margin:0 0 7px 75px;color:#ff4500;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#tablaf h3 {margin:30px 0px 15px 75px;font:normal 30px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablaf1{color:#000;text-align:left;width:399px;background:#e0e0e0 url(../dx/chavales32.jpg/$file/chavales32.jpg) top right repeat-x;height:125px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablaf1 a:hover {color:#fc0;}
#tablaf1 a {color:#ffff00;}
#tablaf1 h2{margin:0px 0 32px 15px;color:#e0e0e0;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#tablaf1 h3 {margin:20px 0px 5px 15px;color:#ffffff;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablaf2{color:#000;text-align:left;width:735px;background:#e0e0e0 url(../dx/chupachup1.jpg/$file/chupachup1.jpg) top right repeat-x;height:135px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablaf2 a:hover {color:#fc0;}
#tablaf2 a {color:#ffff00;}
#tablaf2 h2{margin:0px 0 32px 15px;color:#e0e0e0;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*specia2 styling for titlebar tabs*/
#tablaf2 h3 {margin:118px 0px 5px 15px;color:#000;font:normal 18px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablaf3{color:#000;text-align:left;width:735px;background:#fc0 url(../dx/hojas1.jpg/$file/hojas1.jpg) top right repeat-x;height:135px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablaf3 a:hover {color:#fc0;}
#tablaf3 a {color:#b22222;}
#tablaf3 h2{margin:0px 0 32px 15px;color:#008000;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#tablaf3 h3 {margin:20px 0px 5px 15px;color:#444444;font:normal 30px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#tablaf4{color:#000;text-align:left;width:435px;background:#fc0 url(../dx/yochava.jpg/$file/yochava.jpg) top right repeat-x;height:125px;position: relative;border:1px solid #e0e0e0;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablaf4 a:hover {color:#fc0;}
#tablaf4 a {color:#b22222;}
#tablaf4 h2{margin:0px 0 32px 15px;color:#008000;font:normal 16px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
/*special styling for titlebar tabs*/
#tablaf4 h3 {margin:20px 0px 5px 15px;color:#fc0;font:normal 30px Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px; }
#colLeft{/*float:left;*/width:210px;padding:15px 0 10px 5px;}
td.colLeft {width:200px}
#content{background:#fff;padding:0px 15px 20px 10px; overflow:hidden;/*this (overflow:hidden) sets a new block formatting context, which keeps the center content separate from the floated divs.  This allows us to clear floats in the center. It also makes it so we don't have to use margins on the content div to push it away from the floated columns.*/}
#content1{background:#fff;padding:16px 15px 20px 0px; overflow:hidden;/*this (overflow:hidden) sets a new block formatting context, which keeps the center content separate from the floated divs.  This allows us to clear floats in the center. It also makes it so we don't have to use margins on the content div to push it away from the floated columns.*/}
SELECT
{
width:190px;
color: #000000;
font-family: Arial, Sans-Serif,Tahoma;
font-size:13px; 
margin:2px 0px 0px 5px;background-color:#ffffcc}
#colRight{
	/*float: right;*/
	width: 165px;
	
	padding: 15px 10px 0 10px;
}
td.colRight {width:165px;}
/* colLeft details */
#colLeft .infoBox {margin:0 0 15px 0;}	
#colLeft .tabs li.selected{background-image:url(../dx/leftTabSelectedBlue.gif/$file/leftTabSelectedBlue.gif);border-bottom:1px solid #f5f9fe}
#colLeft .tabs li.selected a, #colLeft .tabs li.selected a:visited{background-image:url(../dx/rightTabSelectedBlue.gif/$file/rightTabSelectedBlue.gif);color:#000}
/* end colLeft details */
#main #content div.moreInfo{padding: 5px 0px;}
#main #content div.moreInfo p{
	padding: 0;
	margin: 15px 30px 0px 13px;
	color: #111;
	font-size: 1.1em;
}
#frame #content div.moreInfo table p{margin:0;font-size:1em}
#frame #content div.moreInfo table p{margin:0} 
#main #content div.moreInfo h3{
	padding: 10px 20px 0px 20px;
	margin: 0;
	color: #69a0cf;
	font-size: 1.4em;
}
#main #content div.moreInfo h3 span.date{
	color: #a6a6a6;
	font-size: .7em;
}
#main #content div.moreInfo h3 span.other{
	color: #111;
	font-size: .7em;
}
/* end content details */
/* colRight details */
#main #colRight #chain{
	clear: both;
	padding:0;
	font-size:1.1em;
}
#main #colRight #chain div.person{
	width: 50px;
	float: left;
	padding-right: 15px;
}
#main #colRight #views{
	clear: both;
	padding-top: 20px;
}
#main #colRight #views h3{
	margin: 0;
	padding: 0 0 0 0;
	font: bold 1.4em/1.6em Helvetica, Arial, Verdana, sans-serif;
	color: #ff9523;
}
/* end colRight details */
#views ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;}
	
	#views ul li {font: normal 1.1em/1.6em Helvetica, Arial, Verdana, sans-serif;color: #333;}
		
/** Search results **/
.searchResults #main #content {margin:0 200px 10px 20px;}
#frame #searchInfo {
	padding: 10px;
	border: 1px solid #dedfe1;
	margin: 0 0 10px 0;
	font-size: 1.10em;
}
#searchResultsTable .resultRow td {
	border-top: 1px solid #dedfe1;
}
#searchResultsTable p {
	font-weight: normal;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#searchResultsTable p a {text-decoration:none;}
.pagingTop {margin-top: 20px;}
#footer {
	clear: both;
	/* background: #fff; */
	min-height:10px;
}
#footer h5{
	margin: 0 0 0 10px;
	padding: 0;
	font: normal 1em/2.2em Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	display:none;
}
#footer .aboutInfo {margin:10px 100px;}
#footer p{font-size:.8em;color:#666;margin:0 60px 0 120px;}
/** Blogs CSS **/
.blog h1 {font-size:1.8em;color:#000;margin:0;padding:5px 0px;}
.blog #frame #content {padding: 15px 10px 20px 13px;}
.entry p{margin:5px 0 0 0px}
.entry ul.actions{margin: 5px 0 0 0px;}
#footer {margin-left:30px;}
.blog #colLeft .tabContainer, .blog #colLeft .tabSection {padding-top:0;margin-top:0;}
.blog #colLeft .list {margin-left:10px;}
.blog #frame #colRight {padding-left:10px;}
.blog .tagCloud {padding:5px;overflow:hidden;}
.blog .entryBody {margin:0 0 0 14px;}
.blog .indent7 {padding-left:7px;}
.blog .indent12 {padding-left:12px;}
.blog .header img {padding-top:5px;}
.blog .pivotForm {padding-left:5px;} /* for filter form on tag cloud */
/* Paging */
.blog .blogPaging h4{font-weight:normal;font-size:.9em;background-color:#f3f3f3;border:0px solid #fc0;padding:1px 5px;margin-bottom:0;text-align:left;}
.blog .blogPaging .disabled {color:#999;}
/* About */
.blog .about h1 {margin-top:5px;}
.about #main #colRight {padding-top:0px;}
/*Comments*/
.comments-head {font-weight:normal;font-size:1.1em;background-color:#f3f3f3;border:1px solid #e0e0e0;border-top:0;padding:3px 14px;margin-bottom:0;text-align:left;}
.comment {padding:0px 15px; /*background-color:#f3f3f3;margin:10px 0;border:1px solid #e0e0e0;*/}
span.commentLogin {display:block;padding-left:15px;}
.comments-form {margin:0;}
.comment-details {margin-bottom:25px;}
.comment-details-head {display:block;border-bottom:1px solid #e0e0e0;margin-bottom:5px;padding-left:4px;}
.comment-details-head .action {font-size:0.9em;}
.comment-count {padding:1px 2px;margin-right:4px;}
.comment-count-author {color:#fff;background-color:#43a0f6;padding:1px 4px;margin-right:4px;}
.comment-content {padding:0 4px;display:block;}
/** Roller styles **/
/* table */
table.rollertable th, table.rollertable th {background: #F5EBF3;text-align:left;padding: 3px;border: 1px solid #dbdbdb;border-bottom:0;}
table.rollertable td, table.rollertable tbody td {border: 1px solid #dbdbdb;}
table.rollertable {border-collapse: collapse; width: 100%;}
table.rollertable td, table.rollertable tbody td {vertical-align: top;}
table.rollertable tbody td {padding: 3px;}
table.rollertable td.center {text-align: center;}
/* Shelf list */
/ *#frame #colRight {width:250px;}*/
#colRight .list li {margin:2px 1px;}
/* Sidebar */
.sidebarInner h3{margin:0;padding:0;padding-bottom:5px;font:bold 1.2em/1.0em Arial, Helvetica, Verdana, sans-serif;color:#000; }
.sidebarInner h3 a, .sidebarInner h3 a:hover, .sidebarInner h3 a:visited, .sidebarInner h3 a:focus, .sidebarInner h3 a:active {font-weight:normal;font-size:1.0em;text-decoration:underline;}
.sidebarInner span, .sidebarInner p {display:block; padding:0;margin:0}
.sidebarInner p {line-height:1.3em;margin-bottom:10px;}
div.menu-tl {margin: 0px;padding: 0px;height: 100%;width: 100%;vertical-align: middle;display: table;}
div.menu-tr {margin: 0px;padding: 0px;height: 100%;width: 100%;}
td.pendingentry, tr.pendingentry {background: #ffffcc;}
td.draftentry, tr.draftentry {background: #ffcccc;}
td.needsapprovalentry, tr.needsapprovalentry {background: #ccccff;}
.draftEntryBox {background: #ffcccc;border: 1px grey solid;}
.pendingEntryBox {background: #ffffcc;border: 1px grey solid;}
.needsApprovalEntryBox {background: #ccccff;border: 1px grey solid;}
/** Form styles */
form ul{ /*position: relative;width: 100%; */ list-style: none; margin:10px 0;padding:0 15px;}
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 0px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ display: inline-block; }
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: Helvetica, Arial, Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
label.desc{margin: 4px 0 3px 0;border: 0;font-size: 1.1em;line-height: 1.3em;display: block;}
div.row {padding: 2px;}
div.formrow {float: left;width: 80%;}
label.formrow {float: left;text-align: right;width: 20%;padding-right: 1em;}
div.sideformrow {float: left;width: 100%;}
label.sideformrow {float: left;text-align: left;width: 30%;padding-right: 1em;}
/* Errors and status messages */
div.messages, div.errors {background-color:#FEF89A;padding:7px 5px 5px 5px;border:1px solid #e0e0e0;margin-bottom:5px;}
.messages img {vertical-align:top;}
.entryField { width: 90% }
* html .entry table, * html .entry img, * html .entry div {width:auto !important;}
#header .hidden { position: absolute; top: -9000px; left: -9000px; }
#header .inlinelist{margin:0 0 0 0;padding:0}
#header .inlinelist li{display:inline;margin:0 0 0 -4px;padding:0 10px;border-left:1px solid #ccc;}
#header .inlinelist li.first{margin-left:0;padding-left:0;border-left-width:0;}
#header .inlinelist li.first {margin-left:-5px;padding-left:0;border-left-width:0;}
/*body { margin: 0; background:#444444 url(../dx/fondobody1.png/$file/fondobody1.png) top left repeat-x; !important; }*/
body { margin: 0; background:#FFFACD; }
#header .hidden { position: absolute; top: -9000px; left: -9000px; }
#header .inlinelist{margin:0 0 0 0;padding:0}
#header .inlinelist li{display:inline;margin:0 0 0 -4px;padding:0 10px;border-left:1px solid #ccc;}#header .inlinelist li.first{margin-left:0;padding-left:0;border-left-width:0;}
#header .inlinelist li.first {margin-left:-5px;padding-left:0;border-left-width:0;}
body { /* margin: 0; background: #f0f800 url(../dx/fondobody1.png/$file/fondobody1.png) top left repeat-x; !important; */ }
#header { 	/*font: normal .75em/1.5em Helvetica, Arial, Verdana, sans-serif; */	background: transparent url("yellowBanner_left.gif") bottom left no-repeat;	color: #5b3feb;	/*height: 4.0em; */	height: 47px;	padding: 0;	text-align:right;	/*font-size: .9em;*/}
#header h1{	margin: 0 0 0 10px;	padding: 0px;	float: left;	color: #fff;	font: normal 2.6em/1.4em Georgia, Helvetica, Arial, Verdana, sans-serif;	width:195px;	text-align:left;}
* html #header h1 {margin:3px 0 0 7px}#header h1 span{	color: #EBEBEB;}
#header .links { 	float:left;	background: transparent;	padding-left:210px;	/*height: 45px;	line-height: 45px;*/	vertical-align: middle;}
#header .links li img { border: 0px; vertical-align: middle; }
#header #headerInner {		height: 47px;	background: transparent url("yellowBanner_right.gif") bottom right no-repeat;}
/* html #header .links li { margin-top: 15px; }   * html #header .links { margin-top: 12px; } */	
#header ul li {	font: normal 1em/3.6em Arial, "Lucida Grande", Verdana, sans-serif;	color: #333;	text-transform: uppercase;}
#header ul li#headerUserText {	text-transform: capitalized;	color: #000;}
#header ul.userlist { margin: 0; padding-right: 7px; }
#header ul.userlist li.first { padding-right: 7px; }
#header ul.userlist li { text-transform: capitalize !important; display: inline; padding-right: 10px; }		
#header ul li a {	color: #000;	text-decoration: none;	background-color: transparent !important;	}
#header ul li a:hover {	text-decoration: underline; }
#header ul.inlinelist li{	border-left-width:0;	background: transparent url("divider-light-yellow.gif") 0 center no-repeat;	padding:0 10px;}
#header ul.inlinelist li.first{background:transparent}	
<!--[if IE]>
.actions{padding-bottom:1px}/*to insure the dotted underline border shows in ie*/
.entry h5.left{margin-top:2px} /*fixes alignment for single-line entry*/
.actionMenu li{height:1%} /* this is a fix for both IE6 and IE7 so we don't use *html prefix */
/*IE6 fixes*/
* html #main,
* html .header,
* html form div,
* html .entry,
* html .entryBody,
* html .infoBox h3,
* html .section,
* html .aboutBox,b
* html .entry h4,
* html .entry p,
* html #entries,
* html #content .header,
* html .welcome,
* html .list li,
{
	height: 1%;
}
* html #content{display:inline-block;padding:16px 0px 20px 7px !important;}
 * html .admin #content {width:auto !important;}
* html .menu li.last{border-bottom:1px solid white}
* html #frame #colRight #chain {padding-bottom: 0px;}
* html #frame {width:expression( documentElement.clientWidth < 850 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 850 ? "820px" : "auto") : "820px") : "auto" );}
/* * html .admin #frame {width:expression( documentElement.clientWidth < 950 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 950 ? "920px" : "auto") : "920px") : "auto" );}*/
* html #banner h1 {margin:3px 0 0 7px}
* html #welcomeBox .close{position:absolute;top:5px;right:15px}
* html #welcomeBox .welcomeButton{position:relative}
* html a.welcomeButtonBottom{padding-bottom:9px;} /* IE spacing */
* html .welcome h2 {margin-top:20px;}
* html #titleBar h2 {font-size:1.0em;}
* html ul.tabs{bottom:-2px;}
* html .aboutBox {padding-bottom:8px;margin-bottom:20px;}
* html .aboutBox{margin-bottom:20px}
* html .aboutBoxBody {float:left}
* html .section form{margin:0}
* html .loginContent {padding:10px 0;}
* html #frame #content #bio .bioLevel1Text {padding-bottom:20px;}
/** Truncates long tags in tag cloud **/
* html .tagCloud {width:155px;}
/* * html #colLeft {position:relative;} */
/*iehacks.css */
* html .welcome {padding-bottom:0}
* html .welcome .welcomeButton {position:relative}
* html .entry h4, * html .entry h5 {margin-right:5px !important;}
* html .entry table {width:auto !important;}
<![endif]-->   

