body {
	padding: 0;
	margin: 0;
	background: url(../img/bg.jpg) top center no-repeat;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

a:hover {
	color: #0099aa;
}

.text-center {
	text-align: center;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.linea_arriba {
	width: 100%;
	position: absolute;
	height: 30px;
	background: #0099aa;
	top: 0;
}

.linea_abajo {
	width: 100%;
	position: absolute;
	height: 50px;
	background: #0099aa;
	bottom: 0;
}


#contenedor {
	max-width: 500px;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -200px;
}

#contenedor .linea {
	width: 100%;
	height: 4px;
	display: block;
	background: #0099aa;
	margin-top: 4px;
}

#contenedor h1{
	text-align: justify;
	text-align-last: justify;
	font-size: 16px;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: 600;
}

#contenedor h1:after{
	content: "";
	display: inline-block;
	width: 100%;
}

#contenedor p {
	font-size: 16px;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: 600;
}


@media (max-width: 560px){

	#contenedor {
		max-width: 300px;
		height: 320px;
		position: relative !important;
		margin: 0 auto !important;
		left: initial;
		top: 50px;
		margin-top: 50px;
	}

	#contenedor h1 {
		text-align: center !important; 
	}

}

