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


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #1B360A;
	line-height:135%;
}
.blanco {color: #FFFFFF}
.verde_gr {
	font-size: 13px;
	font-weight: bold;
	color: #4B601D;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

.verde {
	color: #4B601D;
	font-weight: bold;
}
a:link {
	color: #4A611D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B601D;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #4B601D;
}


.title	{
	width:518px;
	height:72px;
	background-image: url(../images_sitio/title_bg.jpg);
	margin: 0;
	}


h1
	{
	font: 12pt arial,verdana, sans serif;
	color: #017929;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	padding-left:20px;
	padding-top:40px;
	}

h2
	{
	font: 12pt arial,verdana, sans serif;
	color: #017929;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
	}



a
	{
	color: #00008b;
	text-decoration: none;
	}

a:hover
	{
	color: #00008b;
	text-decoration: underline;
	}



a.tinylink
	{
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
	}

a.link
	{
	color: #00008b;
	text-decoration: underline;
	}

	
#contenedor {
	margin: 0 auto;
	padding: 0;
	width:778px;	
	position:relative;
	float:none;
	clear:both;
	background-color: #ffffff;
	overflow:auto;
}

#contenedorTop {
   margin: 0 auto;
   text-align:left;
   float: none;
   width:778px;
   height:181px;
   clear:both;
   position:relative;
   padding-top:10px;
}

#contenedorTop .top{
   text-align:left;
   float: none;
   width:778px;
   clear:both;
}

#contenedorTop .logo { 
	margin:0 auto;
	float:left;
	position:relative;
}

#contenedorTop .imagenTop  {
   margin: 0;
   float:right;
   width:545px;
   background-color:
}

#contenedorMenu {
   margin: 0 auto;
   width:778px;
   height:35px;
   font: normal 12px Arial, Verdana, Helvetica, sans-serif;
   text-align:center;
   background-image: url(..images_sitio/fondoverde.jpg);
   background-repeat: repeat-x;
   clear:both;
   float:none;
}

.espacio {
	padding-top:10px;
	padding-right:3px;
	padding-left:3px;
	color:#FFFFFF;
}


.Estilo1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.Estilo2 {font-size: 11px}
	
#contenedorMedio {
   width: 778px;
 
   margin: 0 auto;
   /*position:relative;*/
   overflow:hidden;
   clear:both;
   float:none;
}

#contenedorMedioIzquierda
{   margin: 0px;
	width:260px;
	float:left;
	background-image: url(../images_sitio/image_20.jpg) repeat-y;
	height:100%;
	text-align:left;
}

.elementosDerecha {
	width:208px;
	float:none;
	clear:both;
	margin-left:10px;
}



.elementos_Menu_lateral {
	margin:0;
	float:none;
	clear:both;
	padding:0;
	width:240px;
}


#lateral{
	width:260px;
	height:100%;
	background-image: url(..images_sitio/image_20.jpg) repeat-y;
}

#contenedorMedioDerecha
{   margin: 0 auto;
margin-left: 0px;
	width:518px;
	background-color:#ffffff;
	float:left;
	text-align:left;


}

#contenedorMedioDerecha .column {
   margin: 0 auto;
   width:500px;
   padding-bottom:10px;
   clear:both;
   float:none;
}

#contenedorMedioDerecha ol
{   margin: 0 auto;
	margin-left: 35px;
	line-height:135%;
}

#contenedorMedioDerecha li
{   padding-bottom: 10px;
}


#bottom
{
   margin: 0 auto;
   width:778px;
   height:65px;
   clear:both;
   float:none;
	background-image: url(../images_sitio/fondobottom_21.jpg);
}

#bottom .text
{
   margin-left: 28px;
   padding-top:6px;
   color: #ffffff;
   font-size: 10px;

}

#bottom .text a
{
   color: #ffffff;
}

#bottom .text a hover
{
   color: #ffffff;
   text-decoration: underline;
}

.small
	{
	font: 8pt verdana, arial;
	}







#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
	);
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu_contenido {
z-index:1000;
font-size:90%;
float:right;
margin:0 25px 0px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_contenido ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu_contenido ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu_contenido li {
/*position:relative;*/
/*background:#d4d8bd;*/
height:26px;
}

/* get rid of the table */
.menu_contenido table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu_contenido a, .menu_contenido a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
/*border:1px solid #fff;
border-width:0 1px 1px 0;*/
}
/* hack for IE5.5 */
* html .menu_contenido a, * html .menu_contenido a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu_contenido a:hover {color:#ca0505; /*background:#949e7c;*/}

.menu_contenido :hover > a{
color:#ca0505; 
/*background:#949e7c;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_contenido ul ul {
visibility:hidden;
position:absolute;
top:0;
left:-150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu_contenido ul li:hover ul,
.menu_contenido ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu_contenido ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu_contenido ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu_contenido ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu_contenido ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

ul.download {list-style-image:url(zip.gif);}
ul.download li {padding-left:5px; font-size:11px; line-height:1.5em;}

#padding {height:50px;} /* this demo only */

