/* (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:0px 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:none !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:none !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:1px 20px 5px 0px;border-bottom:10px solid #fff;border-top: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 0 0;font-size:1.2em;font-weight:bold;overflow:hidden}
.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{text-decoration:none;vertical-align:middle;}
.entry h4 a:hover {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 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*/}
/***********************************************************/
/*** 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}
/***********************************************************/
#menufondo{width:177px;height:960px;border:0px solid #e0e0e0;
padding:0px px 0px 0px;margin:5px 0px 7px 7px;}
#titulomenu{width:100%px;height:15px; background:#add8e6 ;border-top:1px solid #b0e0e6;border-right:1px solid #b0e0e6;border-left:1px solid #b0e0e6;}
#titulomenu{margin:5px 1px 0px 1px ;padding:2px 5px 5px 3px;}
#roverex{width:169px;background:#FFF url(../dx/roverex_logo.png/$file/roverex_logo.png) top left no-repeat;height:80px;border:1px solid #e0e0e0;
padding:0px 0px 0px 0px;margin:3px 0px 3px 3px;}
#roverex h2{margin:0 0px 0 0;padding:55px 0px 0px 5px;color:#ff4500 ;font:normal 1.350em/1.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:1px;}
#gente{width:175px;background:#FFF url(../dx/maletalotus.jpg/$file/maletalotus.jpg) top left no-repeat;height:118px;border:1px solid #e0e0e0;
padding:0px px 0px 0px;margin:3px 0px 3px 7px;}
#iz2{width:169px;background:#FFF url(../dx/gotas.jpg/$file/gotas.jpg) top left repeat-x;height:100px;border:1px solid #e0e0e0;
padding:0px px 0px 0px;margin:3px 0px 0px 3px;}
#iz2t{width:163px;background:#e0e0e0;height:15px;border:1px solid #e0e0e0;
padding:3px 3px 5px 3px;margin:0px 0px 3px 3px;}
#iz1{width:169px;background:#FFF url(../dx/dos22.jpg/$file/dos22.jpg) top left repeat-x;height:100px;border:1px solid #e0e0e0;
padding:0px px 0px 0px;margin:3px 0px 0px 3px;}
#iz1t{width:163px;background:#e0e0e0;height:15px;border:1px solid #e0e0e0;
padding:3px 3px 5px 3px;margin:0px 0px 3px 3px;}
#iz{width:169px;background:#FFF url(../dx/paisano22.jpg/$file/paisano22.jpg) top left repeat-x;height:100px;border:1px solid #e0e0e0;
padding:0px px 0px 0px;margin:3px 0px 0px 3px;}
#izt{width:163px;background:#e0e0e0;height:15px;border:1px solid #e0e0e0;
padding:3px 3px 5px 3px;margin:0px 0px 3px 3px;}
#menufondo1{float:right;width:177px;background:#fff ;height:900px;border:0px solid #e0e0e0;
padding:0px px 0px 0px;margin:5px 7px 7px 0px;}
#menufondotablas{float:right;width:177px;background:#fff ;border:1px solid #e0e0e0;
padding:0px px 0px 0px;margin:5px 7px 2px 0px;}
#menufondotablas1{float:right;width:177px;background:#fffaf0 ;border:1px solid #e0e0e0;
padding:5px px 0px 0px;margin:5px 7px 2px 0px;}
/* Body and box-like elements */
/*profiles*/
html, body{padding:0;margin:0;}
	
#frame{margin:0 auto ;padding:0;width-min:978px;background:#D8D8D8;}
#bannercentro{background:#d3d3d3 url(../dx/pintores.jpg/$file/pintores.jpg) top left no-repeat;height:110px;margin:0 5px 0 0;;border-bottom:5px solid #bebebe;border-top:0px solid #3cb371;}
#bannercentro h2{margin:0 15px 0 350px;padding:10px 5px 0 15px;text-align: right;color:#ff4500;font:normal 1.550em/1.552em Helvetica, Arial, Verdana, sans-serif;letter-spacing:2px;}
/*** menu de abajo***/ 
#abajomenu {height:2.28em; line-height:1.28em;padding:10px 10px 0px 10px;border:1px solid #246;} 
#abajomenu ul {margin:0; padding:0;} 
#abajomenu li {float:left; margin:0; padding:0; 
list-style-type:none; 
border-right:1px solid;} 
#abajomenu li a {display:block; padding:0 18px;  letter-spacing:1px;} 
#abajomenu {background:#000 }
#abajomenu li {border-color:white;} 
#abajomenu a {color:#87cefa;} 
#abajomenu a:hover {color:#696969;}
#bannerarchivo{background:#fc0 url(../dx/musagente.jpg/$file/musagente.jpg) top left repeat-x;height:97px;margin:0 5px 0 0;;border-bottom:1px solid #bebebe;border-top:0px solid #ffd700;}
#bannerarchivo h2{margin:0 15px 0 390px;padding:10px 5px 0 15px;text-align: right;color:#696969;font:normal 1.350em/1.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#titleBar1{background:#ffffe0 url(../dx/fondoarriba.jpg/$file/fondoarriba.jpg) top right no-repeat;height:100px;position: relative;border-bottom:0px solid #696969;border-top:0px solid #ffd700;}
#titleBar1 h2{margin:0 0px 0 0;padding:0px 0px 0px 0px;color:#FFFFFFF ;font:normal 1.350em/1.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#titleBar1 h3{margin:0 0px 0 0;padding:10px 0px 0px 20px;color:#FFFFFFF ;font:normal 1.350em/1.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#titleBar1 form{position:absolute;top:22px; right:20px;}
#titleBar{background:#ffffe0 url(../dx/cabecera.jpg/$file/cabecera.jpg) top right no-repeat;height:60px;position: relative;border-bottom:0px solid #696969;border-top:0px solid #ffd700;}
#titleBar h2{background: url(../dx/cabecera1.jpg/$file/cabecera1.jpg) top left no-repeat;height:60px;margin:0 0px 0 0;padding:0px 0px 0px 0px;color:#FFFFFFF ;font:normal 1.350em/1.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#titleBar h3{margin:0 0px 0 0;padding:10px 0px 0px 20px;color:#FFFFFFF ;font:normal 1.350em/1.352em 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:22px; right:20px;}
/*** menu de arriba***/ 
#arribamenu {margin:1px 0px 0px 0px;height:2.278em; line-height:2.278em;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;} 
#arribamenu ul {margin:0; padding:0;} 
#arribamenu li {float:left; margin:0; padding:0; 
list-style-type:none; 
border-right:1px solid;} 
#arribamenu li a {display:block; padding:0 18px; font-weight:bolder; letter-spacing:1px;} 
#arribamenu {background:#696969}
#arribamenu li {border-color:white;} 
#arribamenu a {color:white;} 
#arribamenu a:hover {color:#696969; background-color:#fc0 }
/*solo para la web page prueba*/
#tablaa{color:#000;text-align:left;width:250px;background:#fc0 url(../dx/tablaa.jpg/$file/tablaa.jpg) top left repeat-x;height:120px;position: relative;border:1px solid #cd5c5c;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablaa a:hover {background:#ffc000;}
#tablaa a {color:#fff;}
#tablae{color:#000;text-align:left;width:260px;background:#afeeee url(../dx/tablae.jpg/$file/tablae.jpg) top left repeat-x;height:120px;position: relative;border:1px solid #0000ff;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablae a:hover {background:#ffc000;}
#tablae a {color:#fff;}
#tablab{color:#228b22;text-align:left;width:250px;background:#adff2f ;height:120px;position: relative;border:1px solid #228b22;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablab a:hover {background:#ffc000;}
#tablab a {color:#006400;}
#tablac{width:390px;background:#696969;height:277px;position: relative;border:1px solid #000;
padding:5px 5px 5px 5px;margin:0px 0px 0px 0px;}
#tablac a:hover {background:#ffc000;}
#tablac a {color:#fff;}
#tablad{color:#fff;text-align:left;width:260px;background:#bebebe;height:120px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tablad a:hover {background:#ffc000;}
#tablad a {color:#fff;}
/*fin código para la webpage*/
/*solo para la web page prueba2*/
#tablaee{color:#000;text-align:left;width:95%;background:#afeeee url(../dx/hola.jpg/$file/hola.jpg) top left repeat-x;height:120px;position: relative;border:1px solid #0000ff;
padding:10px 5px 10px 10px;margin:0px 0px 5px 0px;}
#tablaee a:hover {background:#ffc000;}
#tablaee a {color:#fff;}
#tabladd{color:#fff;text-align:left;width:95%;background:#bebebe;height:120px;position: relative;border:1px solid #696969;
padding:10px 5px 10px 10px;margin:0px 0px 0px 0px;}
#tabladd a:hover {background:#ffc000;}
#tabladd a {color:#fff;}
/*fin código para la webpage*/
#construccion{width:100%;float:left;background:#696969 url(../dx/paisanoeslug.jpg/$file/paisanoeslug.jpg)no-repeat;height:170px;border-bottom:3px solid #ffd700;border-top:2px solid #ffd700;}
#construccion h2{margin:0 0px 0 0;padding:10px 5px 0 15px;color:#FF4500;font:normal 2.350em/2.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#construccion1{width:100%;float:left;background:#696969 url(../dx/boxer.jpg/$file/boxer.jpg)repeat-x;height:270px;border-bottom:3px solid #ffd700;border-top:2px solid #ffd700;}
#construccion1 h2{margin:0 0px 0 0;padding:210px 5px 0 15px;color:#FFc000;font:normal 2.350em/2.352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#centrohome1{width:220px;height:276px; ;background:#fff url(../dx/cool.gif/$file/cool.gif) bottom right no-repeat; ;border:1px solid #b0e0e6;}
#centrohome1{margin:5px 0px 10px 0px ;padding:10px 10px 10px 10px;}
#centrohome2{width:230px ;background:#fff url(../dx/designer.gif/$file/designer.gif) bottom right no-repeat;;height:130px;border:1px solid #fff;}
#centrohome2{margin:5px 0px 10px 0px;padding:10px 0px 10px 0px;}
#centrohome3{width:220px ;background:#fff ;height:156px;border:1px solid #b0e0e6;}
#centrohome3{margin:5px 0px 10px 0px;padding:10px 10px 10px 10px;}
#centrohome4{width:220px ;background:#fff url(../dx/TIAMIRANDO.jpg/$file/TIAMIRANDO.jpg) bottom right no-repeat;;height:130px;border:1px solid #b0e0e6;}
#centrohome4{margin:5px 0px 10px 0px;padding:10px 10px 10px 10px;}
#centroA{width:100%px;height:15px; background:#add8e6 ;border-top:1px solid #b0e0e6;border-right:1px solid #b0e0e6;border-left:1px solid #b0e0e6;}
#centroA{margin:0px 5px 0px 0px ;padding:5px 10px 5px 10px;}
#centroH{margin:0px px 0px 0px ;padding:12px 10px 5px 25px;color:#fff ;font:normal 1.8350em/1.8352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:4px;}
#centroH1{margin:0px px 0px 0px ;padding:12px 10px 5px 30px;color:#cd5c5c ;font:normal 1.8350em/1.8352em Helvetica, Arial, Verdana, sans-serif;letter-spacing:4px;}
#centroAAR{width:100%px;height:15px; background:#add8e6 ;border-top:1px solid #b0e0e6;border-right:1px solid #b0e0e6;border-left:1px solid #b0e0e6;}
#centroAAR{margin:5px 5px 0px 0px ;padding:5px 10px 5px 10px;}
#centroAA{width:100%px;height:15px; background:#add8e6 ;border-top:1px solid #b0e0e6;border-right:1px solid #b0e0e6;border-left:1px solid #b0e0e6;}
#centroAA{margin:5px 5px 0px 0px ;padding:5px 10px 5px 10px;}
#centroAA h2{margin:0 0px 0 0;padding:3px 0 0 0px;color:#fff;font:normal 1.000em/1.1em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#centroAAA{width:100%px;height:15px; background:#add8e6;border-top:1px solid #b0e0e6;border-right:1px solid#b0e0e6;border-left:1px solid #b0e0e6;}
#centroAAA{margin:10px 5px 0px 10px ;padding:5px 10px 5px 10px;}
#centroAAA h2{margin:0 0px 0 0;padding:3px 0 0 0px;color:#fff;font:normal 1.000em/1.1em Helvetica, Arial, Verdana, sans-serif;letter-spacing:0;}
#centrologos{width:169px;margin:0px 0px 3px 1px}
#centroB{width:100%px; background:#fff url(../dx/gente2.jpg/$file/gente2.jpg) bottom right no-repeat ;border:1px solid #b0e0e6;}
#centroB{margin:0px 5px 0px 0px ;padding:10px 10px 10px 10px;}
#centroBA{width:100%px;height:660px; background:#fff url(../dx/fondopaisano.jpg/$file/fondopaisano.jpg) bottom right no-repeat ;border:1px solid #b0e0e6;}
#centroBA{margin:0px 5px 0px 0px ;padding:10px 10px 10px 10px;}
#centroC{width:100%px;height:100px; background:#fff  ;border:1px solid #b0e0e6;}
#centroC{margin:0px 5px 0px 0px ;padding:10px 10px 10px 10px;}
#centroCA{width:100%px;height:50px; background:#fff ;border:1px solid #b0e0e6;}
#centroCA{margin:0px 5px 0px 0px ;padding:10px 10px 10px 10px;}
#centroD{width:100%px; background:#fff ;border:0px solid #b0e0e6;}
#centroD{margin:0px 5px 0px 0px ;padding:10px 10px 10px 0px;}
#comentario{width:700px; background:#fff ;border:0px solid #b0e0e6;}
#comentario{margin:0px 0px 0px 10px ;padding:0px 0px 0px 0px;}
#anchura{margin:0 auto;min-width:620px; }
/* Main 2,3-Column Layout */
#main{background:#696969;margin:0 auto;min-width:978px;padding:0px;background:#fff ;border-left:0px solid #aaa;border-right:0px solid #aaa;border-bottom:3px solid #ffc000;border-top:0px solid #aaa;-moz-border-radius:5px;overflow:hidden;}
div.short{background: #fff !important;}
#colLeft{/*float:left;*/width:200px;padding:0px 0px 0px 0px;margin:0px 6px 0px 0px;}
td.colLeft {width:175px}
#content{background:#fff;padding:7px 5px 10px 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{padding:7px 5px 10px 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.*/}
#menuiz { margin: 0px 0px 0px 0px; float:left;  font-family: arial, serif; font-size: 13px;text-align: center;}
ul#menuiz { text-align: left;  list-style: none;  padding: 3px;margin: 1px 0px 2px 0px ;}
ul#menuiz li {  display: block; margin: 0px 0px 2px 0px ; padding: 0;}
ul#menuiz li a { display: block;     padding: 3px 3px 3px 3px; border-width: 1px; border-color: #fff ; border-style: solid;
        color: #fff; text-decoration: none;background: #add8e6;color: #696969;}
ul#menuiz li a { width: 163px; }
ul#menuiz li a:hover {   color: #ff4500;   background:#fff;  border-color: #fc0;}
#menude1 { margin: 0px 0px 0px 0px; float:left;  font-family: arial, serif; font-size: 13px;text-align: center;}
ul#menude1 { text-align: left;  list-style: none;  padding: 3px;margin: 1px 0px 2px 0px ;}
ul#menude1 li {  display: block; margin: 0px 0px 2px 0px ; padding: 0;}
ul#menude1 li a { display: block;     padding: 3px 3px 3px 3px; border-width: 1px; border-color: #696969 ; border-style: solid;
        color: #fff; text-decoration: none;background: #add8e6;color: #696969;}
ul#menude1 li a { width: 163px; }
ul#menude1 li a:hover {   color: #ff4500;   background:#fff;  border-color: #fc0;}
#menude2 { margin: 0px 0px 0px 0px; float:left;  font-family: arial, serif; font-size: 13px;text-align: center;}
ul#menude2 { text-align: left;  list-style: none;  padding: 3px;margin: 1px 0px 2px 0px ;}
ul#menude2 li {  display: block; margin: 0px 0px 2px 0px ; padding: 0;}
ul#menude2 li a { display: block;     padding: 3px 3px 3px 3px; border-width: 1px; border-color: #fc0 ; border-style: solid;
        color: #fff; text-decoration: none;background: #fffacd;color: #696969;}
ul#menude2 li a { width: 163px; }
ul#menude2 li a:hover {   color: #ff4500;   background:#fff8dc;  border-color: #dedede;}
#menude { margin: 0px 0px 0px 0px; float:left;  font-family: arial, serif; font-size: 13px;text-align: center;}
ul#menude { text-align: left;  list-style: none;  padding: 3px;margin: 1px 0px 2px 0px ;}
ul#menude li {  display: block; margin: 0px 0px 2px 0px ; padding: 0;}
ul#menude li a { display: block;     padding: 3px 3px 3px 3px; border-width: 1px; border-color: #fff ; border-style: solid;
        color: #fff; text-decoration: none;background: #add8e6;color: #696969;}
ul#menude li a { width: 163px; }
ul#menude li a:hover {   color: #ff4500;   background:#fff;  border-color: #fc0;}
/* colRight details */
#main #colRight #chain{
	clear: both;
	padding:0;
	font-size:1.1em;
}
#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 url(../dx/boca.jpg/$file/boca.jpg) top left repeat-x;;height:13em; */
	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;}
.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:1px solid #e0e0e0;padding:1px 15px;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 {width: 670px;font-weight:normal;font-size:1.1em;background-color:#fff;border:1px solid #e0e0e0;padding:3px 14px;margin-left:10px;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 {width: 685px;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:50px;}*/
#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:none;}
.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 para comentarios */
form ul{ /*position: relative;width: 100%; */ list-style: none; margin:10px 0;padding:0 15px;border:1px solid #e0e0e0;}
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;}
#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 {background: #000 ;PADDING: 10PX 10PX 10PX 10PX;}
#header { 	/*font: normal .75em/1.5em Helvetica, Arial, Verdana, sans-serif; */;	color: #5b3feb;	/*height: 4.0em; */	height: 6px;	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;	}
/* 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: none; }
#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 none 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]-->    
