body
{
	background-color: #f1ebc5;
	font-family: Arial;
}

#pagina
{
	margin-left: auto;
	margin-right: auto;
}

#mensaje
{
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 15px;
}

.MensajeBien
{
	color: green;
}

.MensajeMal
{
	color: red;
}

#datos
{
	float: left;
}

#Listado
{
	float: left;
	width: 310px;
}

#Resultados
{
	height: 200px;
	clear: both;
	overflow: auto;
}

#Pies
{
	clear: both; 
	padding-top: 40px;
	font-size: 12px;
}

.SeccionTitulo
{
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.CampoTitulo
{
	font-size: 14px;
	text-align: right;
	font-weight: bolder;
	padding-right: 5px;
}

.CampoEstilo
{
	background-color: #ffffeb;
	font-size: 14px;
}

.RegistroListado
{
	font-size: 14px;
	padding-right: 5px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}

.RegistroListado a
{
	text-decoration: none;
}

.RegistroTitulo
{
	font-size: 13px;
	padding-right: 5px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	font-weight: bolder;
	text-align: center;
}

.SeccionBoton
{
	text-align: center;
	padding-top: 10px;
}

.Boton
{
	background-color: #ffebeb;
	color: #f1410b;
	font-weight: bolder;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 20px;
	line-height: 1px;
}

fieldset
{
	padding: 15px;
}

