*{
	margin:0;
	padding:0;
	
	}
html{
	background: url('../img/background.png') repeat-x top left;
	width: 100%;
}
body{
	font-family: Verdana, Geneva,  sans-serif !important;
	}
hr{
	border:0;
	color: #f0f0f0;
	background-color: #f0f0f0;
	height: 1px;	
}
#container{
	margin:0 auto;
	width: 910px;
	height: auto;
}
#header{
	margin: 0 auto;
	width: 900px;
}
#logo{
	background:url('../img/logo.png') no-repeat left;
	float: left;
}
#logo a{
	width: 140px;
	height: 47px;
	display: block;
	margin-top: 4px;
}
#menu{
	margin-left:160px;
	}
#menu ul{
	padding:0;
	margin: 0;
	list-style: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Geneva,  sans-serif;
	width: auto;
	height: 50px;
	float: left;
}
#menu ul li{
	display:inline;
}
#menu ul li a{
	color: #FFF;
	padding: 17px 15px;
	float: left;
	text-decoration: none;
	display: block;
	text-shadow: 2px 2px 4px #000;
}
#menu ul li a:hover{
	color: #6492d0;
}

#menu .separator{
	background:url('../img/separator.png') no-repeat left;	
}
#menu p{
	float: left;
	display:inline;
	vertical-align: middle;
	color:#FFF;
	padding: 18px 5px;
	font-size: 10pt;
	}
#menu a{
	color: #6593d0;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover{
	text-decoration: underline;

}
#header #login{
	background:url('../img/bg_login.png') no-repeat left;
	width: 415px;
	height: 43px;
	float: right;
	font-family: Verdana, Geneva,  sans-serif;
	font-size: 10pt;
	color: #FFF;

}
#header #login input{
	border:0;
	color: #184684;
	padding:1px;
	width: 130px;
}
#header #login label{
	font-size: 8pt;
	font-weight: bold;
}
#header #login .btn_login{
	background-color: #6593d0;
	color: #FFF;
	float: right;
	position: absolute;
	right: 130px;
	top: 65px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	cursor: pointer;
	width: 90px;
	font-size: 9pt;
	
}
#header #login .input-left{
	float: left;
	margin: 3px 15px;
}
#header #login .input-right{
	float: right;
	margin-top: 3px;
	margin-right: 120px;
}

#subheader{
	margin: 0 auto;
	width: 900px;
	clear: both;
	color: #FFF;
	font-family: Verdana, Geneva,  sans-serif;
}
#subheader h1{
	
	font-size: 20pt;
	line-height: 1em;
	text-shadow:0px 1px 1px #275ca3;
	padding-top: 15px;
}
#subheader p{
	text-shadow:1px 1px 2px #275ca3;
	margin-top: 20px;
	
}
.signup-btn{
	margin:15px 0;
	padding:0;
}
.signup-btn a{
	background:#275ca3 url('../img/bg_signup.png') repeat-x 0 0;
	display:block;
	padding:17px 10px;
	border:1px solid #275ca3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	text-shadow:0 1px 0 #275ca3;
	font-size: 20pt;
	width: 280px;
	float: right;
	margin:45px 60px;
}
.signup-btn a:hover{
	background:url('../img/bg_signup_hover.png') repeat-x 0 0;
}
#content{
	margin: 50px auto;
	margin-bottom: 5px;
	width: 920px;
	color: #666;
	font-family: Verdana, Geneva,  sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	padding: 10px 20px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	min-height: 540px;
	z-index:2;
	position: relative;
}
#content h2{
	font-family: Verdana, Geneva,  sans-serif;
	font-size: 20pt;
	color: #82b7fc;
	text-shadow:1px 1px 2px #275ca3;
	margin:2px 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 7px;
}
#content a{
	text-decoration: none;
	color: #275ca3;
}
#content a:hover{
	text-decoration: underline;
	color: #6593d0;
}
#content p{
	margin: 3px;	
}
#content ul{
	margin: 10px;	
}	
#content li{
	list-style: disc;
	margin-left:30px;
}	
#dash_menu{
	margin:0 auto !important;
	width: 500px;
}

#dash_menu ul{
	padding:0;
	margin-top:27px;
	list-style: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Geneva,  sans-serif;
	width: auto;
}
#dash_menu ul li{
	display:inline;
}
#dash_menu ul li a{
	color: #336699;
	padding: 6px 15px;
	float: left;
	text-decoration: none;
	display: block;
	background-color: #E3ECFD;
	margin:0 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 4px #E3ECFD;
	-webkit-box-shadow: 0px 0px 4px #E3ECFD;
	box-shadow: 0px 0px 4px #E3ECFD;
	z-index:1;
	position: relative;
}
#dash_menu ul li a:hover{
	color: #6492d0;
}
#dash_menu ul li .current{
	background-color: #fff;	
}
#subfooter{
	margin: 20px auto;
	width: 900px;
	clear: both;
	float: left;
	font-family: Verdana, Geneva,  sans-serif;
	border-top: 1px solid #CCC;
	padding-top:10px;
}
#subfooter .signup-btn a{
	padding:10px 5px;
	margin:0px;
	width: 200px;
	font-size: 14pt;
	float: left;
}
#subfooter p{
	font-size: 10pt;
}
.cajon_foot{
	width: 298px;
	float:left;
}
#subfooter input{
	border:1px solid #000;
	height: 20px;
	width: 195px;
	margin-top: 10px;
	float: left;
}
#subfooter .btn_newsletter{
	border:1px solid #666;
	background-color: #ccc;
	color: #666;
	width: 90px;
	float: right;
	height: 23px;
	cursor: pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#subfooter .info{
	color: #666;
	font-size: 7pt;
	margin-top:48px;
}
.logo_footer{
	float: right;
}

#footer{
	background: url('../img/bg_footer.png') repeat-x top left;
	width: 100%;
	border-top: 2px solid #224e89;
}
#footer_content{
	margin: 0px auto;
	width: 900px;
	padding-top:10px;
	height: 40px;
	color: #82b7fc;
	font-size: 10pt;
	font-family: Verdana, Geneva,  sans-serif;
	}
	
#footer_content a{
	text-decoration: none;
	color: #a5ccff;
	}
#footer_content a:hover{
	color: #FFF;
	text-decoration: underline;
	}
#menu_footer ul{
	padding:0;
	margin: 0;
	list-style: none;
	font-size: 10pt;
	font-family: Verdana, Geneva,  sans-serif;
	float: left;
}
#menu_footer ul li{
	display:inline;
}
#menu_footer ul li a{
	color: #a5ccff;
	padding: 0px 15px;
	float: left;
	text-decoration: none;
	display: block;
}
#menu_footer ul li a:hover{
	color: #FFF;
	text-decoration: underline;
}
#form_signup {
	width: 595px;
	float:right;
	border-left: 1px solid #f0f0f0;
	display: inline;
	margin-top:5px;
}
#form_signup form, .form{
	width: 540px;
	margin: 18px auto 0 auto;
}
.form{
	width: 95%;
	margin: 18px 20px;
	
	}
#form_signup label, .form label{
	float:left;
	text-align: right;
	vertical-align: middle;
	margin-top: 10px;
	font-size: 13pt;
	width: 210px;	
}
.form label{
	text-align: left;
	width: 90%;
	font-size: 11pt;	
	}
#form_signup input, .form input{
	height: 29px;
	width:270px;
	border: 2px solid #D6D6D6;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	font-size:18px;
	color:#777;
	margin-left:15px;
	padding:4px 35px 4px 6px;	
	float: right;
	margin-bottom: 30px;
}
.form input{
	width:94%;
	height: 20px;
	float: left;
	margin-left:0;
	padding:2px 35px 2px 3px;
	margin-bottom: 5px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-border-radius:1px;
	font-size:13px;	
}
.form .required {
	font-weight: bold;
}
.form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	margin-left:15px;
	padding:2px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	float: left;
	margin: 10px 6px 7px 2px;
	width: auto;
}
.form .submit input[type=submit], .btn {
	background:#275ca3;
	background: -webkit-gradient(linear, left top, left bottom, from(#519BFC), to(#275ca3));
	background-image: -moz-linear-gradient(top, #519BFC, #275ca3);
	border:1px solid #275ca3;
	color: #fff;
	text-shadow: #275ca3 0px 1px 0px;
	width: 60px;
	padding: 0px 6px;
	height: 30px;
	cursor: pointer;
	margin-top:10px;
}
.cancel{
	background:#bfbfbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#bfbfbf));
	background-image: -moz-linear-gradient(top, #FFF, #bfbfbf);
	border:1px solid #CCC;
	color: #FFF;
	text-shadow: #FFF 0px 1px 0px;
	width: 55px;
	height: 14px;
	margin-left:40px;
	padding:7.5px 5px;
	float: left;
	margin-top:10px;
	display: inline;
	font-size:12px;
}
a.cancel{
	color:#666!important;
	}
a.cancel:hover{
	text-decoration: none!important;
	}
.form fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
	
}
.newforms fieldset{
	background-color: #E3ECFD;
	border: 1px solid #336699;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.form  fieldset legend {
	background:#fff;
	color: #82b7fc;
	font-size: 95%;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}
.newforms fieldset legend{
	color: #336699;
	border: 1px solid #336699;
	}
.newforms label{
	color: #336699;
	}
#form_signup input:focus, .form input:focus{
	border: 2px solid #224e89 !important;
}
#form_signup .field-group, .field-group{
	clear:both;
	margin:0 0 15px;
	position: relative;
	width: 100%;
}
.required{
		
}
#form_signup .error input, .form .error input {
	border-color:#ff7575;
}
.error-message{
	font-weight:normal;
	font-size:8pt;
	color: #f55;
	position: absolute;
	top: 43px;
	right: 0;
	z-index:10;
	margin: 5px 0;
	width: 310px;
}
.form .error-message{
	top: 50px;
	left: 0;
	}
#sign-btn{
	background:#275ca3 url('../img/bg_signup.png') repeat-x 0 0;
	display:block;
	padding:10px 10px !important;
	border:1px solid #275ca3 !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-align:center;
	color:#FFF !important;
	text-shadow:0 1px 0 #275ca3;
	font-size: 15pt !important;
	width: 315px !important;
	height: auto !important;
	float: right;
	margin:15px 0px;
	cursor: pointer;
}
#form_signup p{
	font-size: 8pt;
	color: #777;
	text-align: center;
	width: 260px;
	float: right;
	margin-right: 55px;	
}
.message{
	border:2px solid #ff7575;
	margin: 10px;
	padding: 10px;
	padding-left: 30px;
	background:#ff9494 url('../img/error.png') no-repeat 10px 12px;
	color: #870000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.message_ok{
	border:2px solid #5fa82f;
	margin: 10px;
	padding: 10px;
	padding-left: 30px;
	background:#a8ffa3 url('../img/ok.png') no-repeat 10px 12px;
	color: #056300;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#right_bar{
	width: 595px;
	float:right;
	border-left: 1px solid #f0f0f0;
	display: inline;
	margin-top:5px;
	margin: 5px;
}
.dash{
	width: 540px;	
	margin: 15px auto 0 auto;
	background-color: #E3ECFD;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #b8d1ff;
}
.items{
	margin:20px 30px;
		
}
.ilink{
	color:#536d99 !important;
	padding: 14px 0px 14px 30px;
	font-size: 14pt;
	border-bottom: 1px solid #b8d1ff;
	clear:both;	
}
.ilink a:hover{
	color:#224263 !important;
	text-decoration: none !important;	
}
.one{
	background: url('../img/file_upload.png') no-repeat;	
}
.two{
	background: url('../img/email_send.png') no-repeat;	
}
.tree{
	background: url('../img/chart_pie.png') no-repeat;	
}
#side_bar{
	float:left;
	width:280px;
	margin: 20px 10px;
	display: inline;
 	position: relative;
}
#side_bar h3, #right_bar h3{
	font-weight:bold;
	color:#336699;
	font-size:18px;
	line-height:1.6em;
	margin-bottom:5px;
	}
#side_bar p{
	line-height: 1.5em;
	color:#3d3d3d;
	}
.icons_text{
	margin-top:5px;
	color: #666;
	}
.iconos{
	padding-left: 18px;
	}
.newspaper{
	background: url('../img/newspaper.png') no-repeat left center;
	}
.information{
	background: url('../img/info.png') no-repeat left center;
	}
.star{
	background: url('../img/star.png') no-repeat left center;
	}
.center{
	text-align: center;
	margin-top:5px;
	}
.right{
	text-align: right;
	}
.clear{
	clear:both;
}
.warning{
	border:2px solid #ff7575;
	margin: 10px;
	padding: 10px;
	padding-left: 30px;
	background:#ff9494 url('../img/warning.png') no-repeat 10px 12px;
	color: #870000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.rcontent{
	background-color: #E3ECFD;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #b8d1ff;
}

.btn_nice{
	background:#275ca3 url('../img/bg_signup.png') repeat-x 0 0;
	display:block;
	padding:12px 8px;
	border:1px solid #275ca3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	text-align:center;
	color:#FFF !important;
	text-shadow:0 1px 0 #275ca3;
	font-size: 14pt;
	width: 90%;
	margin:0 auto;
}
.btn_nice:hover{
	background:url('../img/bg_signup_hover.png') repeat-x 0 0;
	text-decoration: none !important;
}
.title{
	background:#336699;
	position: relative;
	left:-10px;
	top:-10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width: 520px;
	height: 15px;
	padding: 10px 20px;
}
.title form{
	clear: none;
	float: left;
	}
.nombre{
	color:#FFF;
	font-weight: bold;
	float: left;
	display: inline;
	vertical-align: middle;
}
.title a{
	color:#FFF !important;
	font-size: 10pt !important;
}
.fecha{
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	margin-left:10px;
	display: inline;
	vertical-align: middle;
}
.dash ul{
	padding:0;
	margin: 0;
	list-style: none;
	font-size: 10pt;
	width: 100%;
	height: 10px;
}
.dash ul li{
	display:inline;
}
.dash ul li a{
	padding: 1px 20px;
	float: left;
	text-decoration: none;
	display: block;
	text-shadow: 2px 2px 4px #fff;
}
.separator{
	border-top:1px solid #b8d1ff;
	padding: 5px;	
}
.delete{
	float: right;
	display: inline;
	color: #E3ECFD !important;
	font-size: 10pt;
	font-style: italic;
	background: url('../img/trash.png') left no-repeat;
	padding-left:18px;	
}
.delete:hover{
	text-decoration: none !important;
	color: #b8d1ff !important;	
}
.import{
	background: url('../img/upload.png') left no-repeat;
}
.add_people{
	background: url('../img/user_add.png') left no-repeat;
}
.delete_people{
	background: url('../img/user_delete.png') left no-repeat;
}
.report{
	background: url('../img/reports.png') left no-repeat;
}
.edit{
	background: url('../img/edit.png') left no-repeat;
}
.mailn{
	background: url('../img/mail.png') left no-repeat;
}
.datesend{
	background: url('../img/calendar.png') left no-repeat;
}
.pass{
	background: url('../img/key.png') left no-repeat;
}
h3{
	color: #336699;
	font-size:13pt !important;
	font-weight: bold !important;
	margin: 10px 0 !important;
	text-shadow:0px 0px 2px #82b7fc;
}
.actions{
	margin: 10px 10px;
	
}
.actions ul{
	padding:0;
	margin: 0;
	list-style: none;
	font-size: 10pt;
	width: 100%;
	height: 20px;
	margin-bottom:20px;
}
.actions ul li{
	display:inline;
}
.actions ul li a{
	padding: 1px 20px;
	float: left;
	text-decoration: none;
	display: block;
	text-shadow: 2px 2px 4px #fff;
}
.rcontent ul{
	padding: 0px;
	margin: 0px;
	list-style-type:disc;
	font-size: 9pt;
	width: 100%;
	margin-bottom:20px;
}
.rcontent ul li{
	margin:6px 0;
	margin-right:25px;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 10px 10px 0px 0;
	clear:both;
	border:0;
}
input[type=radio]:focus{
	border: 0 !important;
}
div.radio label {
	margin: 0px 0 6px 20px; 
	display: inline;
	padding:0;
}

/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	text-align: left!important;
	padding:4px!important;
	border: 1px solid #ddd !important;
	border-bottom:2px solid #555 !important;
}
th a {
	display: block !important;
	padding: 2px 4px!important;
	text-decoration: none!important;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border:1px solid #ddd;
	
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}
/** Scaffold View **/
dl {
	line-height: 2em !important;
	margin: 0em 0em !important;
	width: 99% !important;
}
dl .altrow {
	background: #eff4fc;
}
dt {
	font-weight: bold !important;
	padding-left: 4px !important;
	vertical-align: top !important;
}
dd {
	margin-left: 10em !important;
	margin-top: -2em !important;
	vertical-align: top ;
}

.c_btns{
	float: left;
	display: inline;
	height: 50px;
	width: 280px;
	margin:15px;
}
.c_btns .next_btn{
	float:left;
	background: url('../img/siguiente.png') no-repeat left;
	margin-top:2px;
	width:110px;
	height: 29px;
}
.c_btns .prev_btn{
	float:left;
	background: url('../img/anterior.png') no-repeat left;
	margin-top:2px;
	width:110px;
	height: 29px;
}
#steps{
	margin:0 auto !important;
	font-size: 9pt;
}
#steps p{
	margin: 5px;
	}
#steps ul{
	padding:0;
	margin: 0px auto;
	list-style: none;
	height: 20px;
}
#steps ul li{
	margin: 0 auto;
	display:inline;
}
#steps ul li a{
	padding: 2px 20px;
	margin: 0 2px;
	display:block;
	float: left;
	text-decoration: none;
	background-color: #E3ECFD;
	height: 4px;
	width: 60px;
}
#steps ul li a:hover, #steps ul li .current{
	background-color: #336699;
}

#busy-indicator { display:none; }

