@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, li, ol, ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	}

a {
	text-decoration: none;
	}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}
	
#logoWrapper {
	background-image: url('logo-relaciones-sin-compromisos.gif');
	height: 187px;
	width: 900px;
	margin: 0 auto 0 auto;
	}
	
#contentWrapper {
	background-image: url('imagen-fondo-relaciones-sin-compromisos.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	height: 253px;
	width: 100%;
	margin: 0 auto 0 auto;
	}
	
#contentEnterButton {
	width: 900px;
	margin: 0 auto 0 auto;
	}
	
	#enterButton {
		cursor: pointer;
		margin: 0 0 0 200px;
		background-image: url('boton-acceder-relaciones-sin-compromisos.gif');
		width: 542px;
		height: 103px;
		}
		
		#enterButton:hover {
			background-position: 538px 0;
			}
			
#contentText {
	width: 800px;
	margin: 75px auto 0 auto;
	text-align: left;
	}
	
	#contentText h1 {
		margin: 0 0 75px 0;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		color: #999;
		}
	
	
	
	