#contenedor_cambio{
	width: 980px;
	margin: auto;	
}

#cabecera_cambio{
	width: 980px;
	float: left;
	margin-top: 15px;
	text-align: center;
}


#cuerpo_cambio{
	width: 980px;
	float: left;
	margin-top: 15px;
	text-align: center;
}

#tit_cambio{
	margin: auto;
	font-weight: bold;
	height:20px;
padding-top:5px;
width:100%;
background-color:#406D96;
color:white;

}

#cont_form{
	width: 600px;
	height: 130px;
	text-align: center;
	margin: auto;
	background-color: #DDDEDD;
}

#cont_campos{
	margin: auto;
	width: 330px;
}

.lbl_form{
	float: left;
	font-weight: bold;
	color: #555555;
	clear: both;
	width: 160px;
	height: 15px;
	text-align: left;
	margin-right: 10px;
	margin-top: 10px;
}

.fld_form{
	float: left;
	margin-top: 5px;
}

.fld_form input{
	width: 140px;
	height: 16px;
}

.btn_cambio {
    clear: both;
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 600px;
}


.btn a, .bton a:hover{
  color: #000000;
    font-weight: normal;
    text-decoration: none;
}
a:hover{
  color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.btn{
	margin: auto;
	width: 130px;
	height: 20px;
	border: 1px solid #C70200;
	background-color: #F8DEDF;
	padding-top: 5px;
}