@charset "utf-8";
/* CSS Document */

body {  
    background-image:url(../cuenta/img_cuenta/background.jpg);  
    background-repeat:no-repeat;  
    background-position:top center;  
    background-color:#657077;  
    margin:40px;  
	font-family:Verdana, helvetiva, Arial, sans-serif;
}  


#ingreso
{

width:300px;
margin:10px auto 10px auto;
}
#tabbed_box {  
    margin: 30px auto 10px auto;  
    width:400px;  
}  
#tabbed_box h4 {  
     
    font-size:23px;  
    color:#ffffff;  
    letter-spacing:-1px;  
    margin-bottom:10px;  
}  
#tabbed_box h4 small {  
    color:#e3e9ec;  
    font-weight:normal;  
    font-size:9px;  
    
    text-transform:uppercase;  
    position:relative;  
    top:-4px;  
    left:6px;  
    letter-spacing:0px;  
}  
.tabbed_area {  
    border:1px solid #494e52;  
    background-color:#636d76;  
    padding:8px;      
}  
.content  {
    margin:0px;  
    padding:0px 20px 0px 20px;
	background-color:#FFFFFF;
		border:#CCCCCC thick; 
	
}  

