@charset "UTF-8";
/* CSS Document */

	*{margin:0;padding:0;}
	
	body{
		background-color: #3d4041;
	}
	
	#mainWrapper{
		margin: 0 auto;
		text-align: center;
		background-color: #3d4041;
		//background-image: url(sea.jpg);
		background-position: top;
	}

	#mainWrapper #content1{
		height: 435px;
		text-align: center;
		display:inline-block;	
	}
	
	#mainWrapper #content1 wrapper1{
		width: 910px;
		background-color: #3d4041;
	}
	
	h1{
		text-indent: -9999px;
		background-image: url(logo_venta.png);
		width: 183px;
		height: 105px;
		position: absolute;
		top: 52px;
		margin-left: 30px;
	}
	
	#mainWrapper #content1 h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 50px;
		color: #FFF;
		text-align: right;
		font-weight: 300;
		width: 940px;
		text-shadow: 0px 1px 3px #070B14;
		padding-top: 52px;
	}
	
	#mainWrapper #content1 h2 span{
		font-weight: 700;
	}

	#mainWrapper #content2{
		background-color: #ebfcff;
		text-align: center;		
	}
	
	#mainWrapper #content2 #wrapper2{
		margin:0 auto;
		display: inline-block;
		width: 940px;
	}
	
	#mainWrapper #content2 #wrapper2 h3{
		text-align: left;
		font-family: 'Ubuntu', sans-serif;
		font-size: 36px;
		webkit-font-smoothing: antialiased;
		font-weight: 300;
		color: #5098af;
		padding: 45px 0 25px 0;
	}
	
	#mainWrapper #content2 #wrapper2 h3 span{
		font-weight: 700;
		font-size: 34px;
	}
	
	#mainWrapper #content2 #motivos{
		width: 920px;
		height: 70px;	
		background-color: #5098af;
		margin: 25px 0 0 0;
		border-bottom: 4px solid #001A22;
	}
	
	#mainWrapper #content2 #motivos p{
		font-family: 'Ubuntu';
		font-size: 26px;
		font-weight: 300;
		webkit-font-smoothing: antialiased;
		color: #FFF;
		text-transform:uppercase;
		line-height: 70px;
		text-shadow: 0px 1px 2px #203e47;
	}
	
	#mainWrapper #content2 #motivos p span{
		font-weight: 700;	
	}
	
	#wrapper2 #formulario{
		float:right;
		margin: -155px 22px 0 0;
		top:0;
		width: 280px;
		height: 278px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #e2e5e8;
		-webkit-box-shadow: 0 1px rgba(28,53,61,.75);
		-moz-box-shadow: 0 1px rgba(28,53,61,.75);
		box-shadow: 0 1px rgba(28,53,61,.75);
		border: solid 1px #fff;
		background-image: -webkit-linear-gradient(top, #d9dce0, #f5f7fb 99%);
		background-image: -moz-linear-gradient(top, #d9dce0, #f5f7fb 99%);
		background-image: -o-linear-gradient(top, #d9dce0, #f5f7fb 99%);
		background-image: -ms-linear-gradient(top, #d9dce0, #f5f7fb 99%);
		background-image: linear-gradient(to bottom, #d9dce0, #f5f7fb 99%);
		text-align: center;
		color: #818181;
		font-family: 'Ubuntu', sans-serif;
		padding: 15px 0 0 0;
	}
	
	#formulario input{
		width: 238px;
		height: 25px;
		margin: 0px 0 0 0;
		text-align: center;
	}
	
	#formulario a{
		color: #001A22;
	}
	
	#formulario input[type=submit] {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		cursor: pointer;
		width: 240px;
		height: 52px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #e2e5e8;
		border: solid 2px #717375;
		background-image: -webkit-linear-gradient(bottom, #5098af, #62bad6);
		background-image: -moz-linear-gradient(bottom, #5098af, #62bad6);
		background-image: -o-linear-gradient(bottom, #5098af, #62bad6);
		background-image: -ms-linear-gradient(bottom, #5098af, #62bad6);
		background-image: linear-gradient(to top, #5098af, #62bad6);
		display: inline-block;
		margin: 10px 0 0 0;
		text-shadow: 1px 2px 3px #666;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 1px;
		text-transform: uppercase;
		webkit-font-smoothing: antialiased;
		font-size: 24px;
		line-height: 52px;
		text-decoration: none;
	}
	
	#tipOne{
		font-size:32px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		text-align: left;
		background-color: #FFF;
		padding: 20px;
		margin:25px auto 0 auto;
		width: 730px;
		color: #707070;
		border-left: 4px solid #5098af;
	}

	#tipOne span{
		color: #5098af;
		font-weight: 700;
	}	
	
	#tipTwo{
		font-size:20px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		text-align: left;
		background-color: #FFF;
		padding: 20px;
		margin:25px auto 0 auto;
		width: 600px;
		color: #707070;
		border-right: 4px solid #5098af;
	}

	#tipTwo span{
		color: #5098af;
		font-weight: 700;
	}	
	
	#tipThree{
		font-size:23px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		text-align: left;
		background-color: #FFF;
		padding: 20px;
		margin:25px auto 0 auto;
		width: 650px;
		color: #707070;
		border-left: 4px solid #5098af;
	}

	#tipThree span{
		color: #5098af;
		font-weight: 700;
	}	
	
	#tipFour{
		font-size:18px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		text-align: left;
		background-color: #FFF;
		padding: 20px;
		margin:25px auto 0 auto;
		width: 550px;
		color: #707070;
		border-right: 4px solid #5098af;
	}

	#tipFour span{
		color: #5098af;
		font-weight: 700;
	}	
	
	#tipFive{
		font-size:28px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		text-align: left;
		background-color: #FFF;
		padding: 20px;
		margin:25px auto 0 auto;
		width: 680px;
		color: #707070;
		border-left: 4px solid #5098af;
	}

	#tipFive span{
		color: #5098af;
		font-weight: 700;
	}	
	
	#tipSix{
		font-size:32px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		text-align: left;
		background-color: #FFF;
		padding: 20px;
		margin:25px auto 0 auto;
		width: 730px;
		color: #707070;
		border-right: 4px solid #5098af;
	}

	#tipSix span{
		color: #5098af;
		font-weight: 700;
	}	
	
	#footer{
		color: white;
		font-family: 'Ubuntu', sans-serif;
		font-size:12px;
		width: 700px;
		margin: 0 auto;
		padding: 25px 0 0 0;
		background-image: sea.jpg;
		background-position: bottom;
		
	}
	
	#footer span{
		font-size: 8px;	
	}

	#circle { 
	   width: 260px;
	   height: 260px;
	   background: #5098af; 
	   -moz-border-radius: 130px; 
	   -webkit-border-radius: 130px; 
	   border-radius: 260px;
	   -webkit-box-shadow: 0px 3px 1px rgba(0, 26, 34, 0.75);
	   -moz-box-shadow:    0px 3px 1px rgba(0, 26, 34, 0.75);
	   box-shadow:         0px 3px 1px rgba(0, 26, 34, 0.75);
	   border-right: 3px solid #c4f1ff;
	   border-left: 3px solid #1e3942;
	   margin: 10px 0 0 0;
	   float:left;
	   
	}
	
	#circle p { 
		padding: 70px 15px 15px 15px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 300;
		font-size: 22px;
		color:#001A22;	 
	}
	
	#circle p span { 
		font-size: 36px;
		font-weight:700;
	}
	
	#social{
		padding: 0 0 30px 0;	
	}
	
	#social p a{
		padding: 25px 0 0px 0;
		font-size:24px;	
		margin: 0 28px 0 0;
		color: white;
		text-decoration: none;
	}
	
		
	#social img{
		padding:0 32px 10px 0;	
	}
	
	#content1 img{
		float:left;
		margin: 12px 0 0 10px;	
	}