/* codigo de color
#428B5E : COLOR DE BODY
#BBDFC9 : BORDES DE TABLAS
#C9E4D3 : VERDE ATENUADO */

*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	background-color: #428B5E;
	border: 5px double #B7DDC6;
}

table.tMadre{
	border-collapse: collapse;
	border: none;
	background-color: white
}

table.tLogo{
	border-collapse: collapse;
	border: none;
	background-color: white;
	float: right;
	width: 170px;
}
/* secciones */
table.tSecciones{
	border-collapse: collapse;
	border: none;
	background-color: white;
	float: right;
	width: 170px;
	margin-top: 44px;
}

table.tSecciones th {
	color: #428B5E;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

table.tSecciones th a {
	color: #428B5E;
	text-decoration: none;
}

table.tSecciones th a:hover {
	font-weight: bold;
}

table.tSecciones td {
	color: #428B5E;
	font-size: 8pt;
}

table.tSecciones td a {
	color: #428B5E;
	text-decoration: none;
}

table.tSecciones td a:hover {
	font-weight: bold;
}

.subNivel {
	padding: 2px 0px 2px 25px;
	font-style: italic;
}

/* images de fondo */

.imgFondoUno {
	background-image: url(../images/img_backNitido.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.imgFondoDos {
	background-image: url(../images/img_backAtenuado.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* tablas de contenidos */

table.tContenidos td {
	font-size:9pt;
	text-align: justify;
}

table.tContenidos td a {
	color: #428B5E;
	text-decoration: underline;
}

table.tContenidos td a:hover {
	text-decoration: none;
}

table.tSituacion td {
	color: #428B5E;
	text-align: right;
	font-size: 8pt;
}

table.tSituacion td a {
	color: #428B5E;
	text-decoration: underline;
}

table.tSituacion td a:hover {
	text-decoration: none;
}

img.iSituacion {
	border: 3px solid #428B5E;
}

table.tMenuHrz td {
	font-size: 10pt;
	color: #428B5E;
	text-align: center;
	padding-top: 5px;
}

table.tMenuHrz td a {
	color: #428B5E;
	text-decoration: none;
}

table.conteDiv {
	text-align: center;
	height: 90px;
}

div.dInteres {
	width: 95%;
	position: absolute;
	top: 25px;
	left:235px;
	z-index: 10;
	font-size: 7pt;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	border: dotted 1px #428B5E;
	margin: 5px 0 5px 0;
}

div.dInteres a {
	color: #428B5E;
	text-decoration: underline;
}

div.dInteres a:hover {
	text-decoration: none;
}

table.tThumbs {
	border-collapse: collapse;
	border: none;
}

table.tThumbs td {
	border-collapse: collapse;
	border: none;
	color: #428B5E;
	font-size: 9pt;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

table.tTarifas {
	border-collapse: collapse;
	border: 1px solid #428B5E;
	margin-bottom: 20px;
}

table.tTarifas td {
	border-collapse: collapse;
	border: 1px solid #428B5E;
	font-size: 8pt;
	padding: 2px 2px 2px 5px;
}

table.tTarifas th {
	border-collapse: collapse;
	border: 1px solid #428B5E;
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
	padding: 2px 2px 2px 5px;
	color: white;
	background-color: #428B5E;
}