html,body
{
	background: #dbdee3;
	margin: 0;
	padding: 0;
	font-family : Arial, helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #c88039;
	text-align: center;
}

input {
	font-size: 12px;
}

.encabezado {
	background: #212178;
	border: none;
}

.cuerpo {
	background: #ffffff;
	border: none;
}

.contenido {
	background: #ffffff;
	border: none;
	padding: 5px 5px 5px 5px;
}

.opciones {
	border: none;
	border-right: #e0e0e0 1px solid;
}

.pie {
	background: #ffffff;
	border: none;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.ident {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #5f5fd3;
}


.alpha {
	font-weight: bold;
	font-size: 12px;
	color: #c88039;
}

.sitiosinscritos {
	border: none;
	border-right: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
}
.sitiosinscritos th {
	background: #c0c0c0;
}
.pad5 {
	padding: 5px 5px 5px 5px;
}
.pad4 {
	padding: 4px 4px 4px 4px;
}

.mas {
	text-align: right;
	font-size: 11px;
	padding: 0px 5px 0px 0px;
}

.izq {
	text-align: left;
}

/********************************
* Menu lateral
********************************/

.menuizq {
	border: none;
	font-size: 13px;
	color: #505050;
}

.menuizq td {
	border: none;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-image: url(/imagenes/menu-op-bg.png);
	background-repeat: repeat-x;
}

.menuop, .menuop:link, .menuop:visited {
	color: #008000;
	text-decoration: none;
	font-size: 13px;
}
.menuop:hover, .menuop:visited:hover {
	text-decoration: underline;
}



/********************************
* Pie de pagina
********************************/

.pieopciones, .pieopciones:link, .pieopciones:visited {
	color: #008000;
	text-decoration: none;
	font-size: 11px;
}
.pieopciones:hover, .pieopciones:visited:hover {
	text-decoration: underline;
}

/********************************
* Ingresar
********************************/
.ingresar {
	border: none;
	border-right: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
}

/********************************
* Misc
********************************/
.msgerr {
	color: red;
	font-weight: bold;
}
