body {
		background-repeat: repeat-x;
		color: #fff;
		background-color: #000000;
		font-family: sans-serif;
		font-size: 13px;
	}
img{
		border: 0px;
	}
	
h3{
		margin-top: 0px;
	}
a:link {
   		text-decoration: none;
		color:#cf0;
	}
   
   
a:visited {
 		text-decoration:none;
		color:#cf0;
	}
		
a:hover {
   		text-decoration: underline;
		color: #ff0;
	}
		
#wrapp{
		width: 750px;			
	}
#header{
		width: 750px;
	}
#header-logo{
		
		width: 240px;
		text-align: left;
		float:left;
		margin-bottom: 20px;
		margin-top: 10px;
	}
#header-links{
		width: 510px;
		text-align: right;
		float:right;				
	}
.header-li{
		display: inline;
		padding-left:10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 30px; 
	}
.header-li:hover{
		background-image: url(../images/header-links-background.png);
		cursor: pointer;
		text-decoration:none;
	}

#header-banner{
		width: 750px;
		margin-bottom: 40px;
	}
#content{
		width: 500px;
		float: left;
		text-align: justify;
		margin-bottom: 20px;
	}
.content-descripcion{
		width: 280px;
		border-top: 1px solid #333;
		padding-top: 20px;
		padding-left: 20px;
		float: right;
		text-align: justify;
		margin-bottom: 20px;
	}
.content-logo{
		border-top: 1px solid #333;
		padding-top: 20px;
		width: 200px;
		float: left;
	}
	
#sidebar{
		width: 210px;
		text-align: left;
		float: right;
		padding-left: 40px;
	}
#footer{
		width: 100%;
		text-align: center;
		float:left;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #333;
	}
	
.boton-cliente{
		height: 58px;
		width: 105px;	
		float:left;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 20px;
		margin-left: 0px;
	}

#main-footer{ 
		padding-top: 0px;
		padding-left:10px;
		padding-right:0px;
		padding-bottom:0px;
		text-align: center;
		width: 100%;
		border-top-style: none;
	}
	
#meta-footer{ 
		width: 100%;
		margin-top: 10px;
		float:left;
	}
	
#busca-google-resultado{
		width: 100%;
		background-color:#FFFFFF;
		text-align:center;
		margin-top:50px;
	}
	
#busca-google-buscar{
		float: left;
		margin-top: 50px;
		margin-bottom: 20px;
	}