body{
	background-color: #DBEDFD;
    color: #4B4B4B;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    padding-top: 0px;
 }

.row-fluid{
	width: auto;
	max-width:1052px;
	margin: auto;
	}

.bg-image img {
    display: block;
    margin: 0 auto;
    max-width: 1052px;
    width: 100%;
	}

.content{
	width: 100%;
	max-width:1052px;
	margin: auto;
	background-color: #FFF;
	}
	
.mio_check {
    background-color: #ffffff;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    color: #787878;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 5px;
    padding: 4px;
    width: 200px;
	}	

input.cerca {
    background-color: #02279C;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    height: 28px;
    margin-top: 10px;
    padding: 0 0 3px;
    width: 117px;
    border-radius: 5px;
	}

input.cerca:hover {
    background-color: #0C48FC;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    height: 28px;
    margin-top: 10px;
    padding: 0 0 3px;
    width: 117px;
    border-radius: 5px;
}

.cerca {
    background-color: #02279C;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    height: 28px;
    margin-top: 10px;
    padding: 0 0 3px;
    width: 117px;
    border-radius: 5px;
	}














