/* Pretty simple stylesheet for CSS: adjust font-family, color, background-color to taste */
h1,h2,h3,h4,h5,h6 {margin-top:.5em; margin-bottom:.1em; 
font-family:Verdana, arial, sans-serif;          /* adjust to taste */
color:#535c9f;                           /* adjust to taste */
}

table {font-size:100%} /* Fixes IE inheritance failure */


pre, code {color:black; background-color:white; font-size:8pt}
p {margin-top:.3em; margin-bottom:.7em}
ul {list-style-type:disc}
li {margin-bottom:.3em}
hr {color:darkred; background-color:darkred} /* adjust to taste */
h1 {margin-top:0}

#edited{background-color:#f0e9df;  font-family:verdana, arial, sans serif; }

#precio{background-color:#f0e9df;  font-family:verdana, arial, sans serif; }
textarea {background-color:#f0e9df;  font-family:verdana, arial, sans serif; color:#294072; font-size:11px;}

select {background-color:#294072; border:#8ea1c4; border-style:solid; border-width:1px; font-family:verdana, arial, sans serif; font-size:11px; color: #FFFFFF;}

/* Tidy up tables pasted in from MS Word */
.MsoNormalTable, .MsoTableGrid {width:auto !important; border-collapse: collapse!important;}
.MsoNormalTable *, .MsoTableGrid * {width:auto !important; padding:.5em !important; margin:0 !important; }
.wzCtrl{background:url(/img/ToolbarBack.png) repeat-x}
/* Public domain: found at http://www.unverse.net/whizzery/simple.css */