	html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
}

body {
	background-color: #FDFDFD;
	color: #444444;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: small;
}

.enlace {
	color: #00598E;
	text-decoration: none;
}

.enlace:hover {
	color: #00598E;
	text-decoration: underline;
}

.table
{
	clear: none;
	overflow: auto;
}

.tr
{
	clear: both;
}

.td
{
	float: left;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
}

.encabezados {
	font-size: medium;
	color: #00598E;
}

.contenedor { 
	width:100%;
	min-width:1010px;
	height:100%;
	min-height:100%;
}

.cabez1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: #00598E;
}

.cabez1_izq {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 150px;
	background: url('images/cabez1_izq.jpg') no-repeat;
}

.cabez1_der {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 590px;
	height: 150px;
	background: url('images/cabez1_der.jpg') no-repeat;
}

.cabez2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 203px;
	background: url('images/cabez2_bckgr.jpg') repeat-x;
}

.cabez2_izq {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 590px;
	height: 203px;
	background: url('images/cabez2_izq.jpg') no-repeat;
}

.cabez2_der {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 376px;
	height: 203px;
	background: url('images/cabez2_der.jpg') no-repeat;
}

.cabez2_ctr {
	position: relative;
	top: -80px;
	width: 403px;
	height: 32px;
	text-align: center;
	background: url('') no-repeat;
	z-index: 10;
}

.navegador {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: url('images/bar_menu.jpg') repeat-x;
}

.contenido {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('images/body.jpg') repeat-x;
}

.txt_contenido {
	width: 950px;
	text-align: justify;
	margin-top: -10px;
	color: #666666;
}

.pie {
	color: #00598E;
	font-size: x-small;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
