div.mensaje{
	background-color: #F3F3F3;
	font-size: 12px;	
	margin-top: 16px;
	text-align: center;
	padding: 5px;
}

body {
	background: #FFFFFF;
	margin: 9px;
	font: 8pt/ 14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666;
}

div.resaltado {
	background-color: #F3F3F3;
	font-size: 14px;	
	margin-top: 16px;
	text-align: center;
	padding: 5px;
}
resaltado
A.resaltado:link {
	color: #003ded;
	text-decoration: none;
	font-weight: bold;
}

A.resaltado:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A.resaltado:active {
	color: #003ded;
	text-decoration: none;
	font-weight: bold;
}

A.resaltado:active:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A.resaltado:visited {
	color: #003ded;
	text-decoration: none;
	font-weight: bold;
}

A.resaltado:visited:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

//
resaltado links faqs
A.resaltadofaq:link {
	color: #003ded;
	text-decoration: underline;
	font-weight: bold;
}

A.resaltadofaq:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A.resaltadofaq:active {
	color: #003ded;
	text-decoration: none;
	font-weight: bold;
}

A.resaltadofaq:active:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A.resaltadofaq:visited {
	color: #003ded;
	text-decoration: underline;
	font-weight: bold;
}

A.resaltadofaq:visited:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#pagina {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#contenido {
	width: 600px;
	margin-left: 150px;
	border-left: #CCCCCC 1px solid;
	min-height: 350px;
}

#content1 {
	width: 270px;
	padding: 1px 20px 10px 20px;
	float: left;
	text-align: justify;
}

.content2 {
	padding: 1px 20px 10px 20px;
	text-align: justify;
}

#title {
	height: 50px;
	margin-top: 30px;
	border-bottom: #CCCCCC 1px solid;
	text-align: right;
	font-size: 10pt;
	letter-spacing: -1px;
	color: #CCCCCC;
}

#footer {
	text-align: center;
	font-size: 10px;
	height: 30px;
	border-top: #CCCCCC 1px solid;
	text-transform: lowercase;
}


/* pagina de contacto */
#map {
	margin-top: 10px;
	width: 430px;
	height: 320px;
	float: left;
}

/* Tables */


table {
	margin: 10px;
	width: 580px;
	border: none;
	background: #fff;
	clear: both;
	color: #333;
	font-size: 10px;
}

th {
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

/* Paging */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

.titular {
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-top: none;
	border-right: none;
	background-color: #F0F0F0;
}

.info {
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-top: none;
	border-right: none;
	background-color: #F8F8F8;
	font-weight: bold;
}

.consulta {
	width: 200px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-top: none;
	border-right: none;
}

.respuesta {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-top: none;
	border-right: none;
}