body{
	background: #fff;
	margin:0;
	padding:0;
	}
	
#wrapper{
	width: 960px;
	height:1400px;
	margin: auto;
	background: #F1F2F2;
	}
	
#header{
	background: url("../img/safe_background_header.png");
	width:960px;
	height:125px;
	}
	
#header #logo{
	width:295px;
	height:115px;
	float: left;
	}
	
#header #logo .logosafe{
	position: relative;
	left: 50px;
	top:10px;
	}
	
#header #menu {
	width:664px;
	height:115px;
	float: left;
	}

#header #menu #menusuperior {
	width:664px;
	height:50px;
	}
	
#header #menu .menuinferior {
	width:664px;
	height:43px;
	}
	
#header #menu #menusuperior .redes {
	width:400px;
	height:50px;
	position:relative;
	left:465px;
	}
	
#header #menu #menusuperior .redes .twitter {
	position:relative;
	left:120px;
	top:20px;
	}
	
#header #menu #menusuperior .redes .clock {
	position:relative;
	right:350px;
	top:5px;
	}
	
#header #menu #menusuperior .redes .facebook {
	position:relative;
	left:105px;
	top:20px;
	}
	
#header #menu .menuinferior2 {
	width:664px;
	height:20px;
	}
	
#header #menu .menuinferior li a{
	float: left;
	font-size:11px;
	text-decoration: none;
	color:#0098CD;
	font-family: 'Asap',Helvetica, sans-serif;
	margin: 20px 5px 0 0;
	}
	
#header #menu .menuinferior2 li a{
	float: left;
	font-size:11px;
	text-decoration: none;
	color:#fff;
	font-family: 'Asap',Helvetica, sans-serif;
	margin: 2px 20px 0 0;
	}
	
#header #menu .menuinferior .primero{
	margin: 0 0 0 18px;
	}
	
#header #menu .menuinferior2 .primero{
	margin: 0 0 0 250px;
	}
	
#header #menu .menuinferior li a:hover{
	color:#fff;
	}
	
#header #menu .menuinferior2 li a:hover{
	color:#003D47;
	}	
	
#content{
	width:960px;
	height:1100px;
	margin: auto;
	}
	
#content #slideshowholder{
	width: 820px;
	height:282px;
	}
	
#content #slide{
	width: 820px;
	height:282px;
	margin: auto;
	position:relative;
	top:18px;
	}
	
#content .botones{
	width:960px;
	margin: auto;
	position: relative;
	top:20px;
	line-height:2px;
	}
	
#content .botones li{
	float: left;
	margin: 0 0 0 40px;
	position: relative;
	left:40px;
	}
	
#content #parrafo{
	width:820px;
	margin:auto;
	}
	
#content #parrafo p{
	font-size:14px;
	text-decoration: none;
	color:#6D6E71;
	font-family: 'Asap',Helvetica, sans-serif;
	margin: 45px 0 0 0;
	text-align:justify;
	
	}
	
	
#formularioContacto {
	background: #E6E7E8;
	border: 0px solid #e1e1e1;
	-moz-box-shadow: 0 0 2px #444;
	-webkit-box-shadow: 0 0 2px #444;
	box-shadow: 0 0 5px #444;
	margin: 60px auto;
	padding: 60px 30px;
	width: 530px;
	}
			
			
	label {
	clear: left;
	color: #445668;
	float: left;
	font-size: 16px;
	margin: 11px 20px 0 0;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #f2f2f2;
	width: 110px;
	font-family: 'Asap',Helvetica, sans-serif;
	}
			
	input {
	background: #0098CD;
	background: -moz-linear-gradient(
	top,
	#0487AA 0%,
	#0098CD 20%
	);
	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%,#0487AA),
	color-stop(20%,#0098CD)
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #f2f2f2;
	-webkit-box-shadow: 0 1px 0 #f2f2f2;
	box-shadow: 0 1px 0 #f2f2f2;
	color: #f2f2f2;
	font-family: 'Asap',Helvetica, sans-serif;
	font-size: 14px;
	height: 35px;
	margin: 0 0 20px 0;
	padding: 5px 20px 0 20px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #334f71;
	width: 260px;
	}
			
	input::-webkit-input-placeholder {
	color: #fff;
	text-shadow: 0 -1px 0 #38506b;
	}
				
	input:-moz-placeholder {
	color: #fff;
	text-shadow: 0 -1px 0 #38506b;
	}
				
	textarea {
	background: #0098CD;
	background: -moz-linear-gradient(
	top,
	#0487AA 0%,
	#0098CD 20%
	);
	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%, #0487AA),
	color-stop(20%, #0098CD)
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #f2f2f2;
	-webkit-box-shadow: 0 1px 0 #f2f2f2;
	box-shadow: 0 1px 0 #f2f2f2;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	height: 170px;
	margin: 0 0 20px 0;
	padding: 12px 20px 0 20px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #334f71;
	width: 260px;
	}
			
	textarea::-webkit-input-placeholder {
	color: #fff;
	text-shadow: 0 -1px 0 #38506b;
	}
				
	textarea:-moz-placeholder {
	color: #fff;
	text-shadow: 0 -1px 0 #38506b;
	}
				
	input:focus, 
	textarea:focus {
	background: #0DA5CE;
	background: -moz-linear-gradient(
	top,
	#0487AA 0%,
	#0DA5CE2%
	);
	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%, #0487AA),
	color-stop(20%, #0DA5CE)
	);
	}
			
	input[type=submit] {
	background: -moz-linear-gradient(
	top,
	#0098CD 0%,
	#152D5B 100%
	);
	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0%, #0098CD),
	color-stop(100%, #152D5B)
	);
	border: 1px solid #556f8c;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
	float: right;
	height: 52px;
	margin: 0 15px 0 0;
	padding: 10px 15px;
	width: 185px;
	position:relative;
	right:85px;
	}
			
	
#footer{
	width:960px;
	height:150px;
	}
	
#footer .footer1{
	background: url ("../img/safe_barra_footer.png");
	width:960px;
	height:50px;
	}
	
#footer .footer2{
	width:960px;
	margin: auto;
	position: relative;
	left:80px;
	}
	
#footer .footer2 li{
	float: left;
	margin: 0 0 0 10px;
	}
	
	
#footer .footer2 .copy{
	font-size:13px;
	text-decoration: none;
	color:#939598;
	font-family: 'Asap',Helvetica, sans-serif;
	margin: 30px 50px 0 30px;
	}
	
#footer .footer2 .seguro{
	margin: 0 90px 0 30px;
	}
	
#footer .footer2 .geo{
	margin: 0 30px 0 50px;
	}

.boton_adicional{
    width: 100%;
    background: transparent;
    position: relative;
    top:10px;
    left: 7px;
    margin: auto;
    text-align: center;
}

	
	

	

	