@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	background-image: url(Imagenes/modulo_fondo.png);
	background-repeat: repeat;
}
#contenedor {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contenedor #menu {
	text-align: center;
	clear: both;
	width: 970px;
	float: right;
}

#contenedor #texto {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	color: #666;
	padding-top: 30px;
	padding-bottom: 17px;
	margin-bottom: 40px;
	margin-top: 30px;
	font-weight: normal;
}
#contenedor #texto p {
	padding-bottom: 15px;
}
#contenedor #texto #titulos {
	padding-bottom: 25px;
	padding-top: 20px;
}

#contenedor #texto #img_clientes center {
	padding-bottom: 30px;
}
#contenedor #texto #clientes {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-bottom:40px;
	padding: 0px;
}
#contenedor #texto #nuestros_clientes {
	padding-bottom: 20px;
	padding-top: 20px;
}
#contenedor #texto #acerca {
	padding-bottom: 20px;
	padding-top: 20px;
}
#contenedor #texto #portafolio {
	text-align: center;
}

a{ font:Verdana, Geneva, sans-serif;
color:#666;
text-decoration:none
}
a:hover {
	border-bottom:1px #666
}

a.tooltip:hover { 
text-decoration:none;
} 

a.tooltip span {
display:none; 
margin:1px; 
padding:5px; 
} 

a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #666666;
	margin-top: 120px;
}

#contenedor #texto #servicios {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	
}

#contenedor #texto #servicios p br {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contenedor #pie {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	background-color: #FFF;
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#contenedor #pie #correo a {
	font-size: 18px;
	color: #06F;
}
