* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #9BC7EA;

}

#wrap{
	margin-right:auto;
	margin-left:auto;
	width: 90%;
	max-width: 1000px;
	height: auto;
}

header{
	width: 100%;
	height: 150px;
	margin-bottom:260px;
}
	
.logo-tel{
	width: 350px;
	height: 100px;
	background-image: url(../img/logo.png);
	float:left;
	margin-top:18px;
	z-index: 10;
	background-repeat: no-repeat;
	}
	
	
section{
	margin-bottom:20px;}

section h2{
	width: 70%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#005177;
	font-weight:normal;
	}

section p.copete{
	width: 80%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#005177;
}

section #elogo{
	margin-top:30px;
	float:left;
	width:210px;
	height:100px;
	border-radius:10px;
	background-color:#FFF;
	margin-right:10px;
	padding-left:20px;
	}
	
footer{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#306;
	float:left;
	width:93%;
	border-top:1px dotted #333366;
	height:20px;
	padding:7px 5px;
	text-align:center;
	}
	
/* --- TOOLTIPS --- */

section #elogo a.tooltips {
  position: relative;
  display: inline;
}
section #elogo a.tooltips span {
  position: absolute;
  width: 160px;
  color: #FFFFFF;
  background: #FD3567;
  height: auto;
  line-height: 17px;
  visibility: hidden;
  border-radius: 6px;
  padding:12px 20px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:15px;
}
section #elogo a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -50%;
  width: 0; height: 0;
  border-top: 8px solid #FD3567;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
section #elogo a:hover.tooltips span {
  visibility: visible;
  bottom: 120px;
  left: 50%;
  margin-left: 0px;
  z-index: 999;
}


/* --- PRODUCTOS --- */

section #productos{
	width:95%;
	max-width:1000px;
	height:auto;
	list-style:none;
	margin-top:30px;
	}
	
section #productos li{
	width:200px;
	max-width:240px;
	margin-right:0px;
	margin-bottom:20px;
	height:350px;
	background-color:#FFF;
	border:1px solid #666;
	padding:20px 10px;
	text-align:center;
	float:left;
	}
	
section #productos li:last-child{
	margin-right:0px;
}
	
section #productos li h4{
	margin-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	border-top:1px dotted #333;
	width:20%px;
	text-align:center;
	padding-top:7px;
	}
	
section p.nosotros{
	width:850px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#005177;
}


	
	
	
