#contacto {
	background-image: url(../images/bg/contacto.jpg);
	background-repeat: no-repeat;
}

	#contactInfo {
		width: 447px;
		height: 174px;
		padding: 40px 50px;
		background-image: url(../images/bg/contactInfo.gif);
		background-repeat: no-repeat;
		float: right;
		margin-bottom: 10px;
	}
	
		#contactInfo .info {
			float: left;
			width: 250px;
		}
	
			#contacto h2 {
				color: #4792d3;
				font-size: 2.1em;
				font-weight: bold;
			}
			
			#contactInfo .info p {
				line-height: 1.5em;
				margin: 10px 0 42px 0;
			}
		
		#contactInfo .mapa {
			float: right;
			text-align: right;
			padding-top: 10px;
		}
		
			#contactInfo .mapa p {
				margin-top: 3px;
			}
		
			#contactInfo .mapa a {
				text-decoration: none;
			}
		
		#contactInfo a {
			color: #d79500;
			font-weight: bold;
		}
		
		
	#contacto p {
		clear: right;
	}

	#ubicacion {
		width: 517px;
		height: 519px;
		background-image: url(../images/bg/ubicacion.png);
		background-repeat: no-repeat;
		padding: 50px 34px 34px 34px;
		display: none;
		position: absolute;
		
		_width: 449px;
		_height: 435px;
	}
	
		#ubicacion h2 {
			font-weight: normal;
			margin-left: 20px;
		}