* {
	margin: 0px;
	padding: 0px;
}
body {

}
.izquierda {
	float: left;
	width: 190px;
	margin-left: 5px;
	display: inline-block;
}
.centro {
	float: left;
	width: 688px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 13px;
	position: relative;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.centro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0175C0;
}

.derecha {
	float: left;
	width: 160px;
	margin-left: 5px;
}
.contenedor {
	width: 910px;
	position: relative;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	background-image: url(Images/header.gif);
	height: 110px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.links {
	font-family:Calibri;
	color:#669999;
	font-size:11px;
	;
	display: block;
	border: solid 1px;
	border-color: #CCCCCC;
	margin: 5px 0 2px 0;
	clear: both;
}
.header .hlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	position: absolute;
	left: 535px;
	top: 66px;
	width: 343px;
	color: #000000;
	height: 15px;
	font-weight: bold;
}
.header .hlink a {
	text-decoration: none;
	color: #000000;
	margin: 5px;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding: 0 20px 0 0;
	background-position: top;
}

.links a {
	color:#666666;
	text-decoration:none;
}
.links {
	background-color: #F5F5F5;
	text-align: center;
	padding: 5px 0 5px 0;
	border: solid 1px #0163A5;
	margin-top: 30px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.links a:hover{
	color:#666666;
	text-decoration:underline;
}
.header .hlink a:hover {
	text-decoration: underline;
}
.contenedor .izquierda a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.contenedor .izquierda a:hover {
	color: #0000FF;
}

.contenedor .izquierda ul {
	list-style-type: none;
}
.contenedor .centro .i {
	width: 300px; padding: 5px; display: inline-block; float: left; margin: 0 0 0 15px;
}
.contenedor .centro .d {
	width: 300px; padding: 5px; background-color: #FFFFFF; display: inline-block; float: left; margin: 0 0 0 30px;
}
