html {
	font-size: 100%;
	height: 100%;
	width: 100%;
}
body {
	background: #FFFFFF url(../img/body_bg.gif) top center repeat-y;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #008000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #008000;
	text-decoration: none;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
a:active {
	color: #008000;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 12px 20px;
	text-align: justify;
	text-indent: 20px;
}
img {
	border: 0px;
}
table {
	margin: 0 auto 0 auto;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
ul {
	margin: 20px 20px 20px 20px;
	text-align: justify;
}
#cabecera {
	font-size: .8em;
	margin: 5px auto auto auto;
	text-align: right;
	width: 78em;
}
#cabecera #idiomas {
	padding: 0 3px 0 0;
}
#caja {
	margin: 0 auto 0 auto;
	width: 64em;
}
#caja .caja_sup-izda, #caja .caja_sup-dcha, #caja .caja_inf-izda, #caja .caja_inf-dcha {
	height: 11px;
	font-size: 2px;
}
#caja .caja_sup-izda, #caja .caja_inf-izda {
	margin-right: 11px;
}
#caja .caja_sup-dcha, #caja .caja_inf-dcha {
	margin: -11px 0 0 0px;
}
#caja .caja_sup-izda {
	background: url(../img/cajas/sup_izda.gif) top left no-repeat;
}
#caja .caja_sup-dcha {
	background: url(../img/cajas/sup_dcha.gif) bottom right no-repeat;
}
#caja .caja_inf-izda {
	background: url(../img/cajas/inf_izda.gif) bottom left no-repeat;
}
#caja .caja_inf-dcha {
	background: url(../img/cajas/inf_dcha.gif) bottom right no-repeat;
}
#caja .caja_int {
	background: #BFFFC0;
	padding: 0 10px 0 10px !important;
	padding: 0 10px 0 6px;
	text-align: center;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 7px;
	margin-top: 10px;
}
#nav img {
	vertical-align: bottom;
}
#nav a {
	background-image: url(../img/nav.gif);
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	border-right: 1px solid #999999;
	border-top: 1px solid #666666;
	color: #FFFFC3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1.5px 0;
	padding: 0.4em 0 0.4em 0;
	text-decoration: none;
	vertical-align: middle;
}
#nav a:hover {
	background-image: url(../img/nav_hover.gif);
	border: 1px solid #000000;
	color: #FFD700;
}
.titulo {
	border-bottom: 1px solid #008000;
	color: #008000;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px 10px 15px 10px;
	padding: 0 0 0 25px;
	text-align: left;
	vertical-align: middle;
}
#cuerpo-izda, #cuerpo-centro {
	font-size: .9em;
}
#cuerpo-izda {
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 160px;
}
#cuerpo-izda #nota {
	color: #151515;
	font-size: .7em;
	font-weight: bold;
	margin-top: 7px;
	text-align: center;
}
#cuerpo-centro {
	float: right;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 585px;
}
#cuerpo-centro #banner {
	background-color: #008000;
	border: 1px ridge #000000;
	margin: 0 auto 15px auto;
	padding: 1px 1px 1px 1px !important;
	padding: 1px 1px 0 1px;
	width: 508px !important;
	width: 510px;
}
#cuerpo-centro #center {
	display: table-cell;
	height: 350px;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
	width: 600px;
}
#cuerpo-centro #bloques {
	margin: 20px auto 10px auto;
	padding: 0 0 0 0;
	text-align: center;
	width: 500px !important;
	width: 513px;
}
#cuerpo-centro #bloques .bloque {
	display: table-cell;
	height: 112px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 !important;
	padding: 0 6px 0 6px;
	vertical-align: middle;
	width: 300px;
}
#cuerpo-centro #bloques .bloque .resalte {
	border-bottom: 1px solid #008000;
	color: #008000;
	font-variant: small-caps;
	font-weight: bold;
}
#cuerpo-centro #bloques .bloque .resalte a:link {
	color: #008000;
	text-decoration: none;
}
#cuerpo-centro #bloques .bloque .resalte a:visited {
	color: #008000;
	text-decoration: none;
}
#cuerpo-centro #bloques .bloque .resalte a:hover {
	border-bottom: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}
#cuerpo-centro #bloques .bloque .resalte a:active {
	color: #000000;
	text-decoration: none;
}
#cuerpo-centro #bloques .bloque p {
	text-indent: 0px;
}
#cuerpo-centro #bloques .separador {
	height: 15px;
	margin: 0 auto 0 auto;
}
#end {
	border-top: 1px solid #008000;
	clear: both;
	color: #008000;
	float: none;
	font-size: 0.8em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px 0 0 0;
	text-align: center;
	width: 650px;
}
#pie {
	margin-top: 5px;
	text-align: center;
}
#pie img {
	margin: 0 2px 0 2px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.float-l {
	float: left;
	margin-right: 10px;
}
.float-r {
	float: right;
	margin-left: 10px;
}
.aviso {
	border: 2px dotted #FF0000;
	margin: 25px 75px 25px 75px;
	padding: 10px 15px 0px 15px;
}
.underline {
	text-decoration: underline;
}
form span.required {
	margin-left: 2px;
	color: #FF0022;
}
form.contacto {
	margin: 0 auto 0 auto;
	width: 435px;
}
.resalte {
	font-weight: bold;
}
table.tlfnos {
	margin: 0 auto 0px auto;
}
table.tlfnos td {
	font-size: 17px;
	text-align: right;
}