/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* body y cabecera */
body {
	background-color: #1B3949;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
}
#contenedor #header {
		background-image: url(../asesores/img/cabecera_asesorias.png);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		height: 110px;
		width: 950px;
	}
	#contenedor #header h1 {
			display: none;
			position: absolute;
	}
	#contenedor #header a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #02A6EC;
			text-decoration: none;
	}
	#contenedor #header a:hover {
			color: #FFFFFF;
	}
	#contenedor #header ul {
			list-style-type: none;
			position: absolute;
			top: 90px;
			font-size: 10px;
			left: 90px;
			margin: 0px;
			padding: 0px;
	}
	#contenedor #header li {
			display: inline;
			padding-right: 25px;
	}
	#contenedor #header #img {
			top: 90px;
			font-size: 12px;
			right: 125px;
			position: absolute;
	}
	#contenedor #header #pase {
			right: 3px;
			position: absolute;
			text-align:right;
	}
	#contenedor #header #banner {
		font-family: Verdana;
		font-size:14px;
		color:#FFF;
		margin: 0px;
		padding: 0px;
		height: 26px;
		width: 366px;
		float: left;
		position: absolute;
		top: 60px;
		left: 187px;
		}
/* Cuerpo */
#contenedor #cuerpo {
	margin: 0px;
	padding: 0px;
	width: 950px;
	height:525px;
	top:110px;
	position:absolute;
	background-image: url(../asesores/img/fondo.jpg);
	background-repeat: no-repeat;
	}
	#contenedor #cuerpo #titular  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0076bd;
		height: 20px;
		width: 850px;
		position: absolute;
		padding: 0px;
		top: 30px;
		left: 50px;
	    }
	#contenedor #cuerpo #tf {
	padding: 0px;
	height: 30px;
	width: 206px;
	position: absolute;
	top: 29px;
	left: 695px;
	font-family:Arial;
	font-size:26px;
	text-align:center;
	color:#0076bd;
		}
	#contenedor #cuerpo #parrafo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #8B8D8E;
		padding: 0px;
		height: 200px;
		width: 850px;
		position: absolute;
		top: 100px;
		left: 50px;
		}

/* LOPD */
#contenedor #lopd {
	position:relative;
	text-align:center;
	top: 530px;
	width:950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02A6EC;
	}
#contenedor #lopd a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02A6EC;
	text-decoration: none;
}
#contenedor #lopd a:hover {
	color: #FFFFFF;
}
