BODY {
   margin: 0px;
   padding: 0px;
   background-color: #003066;
}

.backLeft {
   background-image: url('img/back_left.gif');
   background-position: right;
   background-repeat: repeat-y;
}

.backRight {
   background-image: url('img/back_right.gif');
   background-position: left;
   background-repeat: repeat-y;
}

div#mainArea {
   width: 765px;
   margin: 0px auto 0px auto;
   background: white;
}

A               { color: #2C5B80; }
A:link          { color: #2C5B80; }
A:visited       { color: #2C5B80; }
A:active        { color: #2C5B80; }
A:hover         { color: #555555; }

A.noSubrallar   { text-decoration: none; }

p, td, div, .texto {
   font-family: Trebuchet MS;
   font-size: 12px;
   line-height: 15px;
   color: #003066;
   text-decoration: none;
}

p, div, .texto {
   text-align: justify;
}

.inbox{
   border-width:1px;
   border-style:solid;
   border-color:#000000;
   background-color:#FFFFFF;
   font-family:Trebuchet MS;
   font-size:12px;
   color:#003066;
}

.boton{
   height: 25px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#032E63;
   font-family: Trebuchet MS;
   color: #ffffff;
   font-weight: Bold;
   font-size: 11px;
}

div#header {
   height: 80px;
   width: 100%;
   background-image: url('img/adwars_header_blue.gif');
   background-position: top left;
   background-repeat: no-repeat;
}

div#footer {
   background-image: url('img/shadow.gif');
   background-repeat: repeat-x;
   clear: both;
   height: 80px;
   width: 100%;
}

div#footerInfo {
   background-image: url('img/shadow.gif');
   background-repeat: repeat-x;
   text-align: center;
}

div#contenido {
   background-image: url('img/shadow.gif');
   background-repeat: repeat-x;
   width: 100%;
}

div.separadorBlue {
   background-color: #000E44;
   height: 1px;
   width: 100%;
}

div#newsBox {
   display: block;
   float: left;
   background-color: #E5EAEF;
   background-image: url('img/shadow2.gif');
   background-repeat: repeat-x;
   width: 210px;
   height: 100%;
   border-right: 1px #000E44 solid;
   padding: 10px;
   margin-right: 10px;
}

td.listadoCursos {
   background-color: #E5EAEF;
   background-image: url('img/shadow2.gif');
   background-repeat: repeat-x;
   width: 210px;
   height: 100%;
   border-right: 1px #000E44 solid;
   padding: 0px;
   margin: 0px;
}

div.docsCurso {
   display: block;
   clear: both;
   width: 96%;
   background-color: #E5EAEF;
   padding: 10px;
}

div#contenido div.textoContenido {
   padding: 10px;
   height: 100%;
}

div.datosBreves {
   color: #6E7694;
}

td.criterio, td.criterio a {
   background: #6E7694;
   font-size: 9px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   text-align: center;
   padding: 3px;
   border-bottom: 1px #000E44 solid;
}

td.criterioOn, td.criterioOn a {
   background: #484F6B;
   font-size: 9px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   text-align: center;
   padding: 3px;
   border-bottom: 1px #000E44 solid;
}

div#linksTexto {
   text-align: center;
   height: 10px;
   overflow: hidden;
}

div#linksTexto a {
   color: white;
   font-size: 8px;
}