/****** SOBREESCRIBIR GRID_960 *********/

.container_16 {
	margin: 1%;
	width: 98%;
}
tbody td {
	background: transparent;
}
/****** /SOBREESCRIBIR GRID_960 *********/


/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
	display: block;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background: #F8F8F8;
	font-size: 12px;
}
.clear {
	clear: both;
}
.spacer {
	height: 20px;
}
a:link, a:visited {
	color: #0074B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**************************************************/
/************ BLOQUES PRINCIPALES *****************/

/* Footer ***************************/

footer#footer {
	float: left;
	text-align: right;
	color: white;
	height: 25px;
	width: 95%;
	padding-right: 5%;
	background: #222222 url(bg/admin/header_bg.png) repeat-x;
	positidon: fixed;
	bottom:0;
	left: 0;
}


/* Header ***************************/

header#header {
	height: 55px;
	width: 100%;
	background: #222222 url(bg/admin/header_bg.png) repeat-x;
}
	header#header h1.admin_title, header#header h2.app_title {
		float: left;
		margin: 0;
		font-size: 18px;
		display: block;
		width: 20%;
		height: 55px;
		font-weight: normal;
		text-align: center;
		line-height: 55px;
		color: #fff;
		text-shadow: 0 -1px 0 #000;
	}
		header#header h1.admin_title a {
			color: #fff;
			text-decoration: none;
		}
	header#header h2.app_title {
		font-size: 22px;
		text-align: center;
		vertical-align: top;
		text-indent: 2.5%;
		width: 68%;
		background: url(bg/admin/header_shadow.png) no-repeat left top;
		line-height: 55px;
	}

.btn_view_site {
	float: left;
	width: 9%;
}
	.btn_view_site a {
		display: block;
		margin-top: 12px;
		width: 91px;
		height: 27px;
		background: url(bg/admin/btn_view_site.png) no-repeat;
		text-align: center;
		line-height: 29px;
		color: #fff;
		text-decoration: none;
		text-shadow: 0 -1px 0 #000;
	}
	.btn_view_site a:hover {
		background-position: 0 -27px;
	}
	
	
/* Secondary Header Bar ***************************/

section#secondary_bar {
	height: 38px;
	width: 100%;
	background: #F1F1F4 url(bg/admin/secondary_bar.png) repeat-x;
}
	section#secondary_bar .user {
		float: left;
		width: 20%;
		height: 38px;
	}
	.user p {
		margin: 0;
		padding: 0;
		color: #666666;
		font-weight: bold;
		display: block;
		float: left;
		width: 85%;
		height: 35px;
		line-height: 35px;
		text-indent: 25px;
		text-shadow: 0 1px 0 #fff;
		background: url(bg/admin/icn_user.png) no-repeat center left;
		margin-left: 6%;
	}
	.user a {
		text-decoration: none;
		color: #666666
	}
	.user a:hover {
		color: #77BACE;
	}
	.user a.logout_user {
		float: left;
		display: block;
		width: 16px;
		height: 35px;
		text-indent: -5000px;
		background: url(bg/admin/icn_logout.png) center no-repeat;
	}
	
	
/* Breadcrumbs ***************************/

section#secondary_bar .breadcrumbs_container {
	float: left;
	width: 77%;
	background: url(bg/admin/secondary_bar_shadow.png) no-repeat left top;
	height: 38px;
}
	article.breadcrumbs {
		float: left;
		padding: 0 10px;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 1px 0 #fff;
		-moz-box-shadow: 0 1px 0 #fff;
		box-shadow: 0 1px 0 #fff;
		height: 23px;
		margin: 4px 3%;
	}
		.breadcrumbs a {
			display: inline-block;
			fdloat: left;
			height: 24px;
			line-height: 23px;
		}
			.breadcrumbs a.current, .breadcrumbs a.current:hover {
				color: #9E9E9E;
				font-weight: bold;
				text-shadow: 0 1px 0 #fff;
				text-decoration: none;
			}
			.breadcrumbs a:link, .breadcrumbs a:visited {
				color: #44474F;
				text-decoration: none;
				text-shadow: 0 1px 0 #fff;
				font-weight: bold;
			}
			.breadcrumbs a:hover {
				color: #222222;
			}
		.breadcrumb_divider {
			display: inline-block;
			width: 12px;
			height: 24px;
			background: url(bg/admin/breadcrumb_divider.png) no-repeat;
			float: left;
			margin: 0 5px;
		}
		
/* Sidebar ***************************/

aside#sidebar {
	width: 20%;
	background: #E0E0E3 url(bg/admin/sidebar.png) repeat;

	background: rgb(238,238,238) url(bg/admin/sisdebar.png) repeat;
	float: left;
	min-height: 500px;
	margin-top: -4px;
}
	#sidebar hr {
		border: none;
		outline: none;
		background: url(bg/admin/sidebar_divider.png) repeat-x;
		display: block;
		width: 100%;
		height: 2px;
	}
	
	/* Search */
	
	.quick_search {
		text-align: center;
		padding: 14px 0 10px 0;
	}
		.quick_search input[type=text] {
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			border: 1px solid #bbb;
			height: 26px;
			width: 90%;
			color: #ccc;
			-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
			-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
			box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
			text-indent: 30px;
			background: #fff url(bg/admin/icn_search.png) no-repeat;
			background-position: 10px 6px;
		}
		.quick_search input[type=text]:focus {
			outline: none;
			color: #666666;
			border: 1px solid #77BACE;
			-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
			-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
			box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
		}

	/* Sidebar Menu */

	#sidebar #accordion-menu {
		-webkit-box-shadow: #7e8596 0 0 1px;
		-moz-box-shadow: #7e8596 0 0 1px;
		box-shadow: #7e8596 0 0 1px;
	}
	.ui-accordion .ui-accordion-header {
		border-radius: 0;
		border: 0;
		background: #e0e0e0;
	}
	#sidebar h3, #sidebar h4 {
		color: #1F1F20;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #fff;
		font-size: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
		#sidebar h3.ui-state-active { 

		}

	#sidebar .accordion-menu .ui-accordion-content {
		background: #fff;
		background: #E0E0E3;
		background: #fff;
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
		#sidebar .accordion-menu .ui-accordion-content h4 {
			color: #999999;
			display: block;
			font-size: 12px;
			font-weight: bold;
			line-height: 20px;
			padding: 3px 15px;
			text-transform: uppercase;
			margin: 4px -15px 4px;
		}
	#sidebar a, #sidebar p {
		color: #666666;
		padding-left: 25px;
		text-decoration: none;
		display: inline-block;
		height: 17px;
		line-height: 17px;
		margin: 2px 0;

		text-decoration: none;


	}	
	#sidebar p {
		padding-left: 6%;
		margin: 10px 0 0 0;
	}
	#sidebar a {
		display: block;
		font-weight: normal;
		background-repeat: no-repeat;
		background-position: 10px center;
		color: #555;
		display: block;
		padding: 5px 35px;
		text-shadow: 0 1px 0 #fff;
		white-space: nowrap;
		margin: 0;
	}
		#sidebar a:hover {
			text-decoration: underline;
			color: #444444;
			background-color: #eeeeee;
		}
	#sidebar footer {
		margin-top: 20%;
	}
		
	/* Sidebar Icons */
	
	#sidebar li.icn_new_article a, #sidebar a[href$="add"] {
		background-image: url(bg/admin/icn_new_article.png);
	}
	#sidebar li.icn_edit_article a {
		background-image: url(bg/admin/icn_edit_article.png);
	}
	#sidebar li.icn_categories a, #sidebar a[href$="archive"] {
		background-image: url(bg/admin/icn_categories.png);
	}
	#sidebar li.icn_tags a {
		background-image: url(bg/admin/icn_tags.png);
	}
	#sidebar li.icn_add_user a {
		background-image: url(bg/admin/icn_add_user.png);
	}
	#sidebar li.icn_view_users a {
		background-image: url(bg/admin/icn_view_users.png);
	}
	#sidebar li.icn_profile a {
		background-image: url(bg/admin/icn_profile.png);
	}
	#sidebar li.icn_folder a {
		background-image: url(bg/admin/icn_folder.png);
	}
	#sidebar li.icn_search a, #sidebar a[href$="busqueda"]  {
		background-image: url(bg/admin/icn_search.png);
	}
	#sidebar li.icn_review a {
		background-image: url(bg/admin/icn_review.png);
	}
	#sidebar li.icn_notify a {
		background-image: url(bg/admin/icn_notify.png);
	}
	#sidebar li.icn_photo a {
		background-image: url(bg/admin/icn_photo.png);
	}
	#sidebar li.icn_audio a {
		background-image: url(bg/admin/icn_audio.png);
	}
	#sidebar li.icn_video a {
		background-image: url(bg/admin/icn_video.png);
	}
	#sidebar li.icn_settings a {
		background-image: url(bg/admin/icn_settings.png);
	}
	#sidebar li.icn_pending a {
		background-image: url(bg/admin/icn_pending.png);
	}
	#sidebar li.icn_security a {
		background-image: url(bg/admin/icn_security.png);
	}
	#sidebar li.icn_jump_back a {
		background-image: url(bg/admin/icn_jump_back.png);
	}
	#sidebar li.icn_inactive a {
		background-image: url(bg/admin/icn_inactive.png);
	}

/* Main Content ***************************/

section#main {
	width: 80%;
	min-height: 500px;
	background: url(bg/admin/sidebar_shadow.png) repeat-y left top;
	float: left;
	margin-top: -2px;
	padding-bottom: 25px;
}
	#main header h3 {
		color: #1F1F20;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #fff;
		font-size: 13px;
		margin: 8px 2%;
	}
	#main h3.tableheader {
		margin: 5px 0;
	}

/**************************************************/
/************ ELEMENTOS ***************************/	
	
/* Modules ***************************/

.module {
	border: 1px solid #9BA0AF;
	margin: 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background-color: rgb(244, 244, 244);

}

	.module header {
		height: 31px;
		width: 100%;
	/*	background: #F1F1F4 url(bg/admin/secondary_bar.png) repeat-x top left; */
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
	

		border-bottom: 1px solid #aaa;
		color: #444;
		font-size: 14px;
		-webkit-box-shadow: #fff 0 1px 0 0 inset;
		-moz-box-shadow: #fff 0 1px 0 0 inset;
		box-shadow: #fff 0 1px 0 0 inset;
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
		background: -webkit-linear-gradient(#e6e6e6,#cccccc);
		background: -moz-linear-gradient(#e6e6e6,#cccccc);
		background: -o-linear-gradient(#e6e6e6,#cccccc);
		background: linear-gradient(#e6e6e6,#cccccc);



	}
		.module header h3 {
			display: block;
			width: auto;
			float: left;
		}	
		.module header .buttons {
			padding: 5px 0;		
			float: left;
			width: auto;	
		}
	.module footer {
		height: 32px;
		width: 100%;
		border-top: 1px solid #9CA1B0;
		background: #F1F1F4 url(bg/admin/module_footer_bg.png) repeat-x;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

/* Stats Module */

.stats_overview {
	background: #F6F6F6;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1%;
	margin-bottom: 1%;
	float: left;
	width: 100%;
}
	.stats_overview p {
		margin: 0;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #fff;
	}
	.stats_overview p.overview_item {
		font-size: 12px;
		font-weight: bold;
		margin: 6px 0;
	}
	.stats_overview p.overview_count {
		font-size: 26px;
		font-weight: bold;
		color: #333333;
	}
	.stats_overview p.overview_type {
		font-size: 10px;
		color: #999999;
		margin-bottom: 8px
	}

/* Content Manager */

.tablesorter {
	width: 100%;
	margin: -5px 0 0 0;
	border-left: 0;
	border-right: 0;
	background: #eee;
	border-bottom: 1px solid #eee;
}
.tablesorter th {
	padding: 8px;
	font-family: arial, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	border-left: 1px dotted #bbb;
}
	.tablesorter th, .tablesorter th a {
		color: black;
	}
.tablesorter td {
	margin: 0;
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
	background: #eee;
	border-left: 1px dotted #bbb;
}
	.tablesorter tr.altrow td {
		background: #e5e5e5;
	}
	.tablesorter  td:first-child, .tablesorter  th:first-child {
		border-left: 0;
	}
	.tablesorter  td:last-child, .tablesorter  th:last-child {
		border-right: 0;
	}
.tablesorter thead tr {
	height: 34px;
	background: url(bg/admin/table_sorter_header.png) repeat-x;
	text-align: left;
	text-indent: 10px;
	cursor: pointer;
}
.tablesorter tr:last-child td {
	border-bottom: 1px solid #bbb;
}
.tablesorter input[type=image] {
	margin-right: 10px;
}

/* Tabs */

ul.tabs {
	margin: 3px 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}
ul.tabs li a:hover {
	color: #44474F;
}
html ul.tabs li.active a {
	color: #44474F;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #F1F2F4;
	-webkit-box-shadow: inset 0 2px 3px #818181;
	-moz-box-shadow: inset 0 2px 3px #818181;
	box-shadow: inset 0 2px 3px #818181;
}
html ul.tabs li:first-child, html ul.tabs li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
html ul.tabs li:last-child, html ul.tabs li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



/**************************************************/
/************ FORMULARIOS *************************/	
.colinputs_1,
.colinputs_2,
.colinputs_3,
.colinputs_4,
.colinputs_5,
.colinputs_6,
.colinputs_7,
.colinputs_8,
.colinputs_9,
.colinputs_10,
.colinputs_11,
.colinputs_12 {
	margin: 0;
	display: inline;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #bbb;

}
.colinputs_1{width: 8.333%;}
.colinputs_2{width: 16.666%;}
.colinputs_3{width: 25%;}
.colinputs_4{width: 33.333%;}
.colinputs_5{width: 41.666%;}
.colinputs_6{width: 50%;}
.colinputs_7{width: 58.333%;}
.colinputs_8{width: 66.666%;}
.colinputs_9{width: 75%;}
.colinputs_10{width: 83.333%;}
.colinputs_11{width: 91.666%;}
.colinputs_12{width: 100%;}

.row_colinputs [class*="colinputs"]:last-child {
	border-right: 0;
}






	.submit_link {
		flosat: right;
		masrgin-right: 3%;
	}
	.submit_link select {
		width: 150px;
		border: 1px solid #bbb;
		height: 20px;
		color: #666666;
	}
/*
input[type=submit], a.btn {
	background: #D0D1D4 url(bg/admin/btn_submit.png) repeat-x;
	border: 1px solid #A8A9A8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	font-size: 15px;
}
*/
input[type=submit]:hover, a.btn:hover {
	border: 1px solid #dadada; 
	background: #dadada url(bg/admin/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; 
	font-weight: bold; 
	text-decoration: none;
}
input[type=submit].alt_dbtn, a.alt_btn {
	background: #D0D1D4 url(bg/admin/btn_submit_2.png) repeat-x;
	border: 1px solid #30B0C8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #003E49;
	text-shadow: 0 1px 0 #6CDCF9;
	cursor: pointer;
	font-size: 15px;
}












.input  {
	border-bottom: 1px solid #bbb !important;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	background: #eee;
	margin-top: 0;
	float: none;
}
	.input:first-child {
		border-top: 1px solid #bbb;
	}

.input .inputWrapper {
	padding: 10px;
	background: #fcfcfc;
	border-left: 1px solid #bbb;
	margin-left: 25%;	
}

.input >label{
	margin: 0;
	padding: 14px 1% 5px 1%;
	color: #555;
	width: 23%;
	float: left;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 14px;
}

.input input[type=text], .input input[type=password], .input textarea, .input select {
	border: 1px solid #bbb;
	color: #666666;
	color: rgb(85,85,85);
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 18px;
	padding: 4px 1%;
}
	.input input[type=text]:focus, .input input[type=password]:focus, .input textarea:focus, .input select:focus  {
		outline: none;
		border: 1px solid #77BACE;
		-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
		-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
		box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	}

.input textarea {
	height: 67px;
}

.input select {
	border: 1px solid #bbb;
	height: 28px;
	background-color: #fff;
	border: 1px solid #ccc;
}
	.datetime  select {
		width: 25%;
		float: left;

	}
		.datetime select:first-child {
			float: none;
		}

.input select[multiple] {
	height: auto;
}	

.input input[type="checkbox"] {
	margin: 4px;
	width: 20px;
	height: 20px;
}







input[type=submit], a.btn {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: .2em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	border: 1px solid #cccccc; 
	background: #f6f6f6 url(bg/admin/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; 
	font-weight: bold; 
	font-size: 12px;
	color: #1c94c4; 
	padding: .4em 1em;
	line-height: 1.4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

}

input[type=submit].btn_blue, input[type=submit].alt_btn, a.btn_blue {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5687d7), color-stop(100%, #3570cf));
	background-image: -webkit-linear-gradient(#5687d7,#3570cf);
	background-image: -moz-linear-gradient(#5687d7,#3570cf);
	background-image: -o-linear-gradient(#5687d7,#3570cf);
	background-image: linear-gradient(#5687d7,#3570cf);
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	border-color: #2655a1;
	color: #fff;
}
input[type=submit].btn_blue:hover, input[type=submit].alt_btn:hover, a.btn_blue:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4178d2), color-stop(100%, #2b60b6));
	background-image: -webkit-linear-gradient(#4178d2,#2b60b6);
	background-image: -moz-linear-gradient(#4178d2,#2b60b6);
	background-image: -o-linear-gradient(#4178d2,#2b60b6);
	background-image: linear-gradient(#4178d2,#2b60b6);
	color: #fff;
}



form.module header {

}

.module footer {
	background-image: none;
	background-color: #f5f5f5;
	/*border-top: 1px dotted rgb(153, 153, 153);*/
	border-top: 0;
	font-size: 12px;
	width: auto;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 25%;
	width: 75%;
	/* padding-top: 19px; TEnemos un hr.space puesto en todos lados */ 
}
	.archive footer {
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
	}


.archiveFilters {
	background: #eee;
	margin-bottom: 0;
}

.archiveFilters div[class*="grid"] {
	float: left;
	margin-left: 1%;
	margin-left: 1%;
	border: 0!important;
	background: transparent;

}
	.archiveFilters div[class*="grid"] input, .archiveFilters div[class*="grid"] select {
		width: 92%;
	}
.archiveFilters label {
	text-align: left;

}






form h1, #main h1 {
	color: #333333;
	text-transform: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 22px;
	margin: 8px 0px;
}
form h2, #main  h2 {
	color: #444444;
	text-transform: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
	margin: 8px 0px;
}
form h3, #main  h3 {
	color: #666666;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 8px 0px;
}
form h4, #main  h4 {
	color: #666666;
	text-transform: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 15px;
	margin: 0px 0px;
	padding: 10px 5px;
	float: left;
	width: 100%;
	line-height: 40px;
}
#main .module_content li, #main div.input li {
	line-height: 150%;
}

/**************************************************/
/********** AVISOS Y ERRORES **********************/		


/*
#main h4.alert_warning {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F5F3BA url(bg/admin/icn_alert_warning.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #C7A20D;
	color: #796616;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}
*/


/* Form errors */
form .error { /* Se aplica al div.input */
	width: 98%;
	margin-left: 1%;
	background: #F3D9D9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	border: 1px solid #D20009;
	
}
form .error-message { /* Se aplica al div con el error dentro del div.input */
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	text-align: right;
	padding-right: 2%;
	height: 25px;
	line-height: 25px;
}
form .error,
form .error-message {
	color: #7B040F;
}
	
	

.success,
.message,
.cake-error,
.cake-debug,
.notice {
	display: block;
	width: 96%;
	margin: 20px 1% 0 2%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;	
}

.cake-error {
	background: #F3D9D9 url(bg/admin/icn_alert_error.png) 10px 50% no-repeat;
	border: 1px solid #D20009;
	color: #7B040F;
}

.success {
	background: #E2F6C5 url(bg/admin/icn_alert_success.png) 10px 50% no-repeat;
	border: 1px solid #79C20D;
	color: #32510F;
}

.message {
	background: #B5E5EF url(bg/admin/icn_alert_info.png) 10px 50% no-repeat;
	border: 1px solid #77BACE;
	color: #082B33;
}


p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

div.help {
}
	div.help p {
		padding: 3px 10px;
		margin-bottom: 3px;
	}

/** Debugging **/
div.cake-debug-output {
	color: #000;
}
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


/*******************************************************/
/************* AÑADIDOS DE COMPATIBILIDAD **************/

p.nomargin {
	margin: 1%;
	padding: 0;
}

hr.clear, hr.space {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    visibility: hidden;
}
hr.clear {
    margin: 0;
}

hr {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    clear: both;
    color: #DDDDDD;
    float: none;
    height: 1px;
    margin: 0 0 1.45em;
    width: 100%;
} 	
.prepend-top {
	margin-top: 10px;
}
.append-bottom {
	margin-bottom: 10px;
}

.colborder {
	padding-right: 19px;
	margin-right: 20px;
	border-right: 1px solid #ddd;
}



/* Accciones */

.actions .edit, .actions .notify, .actions .approve, .actions .view, .actions .configure, .actions .delete, .actions .profile, .actions .logs {
	height: 20px;
	width: 20px;
	display: inline-block;	
	margin-bottom: -7px;
}
.actions .edit {
	background: url(bg/admin/icn_edit_article.png) no-repeat center left;
}
.actions .profile {
	background: url(bg/admin/icn_profile.png) no-repeat center left;
}
.actions .notify {
	background: url(bg/admin/icn_notify.png) no-repeat center left;
}
.actions .approve {
	background: url(bg/admin/icn_alert_success.png) no-repeat center left;
}
.actions .view {
	background: url(bg/admin/icn_view2.png) no-repeat center left;
}
.actions .configure {
	background: url(bg/admin/icn_settings.png) no-repeat center left;
}
.actions .delete {
	background: url(bg/admin/icn_trash.png) no-repeat center left;
}
.actions .logs {
	background: url(bg/admin/icn_log.png) no-repeat center left;
}

/* togglers */

a.statusToggler  {
	display: block;
	background-image: url(bg/togglers.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	padding: 0;
	width: 30px;
	text-align: center;
}
a.togglertrue, a.toggler1 {
	background-position: 0px 0px;
	padding: 0 25px 0 10px;
	color: white;
}
a.togglerfalse, a.toggler0 {
	background-position: -65px 0px;
	padding: 0 10px 0 25px
}


/* big checkboxes */

.checklist {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	float: left;
}
	.checklist li {
		float: left;
		margin-right: 10px;
		background: url(bg/checkboxbg.jpg) no-repeat 0 0;
		width: 105px;
		height: 150px;
		position: relative;
		font: normal 11px /1.3 "Lucida Grande", "Lucida", "Arial", Sans-serif;
	}
	.checklist li.half {
		margin: 0px;
		background: url(bg/checkboxbg-half.jpg) no-repeat 0 0;
		width: 55px;
		height: 75px;
		height: 50px;
	}
	.checklist li.selected {
		background-position: -105px 0;
	}
	.checklist li.selected .checkbox-select {
		display: none;
	}
	.checkbox-select {
		display: block;
		color: white;
		font-weight: bold;
		text-decoration: none;
		position: absolute;
		top: 120px;
		right: 10px;
		text-align: center;
		line-height: 23px;
		width: 85px;
		height: 23px;
		background: url(bg/checkbox-select.gif) no-repeat 0 0;
	}
	.checklist li.half a.checkbox-select {
		font-size: 0.7em;
		line-height: 12px;
		top: 59px;
		top: 36px;
		left: 5px;
		width: 43px;
		height: 14px;
		background: url(bg/checkbox-select-half.gif) no-repeat 0 0;
	}
	.checklist li input {
		display: none;
	}
	a.checkbox-deselect {
		display: none;
		color: white;
		font-weight: bold;
		text-decoration: none;
		position: absolute;
		top: 120px;
		right: 10px;
	}
	.checklist li.half a.checkbox-deselect {
		font-size: 0.8em;
		top: 59px;
		top: 36px;
		right: 5px;
	}
	.checklist li.selected a.checkbox-deselect {
		display: block;
	}
	.checklist li label {
		text-align: center;
		padding: 8px;
		font-size: 0.8em;
		font-weight: 300;
		margin: 0;
	}
	.checklist li.half label {
		padding: 4px;
	}

/* Paging */

div.paging {
	background: transparent;
	color: #ccc;
	margin: 5px;
	float: right;
	text-align: right;
}
	div.paging div.disabled {
		color: #ddd;
		display: inline;
	}
	div.paging span {
	}
	div.paging span.current {
		color: #000;
	}
	div.paging span a {
	}	




/**************************************************************************/
/**************** CUSTOM **************************************************/
/**************************************************************************/




dl  {
	border-bottom: 1px solid #bbb !important;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	background: #eee;
	margin-top: 0;
	float: left;
	width: 100%;
}


dl dd {
	border-top: 1px solid #bbb !important;
	padding: 10px;
	background: #fcfcfc;
	border-left: 1px solid #bbb;
	margin-left: 25%;	
}

dl dt{
	border-top: 1px solid #bbb !important;
	margin: 0;
	padding: 14px 1% 5px 1%;
	color: #555;
	width: 23%;
	float: left;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 14px;
}



h2.page_title {
	background: #999;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	background: #E0E0E3 url(/media/img/gradient/h30.png);
}

.review h2.page_title {
	background: #E0E0E3 url(/media/img/gradient/h30.png);
	font-size: 14px;
	color: #333;
}

.clickable p {
	border: 1px solid #333;
	padding: 5px;
	margin: 2px 0 ;
	cursor: pointer;

}

#criterios_cont {
	background-color: white;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	box-sizing: border-box;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}

#criterios_cont p {
	margin: 10px;
}

#criterios_cont footer {
	line-height: 33px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.criterio {
	padding: 5px;
	margin: 5px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
	.criterio p {
		padding: 0;
		margin: 0;
		display: inline;
	}
	.criterio .deleteCriterio {
		padding: 5px;
		cursor: pointer;
	}
		.criterio .deleteCriterio:hover {
			fodnt-size: 1.5em;
		}


.checkboxes {
}
	.checkboxes div input[type="checkbox"] {
		float: left;
		height: 19px;
	}

/* Dialog 
----------------------------------*/

.ui-widget-header {
	background: linear-gradient(#e6e6e6,#cccccc);
	border: 1px solid #ccc;
	color: #333;
}


/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }      
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */	

/* Menu
----------------------------------*/
.ui-menu {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;	
        list-style:none;
        padding: 2px;
        margin: 0;
        display:block;
        background: #ddd;
        border: 1px solid #77BACE;
        
}
.ui-menu .ui-menu {
        margin-top: -3px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
        width: 100%;
}
.ui-menu .ui-menu-item a {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        zoom:1;
        color: #000;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
        margin: -1px;
        background: #fff;
        font-weight: bold;
}



.estudioItem {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
	.estudioItem footer {
		float: left;
		padding: 0 10px;
		border: 0;
		border-bottom: 1px solid #ccc;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;	
	}
		.estuddioItem footer a.btn {

		}
	.estudioItem input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}
	.estudioItem p {
		margin: 5px 0;
		padding: 0;
	}
	.estudioItem p.observacions {
		background: #fff;
		padding: 5px;
		margin: 0;
		border: 1px solid #ccc;
	}
		.estudioItem p span {
			font-weight: bold;
			padding-right: 10px;
		}


p.message {
	padding: 20px 20px 20px 40px;
	text-indent: 0;
	width: auto;
}

p.message a.btn {
	display: inline;
}