/* ----------------- MAILING */

body {
	background:#fff url(/myimages/back.jpg) repeat-x left top;
}

#group {
	width:450px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#header {
	position: relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 90px;
	margin-bottom:20px;
}

.button_big {
	font-size:14px;
	font-weight:bold;
	padding:4px;
}

.button {
/*	font-size:14px;*/
	padding:4px;
}

.enlaces {
	color: #ffffff;
	font: oblique bold 10px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: absolute;
	right:0;
	top: 15px;
}

.enlaces a:link, .enlaces a:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.enlaces a:hover {
	color: #74be1f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#logo {
	color: #ffffff;
	font: 18px Arial, Helvetica, Verdana, sans-serif;
	position:absolute;
	top:15px;
	left:0;
}

ul.menu {
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	width:450px;
}

ul.menu li {
	width:100px;
	text-align:center;
	color:#999;
	background-color:#333;
	display:block;
	margin:0 5px 0 0;
	float:left;
	height:30px;
	line-height:2.4em;
	padding:0;
}

ul.menu li.nolink {
	padding:0 8px;
}

ul.menu li a.active {
	color:#333;
	background-color:#fff;
}

ul.menu li a:link, ul.menu li a:visited {
	text-decoration:none;
	color:#999;
	font-weight:normal;
	background-color:#333;
	display:block;
	height:30px;
	line-height:2.4em;
	padding-right:8px;
	padding-left:8px;
	font-style:normal;
}

ul.menu li a:hover {
	color: #333333;
	background: #e4e4e4;
	padding-right:8px;
	padding-left:8px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#content {
	width:450px;
	float:left;
	margin-right:20px;
}

#sidebar {
	width:290px;
	background-color:#f2f2f2;
	float:right;
	padding:10px 10px 0;
	border:1px solid #ccc;
}

#sidebar p {
	margin-bottom:10px;
}

div.ok {
	background-color:#d3eb9b;
	border-top:1px solid #97be6a;
	border-bottom:1px solid #97be6a;
	padding:15px 20px 0;
	color:#516639;
	display:block;
	clear:both;
	margin-bottom:20px;
}

div.message {
	background-color:#f6e6a4;
	border-top:1px solid #c0a16b;
	border-bottom:1px solid #c0a16b;
	padding:15px 20px 0;
	color:#792000;
	display:block;
	clear:both;
	margin-bottom:20px;
}

h1 {
	font-size:22px;
	margin-bottom:15px;
	font-weight:normal;
	font-style:normal;
}

h2 {
	margin-bottom:15px;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
}

.step1 {
	background:url(/myimages/step1.gif) no-repeat;
}

.step2 {
	background:url(/myimages/step2.gif) no-repeat;
}

.step3 {
	background:url(/myimages/step3.gif) no-repeat;
}

.step4 {
	background:url(/myimages/step4.gif) no-repeat;
}


ul.lists {
}

ul.lists li {
	line-height:2.5em;
	font-size:25px;
}

ul.steps {
	display:block;
	width:450px;
	height:30px;
}

ul.steps li {
	float:left;
	display:block;
	width:130px;
	text-align:center;
	line-height:2.3em;
	color:#999;
}

ul.steps li a {
	color:#002fd1;
	font-weight:normal;
	line-height:2.3em;
	font-style:normal;
	text-decoration:underline;
}

th.title {
	background-color:#def0fa;
	padding:5px;
	color:#003368;
}

td.contact {
	border-bottom:1px dotted #ccc;
	padding:5px;
}

.textarea {
	height:400px;
	width:616px;
	border:1px solid #999;
}

a.inactive {
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#ccc;
}

a {
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#002fd1;
}

a:hover {
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#002fd1;
}

p {
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

.clear {
	clear:both;
}

#wait{
	z-index:100;
/*	width:300px;*/
	border:solid 1px #ccc;
	position:absolute;
	top:350px;
	left:280px;
	/*margin-right:auto;*/
	background:white;
	padding:50px;
	text-align:center;
}

/* ----------------- END MAILING */