
* {
margin: 0;
}

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 0.95em;
	background: url("../images/bg.png") repeat-x scroll top left;
	min-width:1024px;

	
}

body.big{
	background: url("../images/menu_fondo.png") repeat-y scroll top left;	
}

body.short{
	background: url("../images/bg_short.png") repeat-y scroll top left;
	
	
}

a{
	cursor:pointer;
}

#footer {
	bottom: 0;
	width: 100%;
	height: 34px;
}

#footer .left{
	float:left;
	width:50%;
	text-align:left;
	font-size: 0.70em;
	color:#6f706e;
}

#footer .left .inside{
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
}

#footer .right{
	float:left;
	width:50%;
	font-size: 0.70em;
	padding:0px;
	margin:0px;
	text-align: right;
	color:#6f706e;
}

#footer .right .inside{
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-right:10px;
	text-align: right;
}

#footer .right .inside{
	padding:0px;
	margin:0px;
	padding-top:6px;
	padding-right:20px;
	text-align: right;
}


.header{
	background: url("../images/fondo_header.png") repeat-x scroll top left;
	width: 100%;
	height: 67px;
  	top:0;
  	left:0;
  	width:100%;
}

.header .logo{
	width:30%;
	height: 67px;
	float:left;
}

.header .logo .inside{
	padding-top:5px;
	padding-left:30px;
}

.header .addheader{
	width:70%;
	height: 67px;
	float:left;
}

.header .addheader .inside{
	padding-top:22px;
	padding-right:20px;
	color:#504c4c;
	vertical-align: middle;
}

.header .addheader .inside ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding-right:20px;
	vertical-align: middle;
}

.header .addheader .inside ul li{
	float:right;
	padding-left:5px;
	padding-right:5px;
	font-size: 0.70em;
	border-right:1px Solid #dad6d6;
}
.header .addheader .inside ul li:first-child{
	border-right:0px;
}

.header .addheader .inside ul li a{
	color:#6f6c6c;
	text-decoration:none;
}

.header .addheader .inside ul li a:hover{
	text-decoration:underline;
}

.header .addheader .inside ul li a.logout{
	color:#ea802e;
}

div.menu{
	/*min-width:300px;*/
	float:left;
	position:absolute;
}

div.menu.big{
	width: 150px;
}

div.menu.short{
	width: 50px;
}

div.menu .nav{
	min-height: 100%; 
	height:auto !important; 
	height:100%; 
}

div.menu.big .nav{
	width: 145px;
}
div.menu.short .nav{
	width: 45px;
}


div.menu .nav ul.menu{
	list-style-type: none;
	margin:0px;
	padding:0px;
}


div.menu .nav ul.menu li{
	background: url("../images/fondo_boton.png") repeat-x scroll top left;
	width:100%;
}

div.menu.big .nav ul.menu li a{
	color:#3e3a3a;
	width:100px;
	display:block;
	font-size: 0.78em;
	padding-left:40px;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
}

div.menu.short .nav ul.menu li a{
	padding-left:0px;
	width:50px;
	font-size: 1px;
	line-height: 34px;
	color:#898885;
	height:34px;
	display:block;
}



div.menu .nav ul.menu li a:hover{
	text-decoration: underline;
}

div.menu .nav ul.menu li.active{
	background: url('../images/menu_fondo_active.png') repeat-x scroll top left;
}





div.menu .nav ul.menu li .submenu{
	background: url("../images/bg_submenu2.png") repeat-x scroll top left;
	background-color:#8b8686;
}


div.menu .nav ul.menu li .submenu ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

div.menu .nav ul.menu li .submenu ul li{ 
	background:none;
	border-bottom:1px Solid #928f8f;
}

div.menu .nav ul.menu li .submenu ul li a{ 
	color:#FFFFFF;
	line-height: 12px;
	padding-top:10px;
	font-size: 11px;
}

div.menu.short .nav ul.menu li .submenu ul li a{ 
		line-height: 34px;
			font-size: 0px;
}

a.option_menu{
	background: url("../images/etiqueta_menu.png") no-repeat scroll top left;
	width: 14px;
	height: 50px;
	display:block;
	position:absolute;
	margin-left:15px;
	margin-top:120px;
	cursor:pointer;
}

a.display_columna_izq{
	background: url("../images/etiqueta_menu.png") no-repeat scroll top left;
	width: 14px;
	height: 50px;
	display:block;
	position:absolute;
	margin-top:65px;
	cursor:pointer;
	margin-left:-15px;
}


a.option_menu.big{
	margin-left:147px;
}

a.option_menu.short{	
	margin-left:50px;
}

a.option_submenu{
	background: url("../images/etiqueta_submenu.png") no-repeat scroll top left;
	width: 14px;
	height: 50px;
	display:block;
	position:absolute;
	margin-left:-15px;
	margin-top:120px;
	cursor:pointer;
}

a.option_menu:hover{
	background-position: 0px -50px;
}

a.option_submenu:hover{
	background-position: 0px -50px;
}

a.display_columna_izq:hover{
	background-position: 0px -50px;
}




.panel{
}

.panel .inside{
	padding:10px;
	padding-top:7px;
	padding-right:25px;
}
.panel.big{
	padding-left:160px;
}

.panel.short{
	padding-left:65px;
}

.panel.short .inside .box{
	border:0px Solid White;
	width:100%;
}


.panel .inside .box{
	width:100%;
	min-height:600px;
	background: url("../images/box_bg_.png") repeat-y scroll top right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px Solid #e8e6e6;
	-webkit-box-shadow: 5px 5px 30px 0.2px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 30px 0.2px rgba(0, 0, 0, 0.1);
}


.panel .inside .box.big{
	background: url("../images/box_bg_.png") repeat-y scroll top right;
}

.panel .inside .box.short{
	background: url("../images/box_bg_short.png") repeat-y scroll top right;
}

.panel .inside .box .header{
	background: url("../images/box_bg_header.png") repeat-x scroll top left;
	height: 28px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}




.panel .inside .box .header .inside{
	margin:0px;
	padding:5px;
	padding-left:10px;
	color:#FFFFFF;

}

.panel .inside .box .header .inside h1{
	font-size: 11px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-top:-10px;
}

.panel .inside .box .submenu{
	float:right;
}

.panel .inside .box .submenu.big{
	width:102px;
}

.panel .inside .box .submenu.short{
	width:30px;
}



.panel .inside .box .submenu ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	font-size: 0.75em;
}

.panel .inside .box .submenu ul li{
	background: url("../images/box_bg_submenu.png") repeat-x scroll top left;
	height: 28px;
}

.panel .inside .box .submenu ul li a{ 
	height: 28px;
	color:#575555;
	text-decoration: none;	
	padding-left:5px;
	line-height: 28px;
	display:block;

}

.ui-layout-west input[type="text"]{
	width:130px;
}

.ui-layout-west select{
	width:130px;
}



.panel .inside .box .botones_tabla{
	padding-left:610px;
}


.panel .inside .box .content{
	padding-right:102px;
}

.panel .inside .box .content .inside{
	padding:10px;
	font-size: 0.80em;
	border:0px;
	padding-top:20px;
}

.clear{
	clear:both;
}
.hidden{
	display:none;
}



/*  Distribuci�n interior */

.panel .inside .box .content .inside .left_panel{
	width:25%;
	float:left;
}

.panel .inside .box .content .inside .left_panel .panel_info{
	background-color: #f6f4f4;
	padding:5px;
	margin-right:15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.panel .inside .box .content .inside .left_panel .panel_info h1{
	color:#1f1c1c;
	border-bottom:1px Solid #d9d7d7;
	font-size: 16px;
	padding:0px;
	margin:0;
}

.panel .inside .box .content .inside .left_panel .panel_info .inside_panel{
	padding:5px;
	margin:0px;
	font-size: 13px;
}

.panel .inside .box .content .inside .left_panel .panel_info .inside_panel form{
	padding-top:10px;
}

.panel .inside .box .content .inside .left_panel .panel_info .inside_panel form label{
	float:left;
	width:110px;
	font-weight: bold;
	padding-top:5px;
}


.panel .inside .box .content .inside .left_panel .panel_info .inside_panel input[type="submit"]{
	background-color: #00529F;
	font-weight: bold;
	color:#323131;
	

	background-image: linear-gradient(bottom, rgb(0,107,207) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -o-linear-gradient(bottom, rgb(0,107,207) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(0,107,207) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,107,207) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(0,107,207) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(0,107,207)),
		color-stop(0.66, rgb(237,137,43)),
		color-stop(0.83, rgb(237,137,43))
	);


	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:0px;
}


.panel .inside .box .content .inside .left_panel .panel_info .inside_panel input[type="submit"].hover{
	background-color: #00529F;
	font-weight: bold;
	color:#FFFFFF;
	background-image: linear-gradient(bottom, rgb(182,127,84) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -o-linear-gradient(bottom, rgb(182,127,84) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(182,127,84) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(182,127,84) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(182,127,84) 32%, rgb(237,137,43) 66%, rgb(237,137,43) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(182,127,84)),
		color-stop(0.66, rgb(237,137,43)),
		color-stop(0.83, rgb(237,137,43))
	);

	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:0px;
}

.panel .inside .box .content .inside .left_panel .panel_info .inside_panel form label small{
	color:#4a4848;
	font-size: 9px;
	font-weight: normal;
}

.panel .inside .box .content .inside .right_panel{
	width:75%;
	float:left;
}

.panel .inside .box .content .inside .right_panel .inside_panel{
	padding:10px;
	padding-top:0px;
	margin:0px;
}

.panel .inside .box .content .inside .right_panel .inside_panel h1{
	color:#1f1c1c;
	border-bottom:1px Solid #d9d7d7;
	font-size: 16px;
	padding:0px;
	margin:0;
	margin-bottom:30px;
}

.panel .inside .box .content .inside TABLE TH{
	/* background: url('../images/fondo-th.png') repeat scroll top left; */
	color:#FFFFFF;
/* 	background-color: #b4b3b4; */
	background: #b5bdc8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODI4Yzk1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MzQzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 0%, #28343b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(0%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 0%,#28343b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 0%,#28343b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 0%,#28343b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 0%,#28343b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-8 */

	
}

.radioright {
	border-spacing:5px;
	border-collapse: separate;
}
.radioright td {
    text-align: right;
}
.radioright td input {
    float: left;
}
.radioright td label {
    float: left;
}

.title_box {
	padding-top: 5%;
}

.fields_container {
	display: inline-table;
}

.rich_table td,th {
	padding: 4px;
	text-align: center;					
	border: 1px solid lightgray;
	font-family: Verdana, "MS Trebuchet", sans-serif;
}

