/* Generic Styles */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	color: #7d7d7d;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #c28929;
	background-image: url(../images/back-body.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #007cce;
	line-height: 50px;
	margin-bottom: -25px;
}

h2 {
	font-family: "Arial Black", Arial;
	font-size: 11px;
	line-height: 10px;
	text-transform: uppercase;
	color: #007CCE;
	display: block;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	letter-spacing: 0px;
	margin-bottom: -15px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #999;
  text-decoration: underline overline;
}

#container-page {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}


/*Head Styles*/
#container-head {
  height: 87px;
  margin-bottom: 3px;
  background-image: url(../images/back-header.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#head {
  padding: 0;
}

#languages {
	float: right;
	height: 62px;
	width: 261px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#languages a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#languages a:hover {
	text-decoration: underline;
}

img#logo {
	margin: 0 25px;
	float: left;
}

img#living {
	margin-top: 25px;
}

#menu {
	width: 100%;
	height: 25px;
	margin-top: 6px;
	margin-left: 7px;
}

#submenu {
	width: 100%;
	height: 24px;
	background-image: url(../images/back-submenu.png);
	background-repeat: no-repeat;
	margin: 0 0 7px 7px;
	overflow: hidden;
}

#sub-01, #sub-02, #sub-03, #sub-04, #sub-05, #sub-06, #sub-07 {
	width: 100%;
	clear:both;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 21px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
}

#menu li a:hover{
	color: #fff200;
}

#submenu ul {
	list-style-type: none;
	margin-left: 15px;
}

#submenu li {
	float: left;
	margin-right: 15px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: auto;
	padding-left: 8px;
	padding-top: 2px;
	background-position: 0px 8px;
}

#submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#submenu li a:hover {
	text-decoration: underline;
}

/* Menu items */
.btn-01 {
	width: 110px;
	background-image: url(../images/back-menu-01.png);
	background-position: 0px -25px;
}

.btn-02 {
	width: 160px;
	background-image: url(../images/back-menu-02.png);
	background-position: 0px -25px;
}

.btn-03 {
	width: 109px;
	background-image: url(../images/back-menu-03.png);
	background-position: 0px -25px;
}

.btn-04 {
	width: 150px;
	background-image: url(../images/back-menu-04.png);
	background-position: 0px -25px;
}

.btn-05 {
	width: 162px;
	background-image: url(../images/back-menu-05.png);
	background-position: 0px -25px;
}

.btn-06 {
	width: 135px;
	background-image: url(../images/back-menu-06.png);
	background-position: 0px -25px;
}

.btn-07 {
	width: 131px;
	background-image: url(../images/back-menu-07.png);
	background-position: 0px -25px;
}


/* Main Content Styles*/
#home-content {
	padding: 0 0 170px 14px;
	width: 100%;
	float: left;
	left: 0px;
	margin-left: -25px;
}

#secondary-content {
	padding: 0 0 25px 14px;
	width: 100%;
	float: left;
	left: 0px;
	margin-left: -14px;
}

#container-content {
	padding: 5px 7px 0px 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  background-color: #FFFFFF;
}

#content-left {
	width: 250px;
	height: auto;
	float: left;
	margin: 45px 11px 0 0;
	background-color: #FFF;
}

#more-links {
	width: 200px;
	height: 44px;
	background-image: url(../images/back-links-pdf.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	padding: 25px;
	clear: both;
}

#more-links a {
	color: #007CCE;
	text-decoration: none;
}

#content-right {
	width: 310px;
	float: right;
	background-color: #FFF;
	padding-bottom: 170px;
	margin: 15px -10px 0 0;
}

#content-right img {
	margin-left: -2px;
}

#content-right p {
	font-size: 11px;
	line-height: 15px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: -15px;
}

#content-right a {
	font-weight: bold;
	color: #007CCE;
	text-decoration: none;
}

#content-right a:hover {
	font-weight: bold;
	color: #007CCE;
	text-decoration: underline;
}

/* Modify 170px in the padding-bottom if you change the #foot height. In this way, the foot maintains position and you prevent overlapping. */
#content-center {
	padding: 0 0 170px 7px;
	float: left;
	left: 0px;
	margin: 0 20px 0 0;
}

.thin {
	width: 375px;
}

.wider {
	width: 675px;
}

table#resources {
	padding-top: 0;
}

table#resources p {
	margin-top: 0px;
	padding-top: 0px;
}

table#resources td.first  {
	border-right: solid 1px #f1d890;
}

table#resources td.second {
	padding-left: 10px;
	border-right: solid 1px #f1d890;
}

table#resources td.third {
	padding-left: 10px;
}

#content-center p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

#content-center a {
	color: #007CCE;
	text-decoration: underline;
}

#content-center a:hover {
	color: #007CCE;
	text-decoration: underline;
}

#content-center li {
	list-style-position: outside;
	list-style-image: url(../images/ico-arrow.gif);
	margin-left: 20px;
	margin-bottom: 18px;
}

#content-left img{
	float: left;
	margin-left: px;
}


/* Home Content Styles */
/* Modify 170px in the padding-bottom if you change the #foot height. In this way, the foot maintains position and you prevent overlapping. */
#home-content {
	padding: 0 0 170px 14px;
	width: 100%;
	float: left;
	left: 0px;
	margin-left: -25px;
}

#home-content img{
	float: left;
	padding: 23px;
	margin-left: -12px;
}

#welcome-text-spa {
	background-image: url(../images/back-welcometxt-spa.png);
}

#welcome-text-eng, #welcome-text-spa {
	background-image: url(../images/back-welcometxt-eng.png);
	background-repeat: no-repeat;
	height: 251px;
	width: 546px;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	float: right;
	margin-right: -18px;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
}

#welcome-text-eng p {
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#welcome-text-eng h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

.underlined {
	text-decoration: underline;
	margin-bottom: 3px;
}

#welcome-text-eng ul {
	margin-left: 16px;
	margin-top: 3px;
}

#welcome-text-eng a:hover {
	color: #FFF;
}

#meet-maria {
	height: 201px;
	width: 170px;
	background-image: url(../images/back-maria.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 11px;
	margin-top: 28px;
	color: #FFF;
	text-align: right;
	padding-top: 75px;
	padding-right: 25px;
	padding-left: 151px;
}

#meet-maria a, #meet-maria a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#more-articles {
	float: right;
	width: 550px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-right: -7px;
	padding-left: 30px;
}

#more-articles h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #007CCE;
}

#more-articles p {
	font-size: 12px;
	line-height: 18px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 5px 0 18px 6px;
}

#more-articles a {
	font-weight: bold;
	color: #007CCE;
	text-decoration: none;
}

#more-articles a:hover {
	text-decoration: underline;
}


#extras {
	background-color: #f4efe4;
	margin-top: 20px;
	padding-left: 17px;
	padding-top: 5px;
	margin-left: -5px;
}

#extras img {
	margin: -5px 0 0 -17px;
}

#extras p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding: 0px 0 10px 0;
	margin: 0px;
}


/* Foot Styles - If you need add content in the foot, and this produce an increment in the height of the foot, you must increment the bottom-padding in #content-left style */
#container-foot {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px!important;
	bottom: -1px; /* For Certain IE widths */
	height: auto;
	background-color: #FFFFFF;
}

#foot {
	padding: 20px 14px 0 14px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #898989;
	background-image: url(../images/line-gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

#powered {
	width: 126px;
	float: left;
	vertical-align: bottom;
	padding-right: 20px;
	margin-top: 20px;
	padding-top: 50px;
}

#foot p{

}

#foot a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00aeef;
	text-decoration: none;
}

#foot a:hover{
	text-decoration: underline;
}


#more-int {
	z-index: 50;
	width: 247px;
	height: 95px;
	background-image: url(../images/back-popup2.png);
	background-repeat: no-repeat;
	color: #777;
	position: absolute;
	padding: 10px 10px 0 15px;
	left: 530px;
	top: 251px;
}

#more-int ul {
	margin-left: 15px;
	margin-bottom: 7px;
}

#more-int li {
}

#more-help {
	z-index: 50;
	width: 247px;
	height: 95px;
	background-image: url(../images/back-popup2.png);
	background-repeat: no-repeat;
	color: #777;
	position: absolute;
	padding: 10px 10px 0 15px;
	left: 405px;
	top: 317px;
}

#more-int p, #more-help p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#more-int a, #more-help a {
	font-size: 10px;
	color: #007cce;
	text-decoration: none;
}

#more-int a:hover, #more-help a:hover {
	text-decoration: none;
}


/*Classes*/
.active a{
	color: #fff200;
}
