/*HEADER*/

body{

	background: url('../img/fondo_login.png');
	background-position: center center;
    background-repeat: no-repeat;
    background-position:0 0;
    background-size: 100%;
    background-color: #c2c2c2;
	/*background-attachment: fixed;
	background-size: cover;*/
	font-family: 'arial';

}

.container{
	width: 80%;
}
 /*REM 07.08.2013*/
@media (max-width: 800px) {
    .container{
		
		width: 100%;
		height: 100%;
    }
}



/***************/
.fondotabla{
	
	background: rgba(63, 63, 63, 0.4);
}
.navbar-brand>img {
    display: block;
    margin-top: 8px;
}
.inicio{
	height: 395px
}
.caja-contenido{
	padding: 20px;

}

.navbar{
	margin-top: 40px;
	height: 63px;
	background-color: #3f3f3f;
	-webkit-box-shadow: 0 10px 20px 0 #b3b3b3;
	box-shadow: 0 6px 8px -2px #b3b3b3;
}


.navbar-brand{position: relative;top: -27px;}

.nav-navbar{margin-top:10px;}

.navbar-nav{padding-top: 7px; color: #fff;margin-left: 50px;}

.navbar-inverse .navbar-nav>li>a {color: #fff; }
.navbar-inverse .navbar-nav>li>a:hover{color:#c2c1c1; border-bottom: red 3px solid; padding-bottom: 20px}
.active{color:#c2c1c1; border-bottom: red 3px solid; padding-bottom: 20px !important;}



.box-campos{
background-color: #ff8a00;
background: #248CCD;
color:white;
width: 950px;

}

.box-campos2{
background-color: none;
margin-top:20px;
color:white;
width: 950px;

}



.footer-portal{
	background: url('../img/bg_footer_02.png') center top no-repeat;
	height: 170px;
	border: none;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	
}
.footer-portal .img-responsive{
	margin-top: 20px
}
.margin-top{
	margin-top: 5px;
}
.naranjo{
	color: #fff;
	background-color: #ff8a00;
	border: none;
	text-align: center;
	margin: 5px 0 0 0px;
	border-radius: 16px;
}
.blanco{
	color: #000;
	background-color: #fff;
	border: none;
	text-align: center;
	margin: 5px 0 0 0px;
	border-radius: 16px;
}
.margen-logo-footer{
	margin-top: 30px;
}
.espacio{
	margin: 10px 0px;
}

/*.active-table{
	background-color: #3f3f3f;
	color: #fff;
}*/
.tabla_datos {
   background-color: #3f3f3f;
    color: #fff;
}

.tamano-iconomenu{
	font-size: 20px
}
.img-responsive{
	    height: 70px;
    margin-bottom: 20px;
}


.col-md-4 {

	margin-top: -150px;
	float: right;
}

.logo_footer {
	padding: 25px;
	margin-left: 80px;

}

.img2 {
	margin-top: 40px;
	margin-left: 3%;
}

.col-md-5 {
	margin-top: -100px;
	float: right;
}


.buscar {
	width: 110px;
	height: 20px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;

}

.eliminar {
	margin-bottom: 20px;
	float: right;
}
.bloquear {
	float: left;
}

.botones_en_linea {
	margin:0 auto 0 auto;
	width: 220px;
}

.fondotabla2{
	
	background: #A0A0A0;
}

.interlineado {
	letter-spacing: 0.2em;
}

.interlineado- {
	letter-spacing: -0.05em;
}





.titulo_ticket{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}

.buscar {
	color: #ccc;
	border-radius:30px;
	margin-bottom:10px;
	margin-left: 10px;
	width:180px;
	padding:9px;
	border:1px solid #ccc;
}
input[type="submit"] {
	font-weight: bold;
	border-radius: 15px;
	margin-bottom:30px; 
	background:#fff;
	color:#3f3f3f;
	border:none;
	width:120px;
	height:auto;
}

input[type="submit"]:hover {
	background:#286090;
	cursor:pointer; 	
}