@charset "UTF-8";


	.demoHeaders {
		margin-top: 2em;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}


.hir_body {
	font-size: 11px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
        color:#fff;
	
}
.hir_content {
	bottom: 0;
	top: 0;
	margin: 0 auto;
	display: block;
	
}
.hir_header {
	
	height: 50px;
	width: 100%;
	top: 0px;
	
}
.hir_footer {
	
	position: fixed;
	height: 40px;
	width: 100%;
	bottom: 0px;
	z-index: 5;
	margin: auto;
	display: block;
}

.hir_section {
	width: 100%;
	margin-top:0px;
	padding-bottom: 50px; 
	
}


.hir_logoHir
{
	
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	width: 120px;
	height: 50px;	
	float:left;
}

.hir_text_footer
{
   font-size:10px;
   
	padding:13px 10px;	
}

.hir_text_header
{
   font-size:14px;
   padding:10px 10px;	
}
.hir_left
{
   float : left;
}

.hir_right
{
    float:right;
	
}




.boton{
	width:80px;
	padding:10px 0px;
	font-weight:300;
	text-align:center;
}

.botonRojo{
	
}
.botonRojo:hover{
	cursor:pointer;
}

/*
 * jQuery UI Menubar @VERSION
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 */
.ui-menubar {
	list-style: none;
	margin: 0; padding-left: 0;
}

.ui-menubar-item {
	float: left;
}

.ui-menubar .ui-button {
	float: left;
	font-weight: normal;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	margin: 0;
	outline: none;
}
.ui-menubar .ui-menubar-link {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.ui-menubar .ui-menu {
	width: 200px;
	position: absolute;
	z-index: 9999;
	font-weight: normal;
}
	

.headqua{
    padding-left: 20px;
}