@charset "UTF-8";
@media all
{
	#contenedor2{
		background: none;
	}
	#contenido {
		padding: 10px 0 0 50px;
		text-align: left;
		font-size: 1em;
		width: 90%;
	}
	
	h1, h2{
		color: #006eb2;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
	}
	
	h1{
		font-size: 16px;
	}
	
	p{
		padding-left: 10px;
		padding-bottom: 10px;
		text-align: justify;
	}
	
	h2#privacy{
		position: relative;
		margin-top: -100px;
	}
}
