.item_contacto{
	width: 90%;
	height: auto;
	float: left;
	color: #999;
	border-bottom:2px dotted #606060;
	font-size:14px;

}
.icon_avatar{
	width: 50px;
	height: 50px;
	float: left;
	padding: 15px 30px 15px 0;
}
.text_avatar{
	float: left;
	min-width:200px;
	padding-top:30px;
}
.text_avt_doslinea{
	float: left;
	min-width:200px;
	padding-top:20px;
}
.bloque_cont{
	background-color: #EEF1F3;
	display:block;
	float: left;
	width:90%;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
	
}
.cab_bloque_cont{
	font-size: 120%;
	background-color: #2B4364;
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);

}

.items_formulario{
	width:90%;
	margin:20px auto;
}

.tex_cab{
	padding:10px;
	
}

.contenido {
	float: left;
	width:100%;
	}
	
.fieldset {
    display: block;
    margin: 0 0 20px;
	padding:5px;

}

.fieldset--checkbox {
    margin-top: 20px;
    text-align: center
}

.label {
    display: block;
    font-size: 14px;
    text-align: left;
}

.label--checkbox {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.2em;
    display: inline-block;
    min-width: 280px
}

.checkbox-label-text {
    line-height: 1.6em;
    margin-left: 26px
}

.label-content--checkbox {
    margin-left: 20px;
}

.field {
    display: block;
    width: 100%;
    font: normal 14px Arial, sans-serif;
    margin: 0 auto;
    border: 1px solid #c1d0d9;
    border-radius: 6px;
    box-shadow: inset 0px 1px 2px rgba(102, 102, 102, 0.1);
    background-color: #fefefe;
		padding:5px;

}

.field::-webkit-input-placeholder {
    color: rgba(167, 178, 185, 0.4)
}

.field:-moz-placeholder {
    color: rgba(167, 178, 185, 0.4)
}

.field::-moz-placeholder {
    color: rgba(167, 178, 185, 0.4)
}

.field:-ms-input-placeholder {
    color: rgba(167, 178, 185, 0.4)
}

.field:focus {
    outline: none;
    background-color: white;
    box-shadow: 0 0 5px #c1d0de
}

.checkbox {
    margin-right: 10px;
    float: left
}

.select {
    display: block;
    width: 100%;
    font: normal 16px Arial, sans-serif;
    margin: 0 auto 20px
}

.fieldset--actions {
    text-align: right
}

.button {
    display: inline-block;
    background: #1d9a4f;
    border: none;
    color: white;
    font: bold 12px Arial, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 15px
}