
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
/*	width: 400px;*/
}
body {
	background-color: 	#cfccce;
	font-family: 		sans-serif;
	/*font-size: 			small;*/
	font-style: 		normal;
	font-weight: 		normal;
	vertical-align:		middle;
}

table#contenido {
	border-width: 	0px;
	border-style: 	none;
	padding: 		0px 0px 0px 0px;
	text-align: 	left;
	width: 			1000px;
	height:			524px;
}
tr td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.menu {
	background-image:url('imag/fondo_menu.jpg');
	font-size: small;
}
td.flash {
	vertical-align: top;
}
a {
	/*font-size: x-small;*/
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
}
a:active, a:hover{
	color: #ff0000;
}
a#activo {
	color: #aa00aa;
	font-weight: bold;
}
td#lateral{
	text-align: justify;
	vertical-align: top;
	color: #54192b;
	/*font-size: x-small;*/
}

p
{
	text-indent: 20px;
}
p.right {
	text-align: right;
	text-indent: 0px;
}

div#nombre {
	text-align: right;
	margin-top: 35px;
	font-weight: bold;
	/*font-size: large;*/
}
span.din {
	color: #aa00aa;
}
.titulo {
	/*font-size: small;*/
	color: #550055;	
}
.texto {
	color: #54192b;
	text-indent: 20px;
}
.subtitulo {
	color: #54192b;
	font-weight: bolder;
}



