body {
	font-family:  "Book Antiqua", Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	color: #444;
	background-color: #fff;
  	text-align: center;
	}

a, a:hover, a:active, a:visited {
	color: #3399ff;
	text-decoration: underline;
	}
acronym {
	border-bottom: 1px dotted #999;
}
#container {
	margin: 0px auto;
	text-align: left;
	}
	
#header-container {
	background-color: #fbfbfb;
	border-bottom: 1px solid #c1c1c1;	
	height: 120px;
	}

#menu-container {
	float: right;
}

#logo {
	margin-top: 60px;
	float: left;
	width: 240px;
	}

/* ---- NAVEGACION GLOBAL ---- */
.menu_button, .menu_button_over {
	position: relative;
	margin-top: 41px;
	float: left;
	width: 210px;
	height: 80px;
	cursor: pointer;
	}

.menu_button_over, .menu_button:hover {
	color: #000000;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #fff;
	}

.menu_button_over a, .menu_button:hover a, .menu_button a:hover {
	color: #000000 !important;
	}

.button_text {
	position: absolute;
	right: 15px;
	bottom: 2px;
	width: 150px;
	height: 48px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	text-align: right;
	line-height: 18px;
	}

.button_text a {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	font-size: 24px;
	color: #666666;
	text-decoration: none;
	}

.button_text a span {
	font-size: 15px;
	}

/* ------- MAIN ------- */
#main-container {
	margin-top: 15px;
	min-height: 540px;
	}
	
* html #main-container {
	height: 540px;
	}

#main {
	}

/* ---- NAVEGACION LOCAL ---- */
#sidebar {
	width: 100%;
	text-align: left;
	float: left;
/*	margin: 20px 0px 30px 0px;*/
	padding: 0;
	line-height: 1.6em;
	color: #383d44;
	}

#sidebar ul {
	list-style: none;
}

#sidebar li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
	}

#sidebar li a, #sidebar li a:hover {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	}

#sidebar li a {
	display: block;
	background-color: transparent;
	padding: 5px 5px 5px 10px;
	border-bottom: 0;
	}

#sidebar li a:hover {
	color: #333;
	background-color: #eee;
	}
#sidebar li a.current {
	color: #ffffff;
	background-color: #3399ff;
	}
/* ------ FOOTER ------ */
#footer-container {
	margin-top: 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	height: 9999px;
	}	
#footer {
	margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  text-align: left;
	
	text-align: right;
	color: #666666;
	}
	
#footer a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* --- Tipos --- */
h1 {
	font-size: 24px;
}
.indent-20 {
	position: relative;
	left: 20px;
}

.h20 {
	height: 20px;
}

/* --- Formularios ---*/
form {
	font-size: 14px;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
}

form p {
	margin-bottom: 15px;
}

form p label {
	display: block; /* visualiza en línea sobre el campo */
	font-size: 13px;
	color: #444;
}

form p input[type=text], form p input[type=password], form p textarea, form p select {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	width: 400px;
	border: 1px solid #B9D0FF;
	padding: 3px;
}

form input.captcha, form input.captcha:focus {
	width: 72px;
	padding: 4px;
	font-size: 18px;
	/* font-weight: bold; */
	border: 1px solid #B9D0FF;
}

form p input[type=submit] {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	padding: 4px 12px;
	/* font-weight: bold; */
}
/* contenido */
ul.features {
	list-style: none;
}

ul.features li {
    display: block;
	position: relative;
    left: 10px;
    font-size: 95%;
    margin-top: 9px;
    line-height: 1.66em;
}
.thankyou-title {
	font-size: 48px;
	font-weight: bolder;
	color: #111;
}
.thankyou-body {
	font-size: 24px;
	color: #333;
}

