* {
	margin: 0;
	padding: 0;
}

body {
	font-size:0.9em;
	line-height:20px;
	font-family: Arial;
	color: #757070;
	background: url(../img/body-bg.jpg) repeat-y center;
}

.azul {
	color: #2650a2;
}

img {
	border: none;
}

h1 {
	text-indent: -9999px;
}

h2 {
	margin-bottom: 20px;
	color: #2650a2;
}

.espaciador {
	margin-top: 30px;
}

#pagina {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	height: 150px;
	background: url('../img/header.jpg');
}

#central {
	min-height: 430px;
}

#navegacion {
	padding-top: 40px;
	float: left;
	width: 220px;
	text-align: center;
}
	#navegacion img {
		margin:  5px 0px 5px 0px;
	}

#contenido {
	float: right;
	width: 660px;
	padding: 40px 40px 20px 40px;
}

#empresa {
	line-height: 1.5em;
	width: 600px;
	padding-left: 30px;
	margin-bottom: 40px;
	border-left: 3px #2650a2 solid;
	text-align: justify;
}
	#empresa p {
		margin:  10px 0 10px 0px;
	}
	#empresa ul{
		list-style: url('../img/list.png') inside ;
		color: #757070;
	}

#home {
	line-height: 1.5em;
	text-align: justify;
	width: 600px;
}

	#home p {
		margin:  0px 0 20px 0px;
	}
	
	#home ul{
		list-style: url('../img/list.png') inside ;
		color: #757070;
	}

#vector ul {
	padding-top: 10px;
	list-style: none;
}

#vector li {
	display:inline;
	float:left;
	width:150px;
	list-style:none;
	text-align:center;
	overflow: hidden;
	height: 100px;
}

#footer {
	clear: both;
	height: 20px;
	width: 900px;
	margin: 0 auto;
	border-top: 1px #2650a2 solid;
	text-align: center;
}

#contacto form p {
	font-size: 12px;
	color: #939598;
	padding-bottom:8px;
}

#contacto form {
	margin: 0 auto
}

#contacto form label {
  width: 25%;
  float: left;
}

#service ul {
	list-style: none;
}

#service li {
	display:inline;
	float:left;
	width:330px;
	list-style:none;
	text-align:center;
	overflow: hidden;
	height: 160px;
}

#live {
	font-size: 0.7em;
	text-align: center;
}


#service2 {
	float: right;
	
}
#service2 ul {
	list-style: none;
}

#service2 li {
	list-style:none;
	text-align:center;
	overflow: hidden;
}

#servitest {
	line-height: 1.5em;
	width: 400px;
	padding-left: 30px;
	margin-bottom: 40px;
	border-left: 3px #2650a2 solid;
	text-align: justify;
	float:left;
}
	#servitest p {
		margin:  10px 0 10px 0px;
	}
	#servitest ul{
		list-style: url('../img/list.png') inside ;
		color: #757070;
	}
	
#clientes {
	line-height: 1.5em;
	width: 600px;
	padding-left: 30px;
	margin-bottom: 40px;
	border-left: 3px #2650a2 solid;
	text-align: justify;
}
	#clientes p {
		margin:  10px 0 10px 0px;
	}
	#clientes ul{
		list-style: none;
		width:600px; text-align:center;
		color: #757070;
	}
	
