/* CSS Document */
body { 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	padding-top:40px;
}

h1 {
    color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2em;
    margin-top: 10px;
	font-style: normal;
    font-weight: 100;
    line-height: 1.17em;
}
h2 {
    font-size: 2.5em;
    color: #555555;
    font-style: normal;
    font-weight: 100;
    line-height: 1.17em;
	margin-top:0;
	margin-bottom:20px;
}
h3 {
    font-size: 1.46667em;
    font-weight: 300;
	color: #555555;
    font-style: normal;
    line-height: 1.17em;

}
p {
    color: #666666;
    margin: 0 0 20px;
}

.navbar {
    font-size: 14px;
    font-weight: 400;
}

.navbar .dropdown-menu {

    font-weight: 500;
}
section.white {
	border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
    padding-top: 40px;
}
section.white i{
	font-size:64px;
	margin-bottom:20px;
	color: #658e2f;
}
section.grey {
	border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
    padding-top: 40px;
	background-color: #F6F7F9;
}
section.grey i{
	font-size:64px;
	margin-bottom:20px;
	color: #658e2f;
}
section#bg-img {
    background:url(../images/emed-back-main.jpg) no-repeat center;
	background-size:cover;
    height: 300px;
    position: relative;
	background-attachment:fixed;
}
section#bg-img-top {
    background:url(../images/emed-back-top.jpg) no-repeat center;
	background-size:cover;
    height: 300px;
    position: relative;
	background-attachment:fixed;
}
section#bg-img-bottom {
    background:url(../images/emed-back-bottom.jpg) no-repeat center;
	background-size:cover;
    height: 200px;
    position: relative;
	background-attachment:fixed;
}
footer {
    background: #F9F9F9;
    border-top: 1px solid #ECECEC;
    padding: 20px 0 10px;
    text-align: center;
	 color: #AEAEAE;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
}
.privacidad{
	font-size:12px !important;
	padding-top:10px;
	padding-bottom:10px;
}

/*Small Devices*/
@media (min-width: 768px) {
div#info {
	text-align:center;
}

}

/*Medium Devices*/
@media (min-width: 992px) {
	div#info {
	text-align:left;
}

h1 {
	margin-top: 30px;
	font-size:3.5em;
}

}

/*Large Devices*/
@media (min-width: 1200px) {
	div#info {
	text-align:left;
}

}