/* CSS Document */
						/* fix */
.clearfix:after {       
    content: ".";        
   display: block;        
    height: 0;        
    clear: both;        
    visibility: hidden;
}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}


* {margin:0; padding:0;}

.floatleft {
   float:left;
   display: inline;
   
}

.floatright {
   float:right;
   display: inline;
   
}

body {
	font-size:62.5%;
}

						/* document */


#wrapper {
	margin: 0 auto;
	width:960px;
	min-height:600px;
	height:600px;
	height: auto !important;
}

#content {
	min-height:525px;
	height:525px;
	height: auto !important;
	width:960px;
	
}

li{ 
	text-decoration:none;
	list-style:none;}

#left {
	float:left;
	width:371px;
	min-height:525px;
	height:525px;
	height: auto !important;
	background:#fff;
}

#right {
	float:left;
	width:589px;
	min-height:525px;
	height:525px;
	height: auto !important;
	background:#fff url('img/fondo.png') no-repeat top right;
	
}



#footer {
	width:960px;
	height:75px;
	background:#63b5e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#fff;
	border:none;
	margin:0 auto;}

#logo {
	width:382px;
	height:76px;
	margin: 0 0 0 24px;
}

#nav {
	width:387px;
	height:192px;
	margin: 11px 0 0 202px;
}

#textBox {
	/*background:url('img/textBox.jpg') no-repeat;*/
	padding:30px 10px 0 32px;
	width:547px;
	height:100%;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin:0 0 6px 0;
	color:#666;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 6px 0;
	color:#666;
}

#copyright { line-height: 1.6em; text-align: right; padding:10px 10px 0 0; }

#inicio h2{
	background:url('img/alternativa.gif') no-repeat top left;
	text-indent:-9999px;
}
	
#beneficios h2{
	background:url('img/beneficios.gif') no-repeat top left;
	text-indent:-9999px;
}

#contactenos h2{
	background:url('img/contactenos.gif') no-repeat top left;
	text-indent:-9999px;
}

#accesorios h2{
	background:url('img/accesorios.jpg') no-repeat top left;
	text-indent:-9999px;
}

#usos h2{
	background:url('img/usos.jpg') no-repeat top left;
	text-indent:-9999px;
}

#mobile h2{
	background:url('img/mobbile.gif') no-repeat top left;
	text-indent:-9999px;
}

#left a:link, #left a:visited, #textBox a:link, #textBox a:visited{
	color:#fff; 
	text-decoration:none; 
	display:block; 
	background:url('img/fondoLinks.gif') no-repeat; 
	width:150px; 
	height:22px; 
	margin:5px 0 0 5px;
	padding:6px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
}

#left a:hover, #textBox a:hover{color:#fff; text-decoration:none; background:url('img/fondoLinksOver.gif') no-repeat; }
