/* CSS Document */

body {
font-family: 'Lucida Grande', Tahoma, sans-serif; font-size: 11px; color: #fff; line-height: 17px;   
background-color: #050508; width: 100%; height: 100%; padding: 0; margin:0; 
}

#clientes-wp{ width:500px; height:300px; background:url(images/clientes.jpg) no-repeat center center;
top: 50%; left: 50%; margin-top:-150px; margin-left:-250px; position: absolute; }

#clientes-wp #mensaje {margin-left:35px; margin-top: 90px; width:350px; margin-bottom: 15px;}
#clientes-wp #mensaje a:link, a:visited, a:active { color:#fff;  font-weight:bold; text-transform:uppercase; }
#clientes-wp #mensaje a:hover {  color:#CCC; text-decoration:underline;  }
#clientes-wp #mensaje .correcto { background-color:green;  padding: 5px 7px 5px 7px;   }
#clientes-wp #mensaje .error { background-color:#990000;  padding: 5px 7px 5px 7px;  }


#clientes-wp #content {margin-left:35px; width:230px;}

#clientes-wp .s1 { width:221px; padding:2px; margin-bottom:8px; font-family: 'Lucida Grande', Tahoma, sans-serif; font-size: 11px; letter-spacing:1px; }
#clientes-wp .s2 { float:right; }