body {
	margin:0px;
	background-color:#ffffff;
	font:normal normal normal 13px arial;
	color: #ffffff;
}
/*-- TEXTO GENERAL --*/
td {
	font: normal normal normal 13px arial;
}
.td_white {
	color:#ffffff;
	}
.td_white_small {
	color:#ffffff;
	font: normal normal normal 11px arial;
}
.td_black {
	color:#000000;
}
.td_black_small {
	color:#000000;
	font: normal normal normal 11px arial;
}
.td_blue {
	color:#003e98;
}
.td_green {
	color:#7EA99D;
}
.td_brown {
	color:#A26D35;
}

li {
	list-style:circle;
	list-style-image:url(images/bullet.gif);
	line-height:20px;
}
/*-- LINKS --*/
a {
	font: normal normal normal 13px arial;
}
a:link {
	color: #7EA99D;
	text-decoration: underline;
}
a:hover {
  color: #7EA99D;
  text-decoration: none;
}
a:active {
  color: #7EA99D;
  text-decoration: none;
}
a:visited {
  color: #7EA99D;
  text-decoration: underline;
}

.td_white a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}
.td_white a:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}
.td_white a:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.td_white a:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.td_white a:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}

.td_black a {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
.td_black a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
.td_black a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.td_black a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.td_black a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

a img {
	border-width: 0;
}
/*-- TEXT HEADERS--*/
h1 {
	font:normal normal bold 18px arial;
	color: #8e1a1b;
	margin: 0px;
}
h2 {
	font:normal normal bold 16px arial;
	color: #7EA99D;
	margin: 0px;
}
h3 {
	font:normal normal bold 16px arial;
	color: #FFFFFF;
	margin: 0px;
}

/*-- FORM --*/
.form_items_singleline {
	font:normal normal normal 16px arial;
	color: #003e98;
	background-color: #F3F3F3;
	border: 10px solid #F3F3F3;
	width:267px;
}
.form_items_multiline {
	font:normal normal normal 16px arial;
	color: #003e98;
	background-color: #F3F3F3;
	border: 10px solid #F3F3F3;
	width:560px;
	overflow:auto;
}
.form_items_bt {
	font:normal normal bold 16px arial;
	color: #FFFFFF;
	background-color: #7EA99D;
	border: 10px solid #7EA99D;
	width:120px;
}

/*-- WRAPPERS --*/
.div_vitamexico_hidden {
	height:30px;
	background:#7EA99D;
}
.div_vitamexico {
	height:200px;
	display:none;
	background:#7EA99D;
}
.header_sparkles {
	background-image:url(images/header_sparkles.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.div_header {
	background-image:url(images/header_gradient_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	height:240px;
}
.div_header_im {
	position:absolute;
	z-index:0;
	width:290 px;
	height:230 px;
}
.div_menu {
	position:relative;
	z-index:1;
}
.div_contenido {
	margin:0px;
	height:460px;
}
.div_gallery_hidden {
	height:40px;
	background:#7EA99D;
}
.div_gallery {
	height:700px;
	display:none;
	background:#FFFFFF;
}
.div_footer {
	background-color:#FFFFFF;
	padding:0px 0px 20px 0px;
}
.avcomments {
	position:absolute;
	display:none;
}
