/************************** css por PanamaCOM orden alfabetico *******************************/

/************************** BODY *******************************/
body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	line-height: 180%;
	background-color:#cce1ef;

}



a.azul12:link {
	color:#4b98c5;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif
	font-size:12px;
}

a.azul12:visited {
	color:#4b98c5;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif
	font-size:12px;
}

a.azul12:active {
	color:#4b98c5;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif
	font-size:12px;
}

a.azul12:hover {
	color:#4b98c5;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif
	font-size:12px;
}





a.azul12:link {
	color:#0a75e3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.azul12:visited {
	color:#0a75e3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.azul12:active {
	color:#0a75e3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.azul12:hover {
	color:#0a75e3;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}




a.gris12:link {
	color:#666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.gris12:visited {
	color:#666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.gris12:active {
	color:#666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a.gris12:hover {
	color:#666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}




a.gris12_bold:link {
	color:#666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.gris12_bold:visited {
	color:#666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.gris12_bold:active {
	color:#666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.gris12_bold:hover {
	color:#666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}







.menu_inicio {
	width:264px;
	background-image:url(../images_sitio/menu_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom:20px
}


.menu {
	width:240px;
	height:26px;
	padding-left:20px;
	border-bottom:1px solid #666666;
	padding-top:5px
  
}







h1 {
	background-image:url(../images_sitio/h1.jpg);
	font-family:Georgia;
	font-size:26px;
	color:#1d2458;
	width:605px;
	height:35px;
	line-height: 35px;
	padding-top:10px;
	padding-bottom: 8px;
	padding-left:60px;
	text-align:left;
}





#conteiner {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../images_sitio/bg01.jpg); 
	background-repeat:repeat-x;
	background-position:top;
}


#header {
	width:1000px;
	height: 196px;
	margin-left:auto;
	margin-right:auto;
}



#content {
	width:1000px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	clear:both;
	
	
}


#content_right {
	width:700px;
	vertical-align:top;
	float:right;
	background-color:#FFF;
}

#content_left {
	width:300px;
	vertical-align:top;
	float:left;
	background-color:#FFF;
	
}


.window_content {
	width:654px; 
	margin-top:0px;
	margin-bottom:0px; 
	padding-left:20px;
	padding-right:20px;
}




#footer {
	width:650px;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:0px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#footer_bg {
	width:1000px;
	height:66px;
	background-image:url(../images_sitio/footer.jpg);
	background-repeat: no-repeat;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}




#wrapper
	{
	overflow: hidden;
	}

/* easy clearing */
#wrapper:after
	{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */


.png,
img{
	behavior: expression(	
		(
		this.origBg = this.origBg? 
			this.origBg 
			: 
			this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','')
		),	
		this.behaviorSet == undefined?
		(
				this.origBg.match(/.png$/) == null?
				(this.nodeName == "IMG" && this.src.match(/.png$/))?
				(
					this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
					this.src = "images/transparent.gif"
				)
				:
				null
			:
				this.origBg.match(/.png$/)?
				(this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='" + ((this.currentStyle.backgroundRepeat == "no-repeat")? "crop" : "scale") + "')",
				this.style.background = 'none'):null
		)
		:
		null
		,
		this.style.behavior='none', 
		this.runtimeStyle.behavior='none',
		this.behaviorSet = true
	);
}

