body {
	background-color: #ebebeb;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #323232;
}
/* Links */
a:link {
	color: #545454;
	text-decoration:none;
}
a:visited {
	color: #545454;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #545454;
	text-decoration:none;
}
a:hover.child {
	color: #545454;
	font-weight:bold;
	text-decoration:none;
}

a.texto:link {
	color:#2a4ca0;
}
a.texto:visited {
	color:#2a4ca0;
}
a.texto:active {
	color:#2a4ca0;
}
a.texto:hover {
	color: #888;
	font-weight:bold;
}

a.textoinline:link {
	color:#2a4ca0;
}
a.textoinline:visited {
	color:#2a4ca0;
}
a.textoinline:active {
	color:#2a4ca0;
}
a.textoinline:hover {
	color: #000;
}

a.menul:link {
	color:#323232;
}
a.menul:visited {
	color:#323232;
}
a.menul:active {
	color:#323232;
}
a.menul:hover {
	color: #888;
	font-weight:bold;
}

/* Menu en CSS */
#basic-accordian{
	width:181px;
	position: static;
	z-index:2;
}
.accordion_headings{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	padding-top: 4px;
}
.accordion_headings:hover{
	color: #888;
}
.accordion_child{
	text-align: left;
	line-height: 15px;
	margin-left: 35px;
}
.header_highlight{
	color: #888;
	font-style:italic;
}
/* Pagina */
.menu {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 9px;
	padding-left: 6px;
	padding-right: 6px;
}
.menu-background {
	background-image: url(../images/menu-horiz-repeticion.jpg);
}
.pie {
	font-size: 11px;
	font-weight: bold;
	padding-top: 9px;
	vertical-align: top;
	background-image: url(../images/pie-repeticion.jpg);
}
.menu-paquetes {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 6px;
}
.imgleft {
	float: left; 
	margin: 8px 8px 0px 0px;
}
.imgright {
	float: right; 
	margin: 8px 0px 0px 8px;
}
H1 {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin:0px;
	margin-top:8px;
}

H2 {
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	text-align:justify;
	text-indent:8px;
	margin: 0px;
	margin-left: 20px;

}
P {
	line-height: 12px;
	text-align:justify;
	text-indent:8px;
	margin:0px;
}
P.right {
	text-align:right;
}
P.center {
	text-align:center;
	font-weight:bold
}
P.noindent {
	text-indent:0px;
}

div#TopShadow[id] {
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 300;
  position: fixed;
  background-color: transparent;
  background-image:url(../images/top_shadow.png);
  background-repeat: repeat-x;
}
.cwg_bg{ background-image:url(../images/cgw_bg.jpg);
 width:1003px; height:537px; background-repeat:repeat-y;
 }
 .cwg_heading{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#fc6817; font-weight:bold;
 }
 .cwg_txt{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000;
  padding-left:5px;
 }