html 
{
	/*background-color: #0A68BB;
    background-image: url("../../images/fondo.png");
    background-repeat: repeat-x;*/
	
}
body
{
	background-color: #0A68BB;
    background-image: url("../../images/fondo.png");
    background-repeat: repeat-x;
	font: 12px/1.8em Arial,Helvetica,sans-serif;
    padding: 0;
	border: 0 none;
}
#topbar 
{
    background-image: url("../../images/footer.png");
    background-repeat: no-repeat;
    display: block;
    height: 120px;
    margin-left: 280px;
    margin-right: auto;
    width: 391px;
	border-radius: 0 0 20px 20px;
}
#container 
{
    background-color: #F2F2F2;
    margin: auto;
	margin-top:10%;
    width: 960px;
	border: PowderBlue solid 5px; 
	border-radius: 20px; 
}
#footer a 
{
	background-color:#f8b331;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 5px;
    width: auto;
	text-align: center;
	border-radius: 0 0 15px 15px;
	margin:30px 0 0 0;
}
fieldset 
{
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    padding: 10px;
    width: 600px;
	border-radius:5px;
}
input[type=text] , input[type=password] 
{
	
    border: 2px solid white;
    height: 30px;
    margin: 0 0 0;
    padding: 3px;
    text-align: center;
    width: 200px;
	border-radius:5px;
}
input[type=submit], input[type=reset]
 {
	background-color: #0091B5;
    color: #FFFFFF;
	width:200px;
	height:37px;
	border-radius:10px;
	border: 1px solid;
}
#login_response
 {
    overflow: auto;
}
#ajax_loading 
{
    display: none;
    font-family: Tahoma;
    font-size: 12px;
}
#logged_in 
{
    border: 1px solid #DDDDDD;
    padding: 5px;
    width: 500px;
}


#tabsruta {
    clear: both;
    height: auto;
}

