*{
	margin:0;
	padding:0;
}
body{
	font-size: 0.7em;
	font-family: verdana, arial, sans-serif;    
	color: #515151;  
	background: url('../img/bg-maqueta.jpg') no-repeat left 129px;
}
a {
	text-decoration: none;
	border-bottom: 1px solid #0080c1;
	color: #0080c1;
}
h2, h3 {
	font-size: 0.9em;	
}
	h2 {
		background: url('../img/icono.gif') no-repeat 1px 3px;
		padding: 9px 0 0 24px;
		margin: 0 0 20px 0;
		color: #2d5c8a;
	}
	h3 {
	    color: #007fc2;
	    margin: 19px 0 5px 0;
	}
	h3.primera-h3{
		margin-top:23px;
	} 
ul {
	list-style: none;
}
span.tresat {
	color: #007fc2;
}
span.separador {
	color: #666;
	margin: 0 7px;
}
p {
	line-height: 16px;
	margin-bottom: 15px;
}
p.ultimo {
	margin: 0;
}
img {
	border: 0;
}
img.izquierda {
	float: left;
	padding: 0 15px 5px 0;
}
img.derecha {
	float: right;
	padding: 0 0 5px 14px;
}
strong {
	color: #808080;
}
#contenedor {
	width:800px;
	margin: auto;
	text-align: left;
	position: relative;
/*	background: url('../img/tresat-t.jpg') no-repeat right top;*/
	background-color: #fff;
	overflow: hidden;
}
#cabecera {
	height: 304px;
	background: url('../img/personas.jpg') no-repeat right top;
}
    #cabecera a {
		border: 0;
	}
	h1 {
		position: absolute;
		top:128px;
		left:11px;
	}
	#idioma {
		position: absolute;
		top: 10px;
		left: 15px;
		color: #c4c4c4;
	}
	#idioma a {
		text-decoration: none;
	}
	#formulario {
		position: absolute;
		top: 10px;
		right: 76px;
	}
		#formulario p {
			text-align: right;
			margin: 0 0 7px 0;
		}
			p.acceso-clientes {
				color: #027fc2;
			}
		input.texto {
			border: 1px solid #ccc;
			width: 117px;/*118*/
			padding: 1px 0;
			margin: 0 0 0 4px;
			color: #999; 
		}
		label {
			color: #999;
		}
		.boton {
			border: 0;
		}
#menu {
	width:196px;
	float: left; 
	margin: 21px 0 0 16px;
	_margin-left: 0; /*diferencia con ie 6*/
}
	#menu p {
		margin: 0;
	}
	#menu li {
		background: url('../img/borde-lista.jpg') no-repeat bottom left;
		padding: 7px 0 7px 0;
	}
	#menu li a{
		background: url('../img/bullet.jpg') no-repeat 1px 7px;
		padding: 0 0 0 10px;
		font-weight: bold;
		border: 0;
	}
	#menu li span.menu{
		background: url('../img/bullet-seleccionado.jpg') no-repeat 1px 7px;
		padding: 0 0 0 10px;
		font-weight: bold;
		color: #2c5a8c;
	} 
	
	#datos-contacto {
		margin: 29px 0 0 0;
	}
	.primer-contacto {
		background: url('../img/linea-contacto.jpg') no-repeat bottom left;
		padding: 0 0 17px 0;
		margin: 0 0 16px 0;
	}
		#datos-contacto p{
			line-height: 18px;
		}
	
#contenido {
	width:478px;
	margin: 21px 0 0 45px;
	_margin-left: 61px;
	float: left;
}
	#pie-contenido {
		background: url('../img/pie-contenido.jpg') no-repeat top left;
		margin: 34px 0 0 0;
		padding: 45px 0 0 0;
	}
	#contenido ul {
		margin: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
	}
		#contenido ul li {
			margin: 0 0 15px 0;
			padding: 0 0 0 15px;
			background: url('../img/bullet.jpg') no-repeat 0 5px;
		}
		#contenido ul li.ultima{
			margin: 0;
		}
		
#pie {
	border-top: 1px solid #cbcbcb;
	margin: 33px 0 100px 0;
	padding: 20px 0 0 0;
}
	#pie p {
		text-align: right;
		line-height: 17px;
	}
