/* Fuentes */
@font-face
{
	font-family: gobCL;
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/gobcl_regular-webfont.eot');
	src: local('â˜º'), url('../fonts/gobcl_regular-webfont.woff') format('woff'), url('../fonts/gobcl_regular-webfont.ttf') format('truetype'), url('../fonts/gobcl_regular-webfont.svg') format('svg');
}

/* Wrapper */
.pwrapper {
	width: 100%;
	background-color: #f6f6f6;
}

.wrapper {
	position: relative;
	width: 1230px;
	margin:0 auto;
	background-color: #ffffff;
}

/* Header */
.header {
	width: 100%;
	height: 200px;
	margin-top: 0px;
	background-color: #ffffff;
}

.menu {
	width: 100%;
	margin-top: 100px;
	position: absolute;
}

.menu-buttons {
	background-image: url("../images/menu_background.png");
	height: 50px;
}

.menu_btn {
	height: 42px;
	min-width: 120px;
}

.menu_btn_reducido {
	height: 42px;
	min-width: 50px;
}

.logo {
    background-image: url("../images/logo-ministerio.png");
    width: 199px;
    height: 177px;
    float:left;	
    margin-left: 15px;
    position: absolute;
    z-index: 1;
}
 .title_text {
 	display: table-cell;
 	vertical-align: middle;
	margin-left: 215px;
	margin-top: 25px;
	width: 810px;
	position:absolute;
 }

.title {
	display:table;
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
	color:#000000;
	font-size: 18px;
	position: absolute;
}

.red_text {
	color:red;
}

.btn-toolbar .btn{
	background: url(../images/separador.png) center left no-repeat;
	color:#707070;
}

.btn-toolbar-ampliado {
	background-color: #f6f6f6;
}

.btn-toolbar-ampliado .btn{
	background: url(../images/separador.png) center left no-repeat;
	color:#707070;
}

.btn-toolbar-ampliado {
	padding-left: 190px;
}

.btn-group {
	padding-top: 3px;
}

.btn-toolbar {
	padding-left: 190px;
}

/* Content */
.content {
	display: block;
	margin-right: 5%;
	margin-left: 215px;
}

.tablas {
	margin-left: -190px;
}

.content_title {
	color: #006cb8;
	font-weight: bold;
	font-size: 18px;
}

.content_title_small {
	color: #006cb8;
	font-weight: bold;
	font-size: 14px;
}

.content_description {
	color: #006cb8;
}

.dialog_content {
	color: #006cb8 !important;
	font-size: 12px;
}

.dialog_title {
	font-weight: bold;
	text-decoration: underline; 
}

.dialog_title2{
	font-weight: bold;
}

.ui-dialog-title {
	font-size: 12px !important;
}

/* Footer */
.footer {
	background-color: #f6f6f6;
	color: #707070;
	display: block;
	font-size: 10px;
	height: 50px;
	left: 0;
	width: 100%;
}

.left {
	text-align: left;
	float:left;
	margin-left: 15px;
}

.right {
	text-align: right;
	margin-right: 15px;
}

.flag_footer {
    background: url("../images/horizontal.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 26px;	
    margin-left: 15px;
}

/* Página de acceso */
.acceso {
	background-color: #f6f6f6;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	border-radius: 25px;
	width: 60%;
	margin:0 auto;
	height: 50%;
	padding: 10px;
}

.content_text {
	color:#707070;
}

/* Index */

.index_images {
	width:810px;
	height: 260px;
	position: absolute;
	text-align:center;
	padding-top: 5px;
	box-shadow: 0 0 15px #ddd;
	background: #fff;
}

.index_images div {
	width: 100%;
	display: inline-block;
	display: none;
}

.textos {
	width:810px;
	padding-top: 275px;
}

.contenido {
	width:810px;
}

.glyphicon {
	font-size: 35px;
	color:#707070;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	height: 35px;
	font-family: gobCL,serif;
	font-size: 12px;
	white-space: normal !important;
	vertical-align: middle;
}

.ui-search-toolbar {
	height: 25px;
}

.ui-widget-content .ui-corner-all {
	font-family: gobCL,serif;
}

.ui-dialog-content {
	font-family: gobCL,serif;
}

.ui-tabs-panel {
	font-size: 12px;
}

.ui-jqgrid-btable{
	font-size : 11px;
	font-family: gobCL,serif;
}

.ui-jqgrid tr {
	vertical-align: top;
}

.ui-jqgrid tr.jqgrow td {
	white-space: normal !important;
}

.ui-widget {
	font-family: gobCL,serif !important;
}

div.ui-tooltip {
	font-family: gobCL,serif;
	font-size: 10px;
	max-width: 600px;	
}

.ui-tabs-vertical { width: 100%;}
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; min-width: 250px; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width: 100%;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; padding-left: 20px;display:table;}

.ui-search-input input[type='text'] {
  background: url(../images/lupa.png) no-repeat;
  background-color: #fff;
  text-indent: 20px;
}

.ui-corner-left {
	font-family: gobCL,serif;
	font-size: 12px;
}

.ui-corner-top {
	font-family: gobCL,serif;
	font-size: 13px;
}

/* Loading message */
.loader {
	display:none;
	position:fixed;
	z-index:1000;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8)
				url('../images/ajax-loader.gif')
				50% 50%
				no-repeat;
}

body.loading{
	overflow:hidden;
}

body.loading{
	display:block;
}

/* Page */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: gobCL,serif !important;
}