/*  IMAAC - CSS Document  */

/*  main.css  */
/*  created may 2006 - bls  */
/*  last edited --  */

@media print {
page {
		margin-left: 5mm; margin-right: 5mm;
	}
}

body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


/*  TEXT  */
.copyright {
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 10px;
}

.title {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}

.txt_evento {
	font-weight: bold;
	color: #003399;
}
/*  form stuff*/
.req {
	color: #3366CC;
	font-weight: bold;
}
.error {
	color: #CC0000;
	font-weight: bold;
}
.submit_btn {
	background-color: #003399;
	color: #FFFFFF;
	border: 0px none #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
.fieldbx {
	border: 1px solid #CCCCCC;
	width: 175px;}

/*  BOXES   */
.td_main {
	padding: 10px 0px 10px 10px;
	width: 670px;
}

.td_main_lft {
	width: 480px;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	vertical-align: top;
}

.td_main_lft_soc {
	width: 680px;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	vertical-align: top;
}

.td_main_rgt {
	width: 180px;
	border-left: #999999 solid 1px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}

.td_socios_info {
	border: #CCCCCC solid 1px;
	padding: 20px;
	vertical-align: top;
}
.td_socios_list {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	padding: 5px;
	vertical-align: top;
}

/*  LINKS  */
a:link
{
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}


/*  end  */
