/* GENERALES */
SPAN, INPUT
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

A, A:hover, A:visited
{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
}

BODY
{
	margin: 0px;
}

/* Cuadrados redondeados */
.horSupBG
{
	background-repeat: repeat-x;
	background-position: top left;
}

.horInfBG
{
	background-repeat: repeat-x;
	background-position: bottom left;
}

.verDerBG
{
	background-repeat: repeat-y;
	background-position: top right;
}

.verIzqBG
{
	background-repeat: repeat-y;
	background-position: top left;
}

.centroBG
{
	background-repeat: repeat;
	background-position: top left;
}

.rellenoHS
{
	background-repeat: repeat;
	background-position: top left;
}

.rellenoHI
{
	background-repeat: repeat;
	background-position: bottom left;
}

.rellenoVD
{
	background-repeat: repeat;
	background-position: top right;
}

.rellenoVI
{
	background-repeat: repeat;
	background-position: top left;
}

/* Titulo de la pagina */
.title
{
	font-family: Arial;
	font-size: large;
	color: #cc0000;
}

/* Texto de la pagina */
.pageText
{
	font-family: Arial;
	font-size: small;
}

.bigPageText
{
	font-family: Arial;
	font-size: 22pt;
	color: #cc0000
}

/* Imagenes redondeadas */
.headerImage
{
	width: 24px;
	height: 24px;
	vertical-align: top;
}

.menuImage
{
	width: 24px;
	height: 24px;
	vertical-align: top;
}

.promoImage
{
	width: 24px;
	height: 24px;
	vertical-align: top;
}

.titleImage
{
	width: 23px;
	height: 42px;
	vertical-align: top;
}

.footerImage
{
	width: 16px;
	height: 30px;
	vertical-align: top;
}

/* Texto del pie */
.footerText
{
	font-family: Arial;
	font-size: x-small;
}

/* Tabla del menu izdo */
.menuTable
{
	height: 250px;
	vertical-align: top;
}

/* Tabla principal */
.mainTable
{
	width: 100%;
	height: 99%;
}

/* Tabla típica */
.generalTable
{
	width: 100%;
}

/* columnas */
.rightColumn
{
	vertical-align: top;
	text-align: center;
}

.centerColumn
{
	height: 385px;
}

/* menus usuarios */
.menuHeader
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	height:20px;
	background-image: url(../img/form/degrad_rojo.jpg);
	background-repeat:repeat-x;
	padding-left: 2px;
	text-align: center;
}

.menuElement
{
	text-align: right;
}

.menuSubTable
{
	width: 100%;
	border: solid 2px;
}

.tableMenus
{
	width: 100%;
	padding: 4px;
}

.tableMenusCell
{
	vertical-align: top;
	text-align: center;
	width: 50%;
}