@charset "iso-8859-1";
 @import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
/* CSS Document */



header, footer, article, aside, nav, hgroup, section {
	display: block;
}
html {
	font-size: 62.5%;
}
* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	background: #fff;
	height: 100%;
}
.container {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
/*CONTENIDO*/

.img_fondo_table {
	background-position: top center;
	background-size: cover;
	height: 50px;
	padding: 5px;
	width: 100%;
}
.img_fondo_table_admin {
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	padding: 5px;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.nopad {
	padding: 0 !important;
}
.pad_v {
	padding: 15px 0 !important;
}
.pad_h {
	padding: 0 15px !important;
}
.nomargin {
	margin: 0 !important;
}
.margin_v {
	margin: 15px 0 !important;
}
.margin_h {
	margin: 0 15px !important;
}
.form-login {
}
h2 {
	color: #9F5825;
	font-weight: 300;
	padding-bottom: 30px;
	font-size: 36px;
}
.login-form {
	border: none;
	font-size: 21px;
	line-height: 40px;
	font-size: 1.2em;
	height: 50px;
	padding-left: 1px;
	background-color: transparent;
	border-bottom: 1px solid #FAE5CD;
	border-radius: 0px;
	box-shadow: none;
	color: #FAE5CD;
	-webkit-transition: border 0.5s, padding-left 0.5s, color 0.5s;
	transition: border 0.5s, padding-left 0.5s
}
.login-password {
	font-size: 30px;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: transparent !important;
padding-left: 5px;
}
.login-form:focus {
	box-shadow: none;
	border: solid 2px #9F5825;
	padding-left: 5px;
	color: #9F5825;
	background-color: transparent;
}
 .login-form::-webkit-input-placeholder {
color: #FAE5CD;
font-size: 21px;
background-color: transparent;
}
 .login-form::-webkit-input-placeholder:focus {
color: #9F5825;
background-color: transparent;
}
 .login-form::-moz-input-placeholder {
color: #FAE5CD;
font-size: 21px;
background-color: transparent;
}
 .login-form::-moz-input-placeholder:focus {
color: #9F5825;
background-color: transparent;
}
a.mini {
	color: #9F5825;
	font-size: 13px;
}
.form-login .btn {
	margin-top: 10px;
	border-radius: 0px;
	font-size: 21px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.5s, color 0.5s; /* For Safari 3.1 to 6.0 */
	transition: background-color 0.5s, color 0.5s;
	float: right;
	background-color: transparent;
	font-size: 1.3em;
	border: solid 1px #9F5825;
	color: #9F5825;
}
.form-login .btn:hover {
	background-color: #9F5825;
	color: #fff;
}
.margin_btn {
	display: block;
	margin-bottom: 15px;
	margin-top: -25px;
}
.width_addon{
	width: 220px;
}
.width_addon_s{
	width: 70px;
}
.input_addon{
	width: 230px !important;
}
.input_addon_b{
	width: 260px !important;
}
.margin_igualado{
	display: block;
    margin-bottom: 10px;
    margin-top: -45px;
}
.user-panel>.image>img{
	width: 42px;
}
.user-panel>.info>p{
	font-size: 13px;
}

@media print{
	#imprimir{
		visibility: visible;
		left: -250px;
		top: 0;
		/*position: absolute;*/
		width: 1000px;
	}
	#no-imprimir{
		display: none;
		visibility: hidden;
	}
	.width_print{
		width: 100px !important;
	}
	a[href]:after {
    	content: none !important;
  	}
  	.collapse {display:block;}
  	.fa {display: none}
  	textarea {overflow: visible; min-height: 200px; border:none;}
}

