﻿body
{
	background: url(imagenes/fondo.png) fixed repeat-y center center;
}
.titulopagina
{
	font-size: x-large;
	color: black;
	font-weight: bold;
	text-align: center;
}

.cabecera
{
	color: black;
	font-size: medium;
}
.pie
{
	color: black;
	font-size: medium;
}
.lbl {
	font-size: medium;
	text-transform: none;
}
.txt
{
	color: blue;
	font-size: medium;
}
.txtnombremiembro
{
	color: blue;
	font-size: xx-large;
	text-transform: uppercase;
	font-weight: bolder;
}
.txtdatos
{
	color: blue;
	font-size: xx-large;
}
.cabeceragrid
{
	table-layout:fixed;
}
.lblAVISO
{
	color: red;
	font-size: medium;
}
.etiquetasemantica
{
	font-size: medium;
	color: greenyellow;
	text-transform: none;
}