.container-fluid {
	border: 1px solid #002E87;
}

.block_blue {
	background-color: #002E87;
	height: 48px;
}

.text_size_title {
	font-size: 9px;
	line-height: 1.5; 
	padding-top: 6px;
	margin-left: 5px;
}

.title1 {
	font-size: 9px;
	font-weight: bold;
	color: #FEFEFE;
	text-transform: uppercase;
}

.title2 {
        font-size: 8px;
        font-weight: bold;
        color: #C3BA41;
        text-transform: uppercase;
}

.img-logo {
	width: 70px;
	margin-left: -12px;
	margin-top: 9px;
}

.text_body {
	text-align: center;
	padding-top: 16px;
	font-size: 14px;
}

.description1 {
	text-transform: uppercase;
}

.text_forte {
	font-weight: bold;
	text-transform: uppercase;
}

.input_container {
	margin-top: 12px;
        width: 100%;
	position: relative;
	padding: 0 0 0 20px;
	background: fff;
	border: 1px solid #002E87;
    	border-radius: 20px;
    	height: 40px;
}

.input_contacto {
	width: 80%;
    	height: 28px;
    	padding-right: 40px;
    	margin: 0;
    	margin-top: 5px;
	border-width: 0px;
	text-align: center;
}

.input_img {
	position:absolute;
	bottom: 5px;
	left: 8px;
	width: 24px;
	height: 24px;
}

.button_contacto {
	margin-top: 12px;
	margin-bottom: 11px; 
	width: 100%;
	border: 1px solid #002E87;
	border-radius: 15px;
	height: 40px;
	background: #002E87;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.input_contacto:focus{
	outline:0px;
}

.msg_back {
	height: 50px;
}

.successMsg {
	color: green;
}

.errorMsg {
	color: red;
}

#html-contacto {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
