body {
	margin: 0;
}
body,html {
  	height: 100%;
}
#header {
	width: 100%;
	height: 138px;
	text-align: center;

}
#contenido {
	background: #ff5e44;
	width: 100%;
	margin-top: -84px;
	padding-top: 84px;
	padding-bottom: 20px;
}
.my-container {
	background: #fff;
	min-height: 300px;
	border-radius: 15px;
}
.header_nombre {
	background: #61abc5;    
    border-radius: 10px;
    padding: 10px 8px 10px 8px;
    margin-top: 15px;
}

.header_nombre span {
	color: #fff;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
}

.header_links {
	height: 45px;
	margin-top: 15px;
}

.marca-agua {
	 background-color: #FFFFFF;
	background-image: url(../img/logo2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; 

}

.btn-rounded-light {
	background: #f0eded;
	padding: 6px 11px;
	border-radius: 79px;
	color: #0985a2;
}