body
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
h1
	{
		font-size: 24px;
	}
.h1Centrado
	{
		text-align: center;
	}
h2
	{
		font-size: 14px;
	}
.h2Centrado
	{
		text-align: center;
	}

.tabla
	{
		border: thin solid #8BA9E5;
		border-collapse: collapse;
	}

.tablaTitulo
	{
		background-color: #A8C1F4;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		padding-bottom: 3px;
	}
.bordeTituloInferior
	{
		border-top: thin none #8BA9E5;
		border-right: thin none #8BA9E5;
		border-bottom: thin solid #8BA9E5;
		border-left: thin none #8BA9E5;
	}

.tablaPie
	{
		background-color: #A8C1F4;
		font-weight: bold;
		font-size: 12px;
		text-align: center;	
	}
.bordePieSuperior
	{
		border-top: thin solid #8BA9E5;
		border-right: thin none #8BA9E5;
		border-bottom: thin none #8BA9E5;
		border-left: thin none #8BA9E5;
	}
.tablaPieBotones
	{
		background-color: #A8C1F4;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		padding: 3px 3px;
		border-top: thin solid #8BA9E5;
		border-right: thin none #8BA9E5;
		border-bottom: thin none #8BA9E5;
		border-left: thin none #8BA9E5;
	}	
.tablaAlterno1
	{
		background-color: #D7D8FA;
	}
.tablaAlterno2
	{
		background-color: #EDF2FC;
	}
.tablaDato
{
	padding-left: 3px;
	padding-right: 3px;
}
.tablaDatoCentrado
{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}
.tablaDatoDerecha
{
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}
.tablaDatoCampo
{
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.boton
	{ 
		width: 200px; 
		height: 20px; 
		border-left: 1px solid #AFC4D5; 
		border-top: 1px solid #AFC4D5; 
		border-right: 1px solid #104A7B; 
		border-bottom: 1px solid #104A7B; 
		background: #D6E7EF;
		font-size: 10px; 
		font-weight: bold; 
		color: #000000; 
		font-family: verdana,arial,helvetica,sans-serif;
		text-decoration: none; 		
		cursor: hand
	}
.campoTexto
	{
		width: 350px;
		border: 2px solid #8BA9E5;		
	}
.campoTextarea
	{
		border: 2px solid #BBBBBB;
	}
.bordeImagen
	{
		border: 2px solid #8BA9E5;	
	}
input:focus
	{
		color: black;
		font-weight: bold;
		background-color: #FFFFCC;
	}
textarea:focus
	{
		color: black;
		font-weight: bold;
		background-color: #FFFFCC;
	}
