html 
{
    min-height : 100%;
}
body
{
	background-color: white;
	background-image: url('./images/site_back.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	font-family:  Georgia, Serif, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #666;
}
a:link, a:active, a:visited
{
	text-decoration:none;
	color: #ff9600;
	font-size: 1em;
	font-weight: bold;
}
a:hover
{
	text-decoration:none;
	color: #055eb5;
	font-size: 1em;
	font-weight: bold;
}
html * div#container,  div#container
{
	position: absolute;
	top: 12px;
	width: 932px;
	background-image: url('./images/container_back.png');
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -468.5px;
}
div#cont_top
{
	position: absolute;
	width: 932px;
	height: 12px;
	left: 50%;
	margin-left: -468.5px;
	background-image: url('./images/container_top.png');
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
div#sub_downloads
{
	border-left: 1px #f88241 solid; 
	border-right: 1px #f88241 solid; 
	border-bottom: 1px #f88241 solid; 
	padding: 30px 7px 2px 3px; 
	margin-top: -25px;
	background-image: url('./images/sub_descargar.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
.section_row
{
	display:table-row; 
	vertical-align: top;
	width: 100%;
	font-size: 1em;
}
div#footer
{
	text-align: center;
	font-size: 0.8em;
	color: #666;
}
* html div.section_cell_right, .section_cell_right
{
	display:table-cell; 
	padding-left: 2px;
	margin-left: 5px;
	text-align: justify;
	float:right;
	font-size: 1em;
	padding: 4px;

}
* html div.section_cell, .section_cell
{
	display:table-cell; 
	text-align: justify;
	float:left;
	font-size: 1em;
	padding: 0px 5px 0px 5px;

}/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;	
	background-image: url('./images/btn_back.jpg');
	background-repeat: repeat-x;
	background-color: #fe8a0d;
	width:924px;	
	background-color: white;
	top: 0px;
	left: 0px;
	z-index:49999;
	}

#menuh
	{
	font-size: 1em;
	background-color: white;
	width:924px;
	float:left;
	margin:0px;
	}
#menuh a
	{
	text-align: center;
	display:block;
	background-color: white;
	font-size: 1em;
	white-space:nowrap;
	margin:0;
	padding: 5px 3px 5px 3px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	background-image: url('./images/btn_back.jpg');
	background-repeat: repeat-x;
	background-color: #fe8a0d;
	color: #0e2658;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #fe8a0d;
	border-right: 2px solid #fe8a0d;
	font-size: 1em;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	background-image: url('./images/btn_back1.jpg');
	background-repeat: repeat-x;
	background-color: #fe8a0d;
	color: #0e2658;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #fe8a0d;
	border-right: 2px solid #fe8a0d;
	font-size: 1em;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 1em;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 1em;
	}
#menuh ul
	{
	list-style-type:none;
	font-size: 1em;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	font-size: 1em;
}

#menuh ul ul
{
	position:absolute;
	z-index:50000;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	font-size: 1em;
}

#menuh ul ul ul
{
	top:0;
	left:100%;
	font-size: 1em;
}

div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
	font-size: 1em;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:block;
}

/* End CSS Drop Down Menu */

h1
{
	color: #000; 
	font-size:1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
h2
{
	color: #000; 
	font-size:1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
h3
{
	color: #900;
	font-weight: bold;
	font-size: 1.1em; 
	padding: 10px;
	text-align: justify;
}
.orange
{
	border-bottom: 1px solid #ccc;
	color: #ff9600; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
.orange_borderless
{
	color: #ff9600; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
.blue
{
	border-bottom: 1px solid #ccc;
	color: #055eb5; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
.pure_blue
{
	color: #055eb5; 
	font-weight: bold;
}


ol.sin_num 
{
	list-style-type:none;
	font-size: 1em;
	margin:0;
	padding:0;
	float:left;
}
li.sin_num 
{
	padding: 10px;
	float:left;
}
.pimg
{
	position: relative;
	padding: 12px;
	background-color: white;
	border: 1px solid #e8e8e8;
	margin: 20px 20px 10px 20px;
}
.title_pic
{
	font-size: 0.8em; 
	position: absolute; 
	margin-top: 512px; 
	padding-left: 20px;
}
.pimg_outside
{
	position: relative;
	padding: 4px;
	background-color: white;
	border-bottom: 1px solid #e8e8e8;
	margin: 0px 0px 10px 0px;
}
.pimg_small
{
	padding: 8px;
	background-color: white;
	border: 1px solid #e8e8e8;
	margin: 10px 10px 5px 10px;
}
