/* reset del css anterior
================================================== */

.sigPad{width: 100%;}
.sigPad label{
	color: #666666;
	margin: 0;
	padding: 0;
}
.sigPad input{
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
}




/* estilos
================================================== */


body{
	margin:0;
	padding:0;
	/*font-size:62.5%;*/
	font-family:'american_typewriterregular', Helvetica, sans-serif;
	font-size: 100%;
    line-height: 1.5em;
    color: #666666;
}
.clear{clear: both;}
a{text-decoration: none;}


:focus, :active {
    outline: 0;
    border: 0;
}
::-moz-focus-inner {border:0;}


#body-wrapper{margin: 20px 0;}
#main-content{text-align: center;}
#hearder{position: relative;}
.logo{margin-bottom: 1.2em;}
.content-box{border-top: solid 1px #E8132A;}
.content-box-header{
	margin-top: 0.5em;
	padding: 0 .5em;
	padding-bottom: 0.5em;

	font-family:'futuramedium', Helvetica, sans-serif;
	letter-spacing: .03em;
	font-size:1.2em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	border-bottom: solid 1px #E8132A;
}
.content-box-header span{text-transform: none;}

label, .sigPad label{
	clear: both;
	display: block;
	font-size: 1.1em;
	margin-bottom: .2em;
}
input[type=text], input[type=password]{
	display:inline-block;
	margin: 0 0 0.75em 0;
	width:100%;
	border:1px solid #3e3e3e;
	color: #666666;
	-webkit-appearance:none;
	outline: none;
	background:none;
	padding: .5em;
	font-family:'american_typewriterregular', Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.2em;
	border-radius:0px;
	letter-spacing: .03em;
}
.login input[type=text], 
.login input[type=password]{
	max-width: 300px;
}

.button{
	width:auto;
	margin:0 auto 0 auto;
	border:none;
	background:none;
	font-family:'futuramedium', Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 100%;
	text-transform: uppercase;
	padding: 0;
	color: #666666;
	font-weight:400;
	-webkit-appearance:none;
	cursor:pointer;
	border-radius:0px;
	position:relative;
	display:inline-block;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.button:hover{color: #E8132A;}

.errorForm{
	margin-bottom: .6em;
	color: #E8132A;
	font-size: .9em;
}







.camarero{
	position: absolute;
	top:20px;
	right: 20px;
	width: auto;
}
.camarero a{
	display: block;
	position: relative;
	color: #E8132A;
	padding-right: 2em;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: right;

}
.camarero a:hover{color: #666666;}

.camarero a:before{
	content: "\e60c";
	position: absolute;
	font-size: 1.5em;
	top: 0;
	right: 0;
	margin-top: 0;

	font-family: 'matador';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.camarero a span{display: none;}


.content-box-content{
	margin: 0 auto;
	width: 700px;
}
.col1{
	width: 50%;
	float: left;
	display: inline-block;
	padding: 0 20px;
	text-align: left;
}

.col2{
	width: 50%;
	float: right;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
}
.col1 .importe{
	width: 100%;
	display: inline-block;
}
.col1 .importe label{
	display: inline-block;
}
.col1 .importe input{
	width: 4em;
	text-align: right;
	margin-left: .3em;
	margin-right: .3em;
} 
.col1 .concepto{
	width: 100%;
	display: inline-block;
}
.col2 label{text-align: left;}
.button.clearButton {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	top:0px;
	right: 0px;
	z-index: 1;
	font-size: 1.5em;
	height: 1.2em;
	border: none;
	background-color: white;
}

.button.clearButton span{display: block; text-indent: -9999px;}
.button.clearButton:before{
	content: "\e60d";
	position: absolute;
	font-size: 1em;
	top: .1em;
	right: .05em;
	margin-top: 0;

	font-family: 'matador';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cont_botones{
	width: 100%;
	margin-top: 2em;
	display: inline-block;
}
.pad{background-color: #F6F6F7;}
.cont_pad{margin: 0 auto; display: inline-block; position: relative;}


/* selectbox
================================================== */

@media screen and (max-width: 700px) {

	#header{
		text-align: left;
	}
	#header .logo{margin-left: 20px;}
	#header .logo{width: 50%;}
	.content-box-content{width: 100%;}

	.col1, .col2{
		float: none;
		margin: 0 auto;
		width: 320px;
		padding: 0 10px;
		display: block;
	}
	.col2{
		padding-top: 20px;
	}
}

