html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
}

body {
	background-color: #e2e2e2;
	color: #444444;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: small;
}

.encabezado {
	color: #1E5085;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

.enlace {
	color: #1E5085;
	text-decoration: none;
}

.enlace:hover {
	color: #1E5085;
	text-decoration: underline;
}

.table
{
	clear: none;
	overflow: auto;
}

.tr
{
	clear: both;
}

.td
{
	float: left;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
}

.contenedor { 
	width:100%;
	min-width:1010px;
	height:100%;
	min-height:100%;
}

.navegador {
	position: relative;
	width: 100%;
	text-align: right;
	color: #1E5085;
	margin-top: -35px;
	margin-bottom: 15px;
	z-index: 3;
}

.cabecera {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 191px;
	background: url('images/cabez.jpg') repeat-x top;
}

.cabizq {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 150px;
	background: url('images/cabizq.jpg') repeat-x top;
}

.cabder {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 720px;
	height: 150px;
	background: url('images/cabder.jpg') repeat-x top;
}

.cont_sup {
	width: 990px;
	height: 35px;
	background: url('images/cont_sup.jpg') repeat-x top;
}

.cont_ctr {
	width: 990px;
	height: 400px;
	background: url('images/cont_ctr.jpg') repeat-y top;
}

.cont_inf {
	width: 990px;
	height: 35px;
	background: url('images/cont_inf.jpg') repeat-x top;
}

.dis-paginas-web {
	position: absolute;
	top: 210px;
	margin-left: 21px;
	width: 948px;
	height: 77px;
	background: url(images/contacto.gif);
}

.texto_dis-paginas-web {
	position: absolute;
	top: 300px;
	margin-left: 30px;
	width: 935px;
	text-align: justify;
}