/*
	CSS BRICAM
	- Revision Maya
	- Fecha Creacion: 23-01-2007
*/

BODY						{
	padding				: 0px;
	margin				: 10px;
	background		: #000000;
	height				: 100%;
	font-family		: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color					: #FFFFFF;
}

#contenedor {
	width					: 100%;
	text-align		: center;
}

#contenedor table {
	width					: 840px;
	text-align		: center;
}

A:link {
	color						: #FFFFFF;
	text-decoration	: none;
	font-weight			: normal;
}
A:hover {
	color						: #CCCCCC;
	text-decoration	: none;
	font-weight			: normal;
}
A:visited {
	color						: #FFFFFF;
	text-decoration	: none;
	font-weight			: normal;
}
A:hover {
	color						: #CCCCCC;
	text-decoration	: none;
	font-weight			: normal;
}


#marc22 {
	position				: relative;
	width						: 489px;
	height					: 389px;
	background			: url(img/pagina22_marc.png) no-repeat bottom left;
}
* html #marc22 {
		background-image	: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/pagina22_marc.png', sizingMethod='crop') background:;
}

input {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	font-weight			: normal;
}

#tabla {
}

#tabla td {
	padding					: 0px 0px 0px 0px;
	font-weight			: normal;
	text-align			: left;
	border-bottom		: 1px solid #CCCCCC;
}
#tabla th {
	padding					: 0px 10px 0px 0px;
	font-weight			: bold;
	text-align			: right;
}