* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	background: #E8F3F8;
	color: #5C858C;
}
.main {
	width: 600px;
	margin: 0 auto;
	background: url(img/mono.png) no-repeat 30px 145px;
	
}
h1{
	font-weight: 300;
	font-size: 32px;
	color: #5C858C;
	width: 500px;
	margin: 30px auto ;
	text-align: center;
}
h1 span {
	font-weight: 300;
	font-size: 14px;
}

h2 {
    text-align: center;
}

.ciudad, #mono {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	position: relative;
	min-height: 670px;
}

.ciudad {
	background: url(img/bg-info.png) no-repeat bottom;
}

.ciudad p {
	font-weight: 300;
    color: #333;
    display: block;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255, 0.93);
}

.ciudad span {
	padding-top: 5px; 
	font-weight: 400;
	text-align: center;
}
.contaminantes {
	position: absolute;
	top: 100px;
	right: 15px;
}
.elemento {
	list-style: none;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 20px;
	background: url(img/bg-elemento.png) no-repeat center left;
	padding-left: 25px;
}
.elemento a {
	text-decoration: none;
	color: #4D4D4D;
}
.elemento a:hover {
	color: #5C858C;
	text-decoration: underline;
}

#mono {
	height: 400px;
	padding: 30px;
	/*mono*/
}
.donde {
	margin-top: 400px;
}
#sintomas  {
	color: #5C858C;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
}
.mono p{
	font-size: 14px;
	font-weight: 300px;
	color: #4D4D4D;
}
#ppm {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
#mono span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
}
#cuando span {
	font-weight: 300;
	font-size: 14px;
}

/*total de autos*/

#main{
	width: 600px;
	height: 400px;
}
