BODY {
   font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0 0 0 0px;
   text-align: center;
   background-image: url('fondoRight.jpg');
   background-repeat: repeat-x;
   background-attachment: fixed
}

hr {
	display:none;
 }

td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}

b {
	font-size: 16px;
	text-align : center;
	color : #000000;
}

a {
	font-size:14px;
	color:#0000000;
        font-weight: normal
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#ffffff;
}
a:active {
	text-decoration: none;
	color:#0000000;
}

#container {

       margin: 0 auto;
       width:auto;
       height:900px;


}

.header{
       width: auto;
       height:100px;
}

.izquierda{
       width:450px;
       height:auto;

       color: #000000;   
       border-style: none;
       border-width: 0;
       border-color:#000000;
       margin:10px 0 0 10px;
       float:left;
       padding:3px;
}

.izquierda td {
       font: 10px Verdana, Arial, Helvetica, sans-serif;
       text-align:left;
       text-transform:capitalize;
       color: #000000;   
  
}

.derecha{
       width:300px;
       height:auto;
       margin: 0px 40px 0 0;
       border-style: none;
       border-width: 0;
       float:right;
       padding:5px;

}

.derecha td {
       font: 10px Verdana, Arial, Helvetica, sans-serif;
       text-align:left;
       padding:2px;

}

