﻿a:link
{
	color: rgb(0, 0, 180);
	text-decoration: none;
}

a:visited
{
	color: rgb(0, 0, 180);
	text-decoration: none;
}

a:active
{
	color: rgb(0, 0, 180);
	text-decoration: underline;
}

a:hover
{
	color: rgb(0, 0, 180);
	text-decoration: underline;
}

body
{
	background-color: rgb(43, 57, 104);
	font-family: Calibri, Verdana, Tahoma, Arial;
	height: 100%;
}

input
{
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 15px;
}

table
{
	background-color: White;
}

.centrado
{
	text-align: center;
}

.enmarcado
{
	width: 100%;
	height: 100%;
	border-color: rgb(252, 188, 20);
	border-width: 3px;
	border-style: solid;
}

.enmarcadoAjustado
{
	width: 50%;
	border-color: rgb(252, 188, 20);
	border-width: 3px;
	border-style: solid;
}

.enmarcadoSinDimension
{
	border-color: rgb(252, 188, 20);
	border-width: 3px;
	border-style: solid;
}

.izquierda
{
	text-align: left;
} 

.izquierdaArriba
{
	text-align: left;
	vertical-align: top;
}

.listaAmarilla
{
	list-style-image: url("imagenes/bulletAmarillo.jpg");
}

.listaAzul
{
	list-style-image: url("imagenes/bulletAzul.jpg");
}

.pantallaCompleta
{
	width: 100%;
	height: 650px;
	vertical-align: top;
}

.resaltado
{
	font-weight: bolder;
}

.separador
{
	width: 50px;
	border-width: 1px;
}

.sinBordes
{
	background-color: White;
	border: 0;
}

.sinCorte
{
	white-space: nowrap;
}

.titulo
{
	font-size: larger;
	color: rgb(0, 50, 100);
	font-weight: bolder;
}