body{
         background-color:#f1e6e0; 
         text-align:center;
         font-family:Tahoma;
 }
 
 #wrapper{
         width:980px;
         height:540px;
         background-color:#fff;
         margin-left:auto;
         margin-right:auto;
         background-image:url(fondo_2022.jpg);
 		border:2px solid #e7e5e3;
 		-webkit-box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.57);
 -moz-box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.57);
 box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.57);
 }
 
 #columna1{
         height:230px;
 }
 
 #columna2{
         height:225px;
 }
 
 #columna_2_izquierda{
         height:225px;
         width:24px;
         float:left;
 }
 
 #columna_2_centro{ /*DIV QUE CONTIENE FORM*/
         height:225px;
         width:280px;
         float:left;
         text-align:center;
 }
 
 #tabla_acceso_usuario{
         height:200px;
         width:220px;
         font-size:11px;
         margin-left:auto;
         margin-right:auto;
 }
 
 #boton_submit{
         font-size:12px;
         font-weight:bold;
         background-color:#B60D3D;
 		color:#fff;
 }
 
 .campo_submit{
         color:#9cb586;
 }
 
 #columna_2_derecha{
         width:676px;
         height:225px;
         float:right;
 }
 
 #columna3{
         height:85px;
 }