/* Body */
body {
   background: url("/images/template/longstripebg.gif") #FFFFFF repeat-y top left;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
}

/* Page Header */
h2#header {
   background: url("/images/template/banner.gif") #FFFFFF no-repeat top left;
   height: 87px;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

h2#header #logo {
   display: block;
   float: left;
   height: 87px;
   text-indent: -900em;
   width: 675px;
}

h2#header #emblem {
   background: transparent url("/images/template/abcLogo.jpg") no-repeat center left;
   float: right;
   height: 87px;
   margin-right: 25px;
   text-indent: -900em;
   width: 185px;
}

/* Page Header/Menu-Content Blue Line */
#headsplit {
   background: url("/images/template/bluestripe_left.gif") #0B3D91 no-repeat top left;
   border: 0px solid #0B3D91;
   margin: 0;
   padding: 0;
   text-align: right;
}

/* Left Menu */
div#leftmenu {
   background: url("/images/leftnav/navtop.gif") #0B3D91 no-repeat top right;
   left: 0;
   margin: 0;
   padding: 32px 0 0 23px;
   position: absolute;
   top: 94px;
   width: 126px;
}

div#leftmenu ul {
   background: url("/images/leftnav/navbottom.gif") #0B3D91 no-repeat bottom right;
   list-style-type: none;
   margin: 0;
   padding: 0 0 130px;
}

div#leftmenu li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

div#leftmenu ul a {
   display: block;
   height: 24px;
   position: relative;
   text-decoration: none;
   text-indent: -900em;
}

/* Left Menu Image Replacements */
div#leftmenu ul .bienvenidos a {
   background: transparent url("/images/leftnav/bienvenidos.gif") no-repeat;
}

div#leftmenu ul .bienvenidos a:hover {
   background: transparent url("/images/leftnav/bienvenidos_o.gif") no-repeat;
}

div#leftmenu ul .acerca a {
   background: transparent url("/images/leftnav/acerca.gif") no-repeat;
}

div#leftmenu ul .acerca a:hover {
   background: transparent url("/images/leftnav/acerca_o.gif") no-repeat;
}

div#leftmenu ul .video a {
   background: transparent url("/images/leftnav/video.gif") no-repeat;
}

div#leftmenu ul .video a:hover {
   background: transparent url("/images/leftnav/video_o.gif") no-repeat;
}

div#leftmenu ul .sanguinea a {
   background: transparent url("/images/leftnav/sanguinea.gif") no-repeat;
   height: 38px;
}

div#leftmenu ul .sanguinea a:hover {
   background: transparent url("/images/leftnav/sanguinea_o.gif") no-repeat;
}

div#leftmenu ul .vidas a {
   background: transparent url("/images/leftnav/vidas.gif") no-repeat;
}

div#leftmenu ul .vidas a:hover {
   background: transparent url("/images/leftnav/vidas_o.gif") no-repeat;
}

div#leftmenu ul .recursos a {
   background: transparent url("/images/leftnav/recursos.gif") no-repeat;
   height: 38px;
}

div#leftmenu ul .recursos a:hover {
   background: transparent url("/images/leftnav/recursos_o.gif") no-repeat;
}

div#leftmenu ul .herramientas a {
   background: transparent url("/images/leftnav/herramientas.gif") no-repeat;
   height: 38px;
}

div#leftmenu ul .herramientas a:hover {
   background: transparent url("/images/leftnav/herramientas_o.gif") no-repeat;
}

div#leftmenu ul .contactenos a {
   background: transparent url("/images/leftnav/contactenos.gif") no-repeat;
}

div#leftmenu ul .contactenos a:hover {
   background: transparent url("/images/leftnav/contactenos_o.gif") no-repeat;
}

div#leftmenu ul .adquieralo a {
   background: transparent url("/images/leftnav/adquieralo.gif") no-repeat;
}

div#leftmenu ul .adquieralo a:hover {
   background: transparent url("/images/leftnav/adquieralo_o.gif") no-repeat;
}

/* Content */
div#content {
   margin: 0 0 0 156px;
   padding: 20px 5px 0 20px;
}

/* Content Header + Header Image Replacement (if applicable) */
div#content h1 {
   margin: 0;
   padding: 0 13px 0 0;
   text-align: left;
}

div#content h2 {
   font-size: 14px;
   line-height: 130%;
   margin: 0;
   padding: 5px 13px 0 0;
   text-align: center;
}

div#content h3{
   color: #224499;
   font-size: 12px;
   font-weight: bold;
   line-height: 130%;
   margin: 0;
   padding: 5px 13px 8px 0;
   text-align: left;
}

div#content h4 {
   color: #224499;
   font-size: 12px;
   font-weight: bold;
   line-height: 130%;
   margin: 0;
   padding: 5px 13px 0 0;
}

div#content h5 {
   color: #224499;
   font-size: 12px;
   font-weight: bold;
   line-height: 130%;
   margin: 0;
   padding: 5px 13px 5px 0;
}

div#content h6{
   color: #224499;
   font-size: 12px;
   font-weight: bold;
   line-height: 130%;
   margin: 0;
   padding: 0 13px 5px 0;
   text-align: left;
}

/* Content Formatting */
div#content p {
   line-height: 130%;
   margin: 0;
   padding: 0 0 13px 0;
   text-align: justify;
}

div#textzone {
   margin-right: 204px;
   padding-right: 25px;
}

div#textzonenoquote {
   margin-right: 0px;
   padding-right: 25px;
}

div#content ul,
div#content ol {
   line-height: 130%;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0px 10px 10px 0px;
   text-align: justify;
}

div#content ul li,
div#content ol li {
   line-height: 130%;
   margin-bottom: 0;
   margin-top: 0;
   padding: 2px 10px 2px 0px;
}

/* Right Quotebox */
div#content div.quotebox {
   float: right;
   width: 204px;
}

div#content div.quotebox div.quotelower{
   padding-top: 10px;
   width: 204px;
}


div#content div.quotebox div.first {
   background: transparent url("/images/quotebox/quote_box_top.gif") no-repeat top right;
   height: 23px;
}

div#content div.quotebox div.last {
   background: transparent url("/images/quotebox/quote_box_bottom.gif") no-repeat top right;
   height: 23px;
}

div#content div.quotebox p {
   background: transparent url("/images/quotebox/quote_box_fill.gif") repeat-y top right;
   color: #990000;
   font-family: Georgia, Palatino, "Times New Roman", serif;
   font-size: 12px;
   font-style: italic;
   font-weight: bold;
   line-height: 18px;
   margin: 0;
   padding: 5px 5px 0px 46px;
   text-align: left;
}

div#content div.quotebox p .quotel {
   margin-left: -20px;
}

div#content div.quotebox p.signature {
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   font-weight: normal;
   line-height: 1.3em;
   padding: 5px 10px 6px 47px;
   text-align: right;
}

div#content div.quotebox div.quotelower p.quotelower {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #000000;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
	 line-height: 1.25em;
}


#topnav{
   color: #0B3D91;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   line-height: 100%;
}

a.topnav {
   color: #A81B0D;
}

/* Footer Links */
div.links {
   font-size: 10px;
   padding: 0;
}

div.links a,
div.links a:link,
div.links a:visited {
   text-decoration: none;
}

/* Menu-Content/Footer Line */
#footsplit {
   background: #A81B0D;
   border: 0;
   color: #A81B0D;
   height: 1px;
   margin: 2px auto auto 0;
   text-align: left;
   width: 90%;
}

/* Footer */
div#footer {
   font-size: 10px;
   padding: 0;
}

div.clear {
   clear: both;
   height: 1px;
}

/* Misc */
a:link,
a:visited {
   color: #AA0000;
   text-decoration: underline;
}

a:hover {
   color: #AA0000;
   text-decoration: none;
}

a.white:link,
a.white:visited {
   color: #FFFFFF;
   text-decoration: underline;
}

a.white:hover {
   color: #FFFFFF;
   text-decoration: none;
}

strong {
   color: #224499;
   font-size: 12px;
   font-weight: bold;
}

span.mstsred {
   color: #A81B0D;
   font-style: italic;
   font-weight: bold;
}

span.selected {
   color: #0B3D91;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   line-height: 100%;
}

sup.reg {
   color: #A81B0D;
   font-size: 8px;
   font-style: italic;
   font-weight: bold;
}

span.uparrow {
   font: Arial;
   font-size: 12px;
}

p.blue {
   color: #224499;
   font-weight: bold;
}

td {
   text-align: justify;
}

  
span.small, td.small {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
}

td.medium {
   border: 1px inset;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
}

th.medium {
   background: #224499;
   border: 1px inset;
   color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;
}

td.center {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;
}

sub.chemistry {
   font-size: 10px;
	 line-height: 2px;
}

table.blue {
   background: #EEF1F2;
   border: 1px solid #224499;
}

td.blue {
   font-size: 12px;
   line-height: 130%;
   padding: 10px 10px 0 10px;
}

td.blueform {
   font-size: 12px;
   line-height: 130%;
}

td.blueright {
   font-size: 12px;
   line-height: 130%;
   text-align: right;
}

td.content {
   line-height: 130%;
}

input,select {
   font-size: 12px;
}

form {
   margin: 0;
}

.red {
   color: #AA0000;
}

span.notbold {
   font-weight: normal;
}

tr.oddrow {
   background: #eee;
}
