body
{
 margin: 0px;
 padding: 0px;
 color: #000000;
 font-family: verdana,tahoma,arial,helvetica,sans-serif;
}



.mensaje {position:absolute; top: 10px; left: 250px;font-size: 14px; font-style: italic;font-weight: bold;color: #000000}


.shadetabs{
/*border-bottom: 1px solid gray;*/
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
 position: absolute;
 top: 49px;
 right: 0px;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding:0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
color: #2d2b2b;
}

.shadetabs li#current{
position: relative;
top: 1px;
}

.shadetabs li#current a{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li#current a:hover{ /*selected main tab style */
background: white url(../img/shade.gif) top left repeat-x;
text-decoration: none;
}

#error {  padding: 5px 20px 5px 20px;border: 3px solid #A00;  background-color: #FEE;  padding:5pt;width: 70%;margin: 0px auto;}

#exito {  padding: 5px 20px 5px 20px;border: 3px solid #0F0;  background-color: #EFE;  padding:5pt;width: 70%;margin: 0px auto;}

/**INICIO CABECERA**/
div#banner h1 { display:inline; margin:0; padding:0; float:left;}

div#banner h1 img { border-style:none;}

div#banner
{
  margin:0;padding:0;height: 102px;width: 100%;
  background-image: url(../img/repetircabv2.jpg);
  background-repeat: repeat-x;
  background-position: top 419px;

}

div#banner #motivo
{
  height: 102px;background-color: transparent;background-image: url(../img/cabrightv2.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}