body {
	background-color: #004422;
	background-image: url(images/back.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
.portada {
	background-color: #000000;
	border-color: #00cc66;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5;
}
.portadaTitular {
	font-family: arial, helvetica, sans serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.portadaTexto {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #ffffff;
}
.portadaTexto  a:active,
.portadaTexto a:link,
.portadaTexto a:visited {
	color: #00ff66;
	text-decoration: none;
}
.portadaTexto a:hover {
	color: #ffffff;
	text-decoration: none;
}
.trans {
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;
}
.portadaInfo {
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5;
}
.info {
	border: 1px solid #006633;
}
.info a:active,
.info a:link,
.info a:visited {
	border: 1px solid #006633;
}
.info a:hover {
	border: 1px solid #ffffff;
}
td.menu{
	height: 26;
	text-align: center;
	background-image: url(images/menu_back.jpg);
	padding: 0px 0px 0px 0px;
}
td.contenido {
	background-color: #ffffff;
	padding: 10px 15px 20px 15px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
}
td.contenido  a:active,
td.contenido a:link,
td.contenido a:visited {
	color: #00bb55;
	text-decoration: none;
}
td.contenido a:hover {
	color: #00bb55;
	text-decoration: underline;
}
.titulo {
	font-family: arial, helvetica, sans serif;
	font-size: 15px;
	color: #006633;
	font-weight: bold;
}
.portadaFoto {
	position: absolute;
	width: 500px;
	height: 300px;
	left: 0px;
	top: 0px;
	border: 1px solid #006633;
}
ul.flecha {
  list-style-image: url(images/flecha_blanco.jpg);
}
img.foto { 
	border: 1px solid #333333;
	margin: 10px 0px 10px 20px;
	float: right;
}
td.formulario {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 20px 0px 20px;
}
.campo {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color: #004422;
	background: #f6f6f6;
	border: 1px solid #cccccc;
}
table.plantilla {
	background: #ffffff;
	border: 2px solid #cccccc;
	border-left-width : 2px;
	border-bottom-width : 2px;
	border-right-width : 2px;
	border-top-width : 2px;
	border-collapse: collapse;
}
td.plantillaEncabezado {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	background-image: url(images/fondo_titulo.jpg);
	border: 1px solid #cccccc;
	padding: 4px 6px 4px 6px;
}
td.plantillaTexto {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 4px 6px 4px 6px;
}
td.footer {
	height: 26px;
	font-family: arial, helvetica, sans serif;
	font-size: 10px;
	color: #006633;
	vertical-align: middle;
}
td.footer  a:active,
td.footer a:link,
td.footer a:visited {
	color: #00cc66;
	text-decoration: none;
}
td.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
