unknown {
	behavior: url(#default#homePage)
}
body {
        background-image: url("../img/background.jpg"); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
		padding:0; margin:0;
		font-family:arial, verdana, sans-serif; 
		font-size:76%; 
		color:#000; 
		/* text-align:center; */
}
#search {width:285px; float:left; text-align:left; position:absolute; top:1px; right:108px;}
#search form {margin:0; padding:7px 0 0 0;}
#search input {font-size:11px; border:0; background:transparent;}
#search input.search {width:140px; background:#fff; border:0; margin-right:3px;}

#wrapper {width:1023px; margin:0 auto; text-align:left; padding:0px;}

#topad {background:#f8f8f8; width:1023px; height:70px; margin-top:0px; margin-left:0px; padding:0px; background:url(/img/new_logo_4.jpg)}
/* #topad .adLeft {padding:5px 0 5px 0; float:left;}
#topad .adRight {padding:5px 0 5px 0; float:right;} */

#menu_wrapper {width:1023px; height:45px; margin-top:0px; position:relative; float:left; padding:0px;}

ul.topics1 {margin: 0; padding: 0;}
ul.topics2 {margin: 8px 0px 0px 0px; padding: 0;}

ul.topics1 li {list-style: none; margin: 0px 0px 5px 0px;}
ul.topics2 li {list-style: none; margin: 0px 0px 0px 20px;}

#info {width:1023px; background:#fff; float:left; border:1px solid #ddd;}
#info2 {width:750px; float:left;}
#info2 h2 {padding:10px 0 0 10px; margin:0; font-size:15px; color:#151;}
#info p {line-height:1.5em;}
#info p.info {margin-left:10px;}
#info h2 {padding:10px 0 5px 10px; margin:0; font-size:15px; color:#151;}
#info h3 {padding:5px 0 10px 10px; margin:0; font-size:12px; color:#048; font-weight:normal;}
#info_right {width:250px; float:right;}
ul.download {list-style-image:url(zip.gif);}
ul.download li {padding-left:5px; font-size:11px;}
#padding {height:50px;} /* this demo only */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {margin:0 0 0 0;height:5px; position: relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li.top a.top_link {display:block; float:left; height:40px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images */
.menu li.p1 {width:67px;  height:43px; background:url(/img/menu_home_6_mo.jpg) no-repeat;;}
.menu li.p2 {width:97px;  height:43px; background:url(/img/menu_free_ebook_6_mo.jpg) no-repeat;;}
.menu li.p3 {width:86px;  height:43px; background:url(/img/menu_topics_6_mo.jpg) no-repeat;;}
.menu li.p4 {width:82px;  height:43px; background:url(/img/menu_blogs_6_mo.jpg) no-repeat;;}
.menu li.p5 {width:159px; height:43px; background:url(/img/menu_workshops_6_mo.jpg) no-repeat;;}
.menu li.p6 {width:119px; height:43px; background:url(/img/menu_online_courses_6_mo.jpg) no-repeat;;}
.menu li.p7 {width:120px; height:43px; background:url(/img/menu_submit_6_mo.jpg) no-repeat;;}

.menu li a#home {width:67px;   height:43px; background:url(/img/menu_home_6.jpg) no-repeat;}
.menu li a#ebook {width:97px; height:43px; background:url(/img/menu_free_ebook_6.jpg) no-repeat;}
.menu li a#topics {width:86px; height:43px; background:url(/img/menu_topics_6.jpg) no-repeat;}
.menu li a#blogs {width:82px; height:43px; background:url(/img/menu_blogs_6.jpg) no-repeat;}
.menu li a#workshops {width:159px; height:43px; background:url(/img/menu_workshops_6.jpg) no-repeat;}
.menu li a#online {width:119px; height:43px; background:url(/img/menu_online_courses_6.jpg) no-repeat;}
.spacer {width:293px; height:43px; background:url(/img/menu_spacer_6.jpg) no-repeat; float:left;}
.menu li a#submit {width:120px; height:43px; background:url(/img/menu_submit_6.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {z-index:200;}

.menu li a#home:hover, .menu li:hover a#home,
.menu li a#ebook:hover, .menu li:hover a#ebook,
.menu li a#topics:hover, .menu li:hover a#topics,
.menu li a#blogs:hover, .menu li:hover a#blogs,
.menu li a#workshops:hover, .menu li:hover a#workshops,
.menu li a#online:hover, .menu li:hover a#online,
/*.menu li spacer:hover, .menu li:hover spacer, */
.menu li a#submit:hover, .menu li:hover a#submit,
.menu li a#mailing:hover, .menu li:hover a#mailing {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
/* .menu :hover ul :hover ul :hover ul :hover ul ul, */
.menu :hover ul :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

.menu :hover ul.sub {left:0; top:35px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:203px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px;}
.menu :hover ul.sub li a {display:block;  font-size:11px; height:20px; width:197px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(/img/arrow.gif) 190px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#B583E7; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#B583E7 url(/img/arrow_over.gif) 190px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#B583E7 url(/img/arrow_over.gif) 190px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:200px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:200px; z-index:200; height:auto;}

#content {width:733px; float:left; margin:0px;}
#content_2 {width:733px; float:left; margin: 15px 0 0 15px;}
#content_2 h4 {font-weight: bold; margin:0px; font-size: 18px; color: #000000; font-style: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;}
.main_header {font-weight: bold; margin:0px; float:left; font-size: 18px; color: #000000; font-style: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;}
#topnavbox {width:1022px; height:25px; float:left; margin-left:5px; background:url(/img/topnavbox.jpg) no-repeat;}
#left_column {float:left;}
#event_content {width:733px; float:left;}
#footer {width:1023px; height:60px; float:left; background-color:#672BA2; margin-top:20px}
#fyb_main {width:742px; height:332px; float:left; margin:10px 16px 0px 5px; background-image:url(/img/photobox.jpg);}
div.fyb {height: 330px; width: 215px; padding:0; float:left; margin: 1px 0px 0px 15px; background-image:url(/img/followyourbliss_mo.jpg);}
div.fyb a, div.nav a:link, div.nav a:visited {display:block;}
div.fyb img {width:100%; height:100%; border:0;}
div.fyb a:hover img {visibility:hidden;}

#left_column p {font-size:12px; padding:0; margin:5px 0; color:#333; line-height:1.5em;}
#left_column h3 {font-size:15px; font-weight:bold; color:#151; margin-top:15px;}

#right_column {width:345px; float:right; display:inline;}

#left_column blockquote {padding:10px;}
#left_column p.cite {color:#004488; display:list-item; padding:0 5px 0 0; list-style-image: url(../graphic/open_quotes.gif); background: url(../graphic/close_quotes.gif) bottom right no-repeat;}
#left_column blockquote[cite]:after {content: "Quote taken from: " attr(cite); display: block; font-size:0.9em; color:#0088cc;
 text-align:right;}
 
#navigation {margin-top:5px; width:750px; text-align:center;}
#publicity_message_bottom {margin-left:10px;}
#far_right {width:250px; float:left; padding-top:35px;}
#info_right {width:800px; float:left;}
#feature {margin-bottom:10px; margin-top:10px}
#boxes {width:250px; float:right; margin-right:5px; margin-top:10px;}
.googlebox250{width:250px; height:630px; padding:15px 0px 0px 10px; background:url(/img/googlerightbox.jpg) no-repeat; margin-bottom:10px;}
.mandalabox250{width:250px; height:305px; padding:10px 0px 0px 10px; background:url(/img/mandalarightbox.jpg) no-repeat; margin-bottom:10px;}
.email_box {width:250px; height:300px; background:url(/img/email_box.gif) no-repeat; margin-bottom:10px;}
.email_box h3 {font-weight:bold; height:30px; line-height:30px; color:#000; padding:0 10px; margin:0; font-size:16px;}
.email_box p {padding:12px 14px 0 12px; margin:0; width:220px; line-height:1.3em;}
.follow_box {width:250px; height:240px; background:url(/img/follow_box.gif) no-repeat; margin-bottom:10px;}
.follow_box h3 {font-weight:bold; height:30px; line-height:30px; color:#000; padding:0 10px; margin:0; font-size:16px;}
.follow_box p {padding:12px 14px 0 12px; margin:0; width:220px; line-height:1.3em;}
.box250 {width:250px; padding:0 0 15px 0; background:url(box_base.gif) no-repeat left bottom; margin-bottom:10px;}
.box250 h3 {background:url(box.gif); font-weight:bold; height:30px; line-height:30px; color:#000; padding:0 15px; margin:0; font-size:16px;}
.box250 ul {list-style:none; padding:15px 14px 0 12px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; height:auto;}
.box250 ul li {text-decoration:none; color:#444; padding:2px 0; font-size:11px; border-bottom:1px solid #f0f0f0; word-spacing:-1px;}
.box250 ul li a {text-decoration:none; color:#048; font-size:12px; font-weight:bold;}
.box250 ul li a:hover {text-decoration:underline;}

.box250 p {padding:15px 14px 0 12px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; line-height:1.3em; font-size:11px; color:#444;}
.box250 p.red {color:#c00;}
.box250 dl {list-style:none; padding:0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px;}
.box250 dt {clear:left; padding:2px 0; margin:0; font-size:9px; font-weight:normal color:#151;}
.box250 dd {padding:3px 0; margin:0; font-size:11px; line-height:1.2em; color:#444; border-bottom:1px solid #f0f0f0;}
.box250 dd a {display:block; color:#004CA2; text-decoration:none; width:220px; font-size:12px;}
.box250 dd a em {color:#666; float:right; font-style:normal; font-size:11px;}
.box250 dd a:hover {color:#08c; text-decoration:none;}

.box250 table caption {width:250px; background:url(box.gif); height:30px; line-height:30px; color:#333; padding:0; margin:0; font-size:12px; text-align:left; text-indent:15px; font-weight:bold;}
.box250 table {width:250px; border:1px solid #d8d9da; border-width:0 1px; background:#fff;}
.box250 table th {padding-top:5px; text-indent:5px; color:#151;}
.box250 table td {text-indent:5px; color:#444;}
.box250 table tfoot td {text-align:center; color:#666; font-size:11px; padding-top:10px;}

.emailsignup {width:250px; height:233px; padding:0 0 10px 0; background:url(/img/pathssignup.jpg) no-repeat}

.smalltext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px;	color: #000000;}

.frase {COLOR: #444; text-align:center; font-family:Tahoma,arial,helvetica,sans-serif; font-size:12px; line-height:1.2em;}

a.pathslink {text-decoration:none; color: #004CA2;}
a.pathslink:VISITED {text-decoration : none;	color: #004CA2;}
a.pathslink:HOVER {text-decoration : underline; color: #004CA2;}

a.pathslinklrg {text-decoration:none; color: #08c; font-size:18px; font-weight:bold}
a.pathslinklrg:VISITED {text-decoration : none;	color: #08c;}
a.pathslinklrg:HOVER {text-decoration : underline; color: #08c;}

a.pathslink2 {text-decoration:none; color: #004CA2;; font-size:16px; font-weight:bold;}
a.pathslink2:VISITED {text-decoration : none;	color: #004CA2;}
a.pathslink2:HOVER {text-decoration : underline; color: #004CA2;}


a.sorton {text-decoration:none; color: #FFFFFF; font-weight:bold;}
a.sorton:VISITED {text-decoration : none;	color: #FFFFFF; font-weight:bold;}
a.sorton:HOVER {text-decoration : none;	color: #FFFFFF; font-weight:bold;}

a.sortoff {text-decoration:none; color: #000000; font-weight:bold;}
a.sortoff:VISITED {text-decoration : none;	color: #000000; font-weight:bold;}
a.sortoff:HOVER {text-decoration : none;	color: #000000; font-weight:bold;}

a.topnavlink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration : none; color: #000000;}
a.topnavlink:VISITED {text-decoration:none;	color: #000000;}
a.topnavlink:HOVER {text-decoration:underline; color: #004CA2;}

a.link7 {font-size: 13px; color:#FFFFFF; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif; TEXT-DECORATION: none}
A.link7:hover {color:#08c; text-decoration: none}

hr {
  border: 0;
  width: 80%;
	color: #697561;
	background-color: #697561;
	height: 1px;
}

td,span,p,a,div{color:#333333;font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-size:13px;}

th{color:#333333;font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;font-size:13px;font-weight:bold;}

H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
}
H7 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
}
H3,H5,H6 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #697561; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
}
H4 {
	FONT-SIZE: 13px; COLOR: #990000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
INPUT.Boton1 {
	FONT-SIZE: 10px; BORDER-LEFT-COLOR: white; BORDER-BOTTOM-COLOR: white; WIDTH: 70px; COLOR: #ffffff; BORDER-TOP-COLOR: white; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 21px; BACKGROUND-COLOR: #736d19; BORDER-RIGHT-COLOR: white
}
.form {
	BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; BORDER-LEFT: black 1px solid; COLOR: black; PADDING-TOP: 3px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: whitesmoke
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
A {
	COLOR: #333333; 
}
A.link1 {
	FONT-SIZE: 10px; COLOR: #993300; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.link1:hover {
	COLOR: #993300; TEXT-DECORATION: underline
}
A.link2 {
	FONT-SIZE: 11px; COLOR: #336600; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.link2:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #006633; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"; TEXT-DECORATION: underline
}
A.link3 {
	FONT-SIZE: 10px; COLOR: #857d1f; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.link3:hover {
	COLOR: white; TEXT-DECORATION: none; BACKGROUND-COLOR: #736C19
}
A.link4 {
	FONT-SIZE: 10px; COLOR: #eeebae; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.link4:hover {
	COLOR: black; BACKGROUND-COLOR: #e8e6cf; TEXT-DECORATION: none
}
.link5 A {
	FONT-SIZE: 10px; COLOR: #857d1f; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.link5 A:link {
	FONT-SIZE: 10px; COLOR: #857d1f; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.link5 A:visited {
	FONT-SIZE: 10px; COLOR: #857d1f; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.link5 A:hover {
	FONT-SIZE: 10px; COLOR: #857d1f; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.bannerLateral {
	padding-left:2px; padding-right:4px; margin-left:4px; margin-right:4px;
}
.bannerLateral div {
	border-top-width: 1px;
	border-top-color:#838584;
	border-top-style:solid;
	margin-left:0px;
	margin-right:0px;
	padding-top:3px;
	padding-bottom:3px;
}
.bannerCentral {
	padding-left:2px; padding-right:4px; margin-left:4px; margin-right:4px;
}
.bannerCentral div {
	border-top-width: 1px;
	border-top-color:#838584;
	border-top-style:solid;
	margin-left:0px;
	margin-right:0px;
	padding-top:3px;
	padding-bottom:3px;
	width:40%;
}
link-bot-arribaa:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #eeebae; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"; FONT-VARIANT: normal; TEXT-DECORATION: none
}
.primera {
	FONT-SIZE: 11px; COLOR: #dbe6fb; LINE-HEIGHT: 13px; FONT-FAMILY: tahoma, Arial, Helvetica; TEXT-DECORATION: none
}
.primera:link {
	COLOR: #dbe6fb; TEXT-DECORATION: none
}
.primera:active {
	COLOR: #dbe6fb
}
.primera:visited {
	COLOR: #dbe6fb
}
.primera:hover {
	TEXT-DECORATION: none
}
.botizquierda {
	FONT: bold 11px Arial, Helvetica, sans-serif; COLOR: #993333
}
.alerta {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: red; FONT-STYLE: normal; FONT-FAMILY: Arial,verdana
}
.titulo {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR:#363636; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;
}
.titulo2 {
	FONT-SIZE: 13px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
}
.titulo3 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;
}
.titulo3 a{
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;
}
.titulo3 a:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #990000; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;
}
.titulo4 {
	FONT-SIZE: 13px; COLOR: #990000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo4 a{
	FONT-SIZE: 13px; COLOR: #990000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo4 a:hover{
	FONT-SIZE: 13px; COLOR: #808000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}

.titulo5 {
	FONT-SIZE: 13px; COLOR:#000066; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo5 a{
	FONT-SIZE: 13px; COLOR: #000066; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo5 a:hover{
	FONT-SIZE: 13px; COLOR: #808000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo6 {
	FONT-SIZE: 13px; COLOR:#808000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo6 a{
	FONT-SIZE: 13px; COLOR: #808000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo6 a:hover{
	FONT-SIZE: 13px; COLOR: #990000; FONT-STYLE: normal; font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;font-weight:bold;
}
.titulo7 {
	FONT-WEIGHT:normal; FONT-SIZE: 12px; COLOR: #000066; FONT-STYLE:normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow";
}
.titulo7 a{
	FONT-WEIGHT:normal; FONT-SIZE: 12px; COLOR: #000066; FONT-STYLE:normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow";
}
.titulo7 a:hover{
	FONT-WEIGHT:normal; FONT-SIZE: 12px; COLOR: #808000; FONT-STYLE:normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow";
}

.nombreSitioPersonal{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #004ca2; FONT-STYLE: normal; FONT-FAMILY: "Arial"; 
}

.texto {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"
}
.texto a{
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"
}
.titnoticia {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif; text-decoration: none;
}
.headnoticia {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;
}
.masinfo {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #993300; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"; FONT-VARIANT: normal
}
.fecha {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #004ca2; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"; FONT-VARIANT: normal; line-height:0.75; vertical-align:top; padding-top:3px;
}
.titizquierda {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #30450c; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"
}
.beige {
	FONT-SIZE: 10px; COLOR: beige; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"
}
SELECT, INPUT, TEXTAREA {
	FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif, "Arial Narrow"
}
.fotoPersonal {
border-color:#000000;
}
.tabla {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
.tabla tbody{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
.tabla td{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
.tabla th{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}

.tbold {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight : bold;
}

.bordeImagen1{
	border-width: 1px; border-color: #000000;
}
.bordeImagen2{
	border-width: 2px; border-color: #000000;
}
.sechead {
	font-size: 12px;
  padding-top:9px;
  padding-left:6px;
	font-weight:bold;
  color:#0C2172;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.secciones A{
	font-size: 12px;
	font-weight:bold;
  color: #0B5AA7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right:4px;
	margin-right:4px;
}
.secciones A:hover {
	color: white; 
	text-decoration: none;
	background-color: #808080;
}
.secciones div {
	border-top-width: 1px;
	border-top-color:#838584;
	border-top-style:solid;
	margin-left:0px;
	margin-right:0px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
}

.seccionesSitioPersonal A{
	font-size: 10px;
	color:#0B5AA7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right:4px;
	margin-left:4px; 
	margin-right:4px;
}
.seccionesSitioPersonal A:hover {
	color: white; 
	text-decoration: none;
	background-color: #808080;
}
.seccionesSitioPersonal div {
	border-top-width: 1px;
	border-top-color:#838584;
	border-top-style:solid;
	margin-left:0px;
	margin-right:0px;
	padding-top:3px;
	padding-bottom:3px;
}

.topMenu {
	border-top-width: 1px;
	border-top-color:#838584;
	border-top-style:solid;
  border-bottom-width: 1px;
	border-bottom-color:#838584;
	border-bottom-style:solid;
}
A.topMenuLink {
	font-size: 12px;
	font-weight:bold;
	color:#0B5AA7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	/*padding-left:4px; 
	padding-right:4px; 
	margin-left:12px; 
	margin-right:12px;*/
	padding-left:2px; 
	padding-right:2px; 
	margin-left:8px; 
	margin-right:8px;
}
A.topMenuLink:hover {
	COLOR: white; 
	BACKGROUND-COLOR: #808080; 
	TEXT-DECORATION: none;
	padding-top:2px;
	padding-bottom:1px;
}
.borde_tabla {
border-left:1px solid #838584;
border-right:1px solid #838584;
}
.texto2{
color:#333333;font-family:Arial,Verdana,sans-serif;font-size:12px;
}
.tituloContacto {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #004ca2; FONT-STYLE: normal; font-family:"Trebuchet MS",,Arial,Verdana,sans-serif;
}
.bannersLaterales{
	padding-top:11px;
}
.bannersLaterales div{
	padding-bottom:11px;
}
