/* Reset */

*{
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* General */

html,
body{
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 100%;
	height: 100%;
	position: relative;
	width: 100%;
}

body{
	background: url(../img/bg.png) repeat;
}

img {
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */

/* Wrapper */

#wrapper{
	margin: 0 auto;
	width: 100%;
}

/* Login */

span.errorMsg{
	color: red;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}

#login{
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	margin: 10px auto 0 auto;
	overflow: hidden;
	padding: 20px 10px;
	width: 400px;
	position: relative;

}

#frame{
	border: 1px solid rgba(0,0,0,0.2) ;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0!important;
	overflow: hidden;
	width: 330px;
	height: 98px;
	margin: auto;
}

#frame img{
	display: block;
	vertical-align: bottom;
	width: 100%;
}

#login form div{
	padding: 10px 0;
	position: relative;
	margin-left: 20px;
}

#login form div h2{
	font-size: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#login form div label{
	display: block;
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	width: 30%;
}

#login form div input[type=text],
#login form div input[type=password],
#business{
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);

	color: #666;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	padding: 5px 7px;
	width: 90%;
}



#login form div input[type=button]{
	background: #8be248;
	background: -moz-linear-gradient(top,  #8be248 0%, #61c419 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8be248), color-stop(100%,#61c419));
	background: -webkit-linear-gradient(top,  #8be248 0%,#61c419 100%);
	background: -o-linear-gradient(top,  #8be248 0%,#61c419 100%);
	background: -ms-linear-gradient(top,  #8be248 0%,#61c419 100%);
	background: linear-gradient(to bottom,  #8be248 0%,#61c419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8be248', endColorstr='#61c419',GradientType=0 );
	border: 1px solid #286B0D;

	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	color: #103D07;
	margin-left: 140px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;

	padding: 7px 10px;

	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-transform: uppercase;

}

#login form div input[type=button]:hover,
.content div input[type=button]:hover{
	background: #a5e074;
	background: -moz-linear-gradient(top,  #a5e074 0%, #74c13a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5e074), color-stop(100%,#74c13a));
	background: -webkit-linear-gradient(top,  #a5e074 0%,#74c13a 100%);
	background: -o-linear-gradient(top,  #a5e074 0%,#74c13a 100%);
	background: -ms-linear-gradient(top,  #a5e074 0%,#74c13a 100%);
	background: linear-gradient(to bottom,  #a5e074 0%,#74c13a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5e074', endColorstr='#74c13a',GradientType=0 );
	cursor: pointer;
}

#login form div input[type=button]:active,
.content div input[type=button]:active{
	background: #74c13a;
	background: -moz-linear-gradient(top,  #74c13a 0%, #a5e074 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74c13a), color-stop(100%,#a5e074));
	background: -webkit-linear-gradient(top,  #74c13a 0%,#a5e074 100%);
	background: -o-linear-gradient(top,  #74c13a 0%,#a5e074 100%);
	background: -ms-linear-gradient(top,  #74c13a 0%,#a5e074 100%);
	background: linear-gradient(to bottom,  #74c13a 0%,#a5e074 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74c13a', endColorstr='#a5e074',GradientType=0 );
}

/* Proyectos */

.content{
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	margin: 50px auto 0 auto;
	overflow: hidden;
	padding: 20px 10px;
	width: 1100px;
	position: relative;

}

.content div{
	text-align: center;
	margin-bottom: 5px;
}

.content .headers{
	display: inline-block;
	width: 200px;
	text-align: center;
}

.headers>div{
	display: block;
	width: 100%;
}

.content .containers{
	display: inline-block;
	width: 200px;
	text-align: center;
}

.content .headers select,
.content .headers input[type=text]{
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);

	color: #666;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	padding: 5px 7px;
	
	width: 100%;
}

.content div input[type=button]{
	background: #8be248;
	background: -moz-linear-gradient(top,  #8be248 0%, #61c419 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8be248), color-stop(100%,#61c419));
	background: -webkit-linear-gradient(top,  #8be248 0%,#61c419 100%);
	background: -o-linear-gradient(top,  #8be248 0%,#61c419 100%);
	background: -ms-linear-gradient(top,  #8be248 0%,#61c419 100%);
	background: linear-gradient(to bottom,  #8be248 0%,#61c419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8be248', endColorstr='#61c419',GradientType=0 );
	border: 1px solid #286B0D;

	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	color: #103D07;
	
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;

	padding: 7px 10px;

	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-transform: uppercase;

}

.content div input[type=button]:disabled{
	background: rgb(206,220,231); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */



	border: 1px solid #286B0D;

	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	color: #103D07;
	
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;

	padding: 7px 10px;

	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-transform: uppercase;

}

.field{
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2);
	
	background-color: white;
	color: #666;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	padding: 5px 7px;
	
	width: 100%;
}

#img_cont{
	margin-top: 30px;
}

#usr_data{
	width: 50%;
}

#btn_cnt{
	display: block;
	width: 100%;
}

.name{
	width: 400px!important;
}

.nameusr{
	width: 300px!important;
}

.num{
	text-align: right!important;
}

#logout{
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

	border: 1px solid #286B0D;

	border: 1px solid #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	color: #660000;
	
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;

	padding: 7px 10px;

	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-transform: uppercase;

}

