/* BODY & NAV */
*{
	border: 0;
	margin: 0px;
	padding:0;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
   box-sizing: border-box; 
}
body{
  padding: 0px;  
}
.navbar{
  border: none;
  border-radius: 0px;
}
.navbar-default{
  background: #fff059;
  border-color: transparent;
  border-bottom: 1px solid #d9d9d9;
}
.list-group-item:hover{
  cursor: pointer;
}
#btn-excel{
  cursor: pointer;
  display: none;
}
.chromeframe{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background-color:#d43f3a;
  color:#ffffff;
  text-align:center;
  border:0;
  border-top:1px solid #d9534f;
  margin:0;
  padding:5px;
  z-index:1030;
}
.chromeframe a{
  color:#111111;
}
#btn_nopublicar{
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* FIN BODY & NAV */

/* LOGIN */
#login{
	width: 450px;
	height: 230px;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
	border: 1px solid #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -230px;
}
#logos_login{
	width: 450px;
	height: 40px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -295px;
	text-align: center;
}
.lin_login{
	border-bottom: 1px solid #ccc;
	height: 10px;
	margin-bottom: 10px;
}
#login h1{
	font-size: 12px;
	color: #AE363A;
	text-align: center;
	margin-top: 15px;
}
/* FIN LOGIN */


/* CONTENT */
.tabla{
	font-size: 12px;
}
.resultado:hover{
	background-color: #f5f5f5;
}
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-12, 
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-md-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-12
{
	margin-bottom: 20px;
}
.btn-danger{
	background-color: #AE363A;
	border-color: #AE363A;
}
.row{
	margin: 0;
}
.panel-body ul{
	line-height: 21px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.panel-body ul li{
	border-bottom:1px solid #dddddd;
	padding: 5px;
	font-size: 13px;
}
.panel-body ul li:hover{
	background: #5cb85c url('../media/edit.png') no-repeat center right;
	background-size: 13px 13px;
	color: #fff;
	cursor: pointer;
}

/*

.active{
	background-color: #5cb85c;
	color: #fff;
}

*/

.top_preguntas {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
}

.cuerpo_preguntas {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color:#e0e0e0;
    cursor: pointer;
    padding: 5px;
}

.cuerpo_preguntas:hover{
    background-color:#ccc;
}


.scale_iframe{
	-moz-transform: scale(1);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 0;
}
#list_modelos_fichas{
	/*border: 1px solid #ccc;
	border-radius: 4px;*/
	display: table;
	width: 100%;
	min-height: 132px;
}
#list_modelos_fichas li{
	float: left;
	list-style-type: none;
}
#list_modelos_fichas li img{
	height: 175px;	
	width: auto;	
	margin: 5px;	
}
#list_modelos_fichas li img:hover{	
	cursor: pointer;
	border-radius: 0px;
	border: 3px solid #fff059;
	border-radius: 5px;
}
.active_mod{	
	cursor: pointer;
	border-radius: 0px;
	border: 3px solid #fff059;
	border-radius: 5px;
}
#list_imagenes{
	/*border: 1px solid #ccc;
	border-radius: 4px;*/
	display: table;
	width: 100%;
	min-height: 132px;
}
#list_imagenes li{
	float: left;
	list-style-type: none;
	position: relative;
}
#list_imagenes li{
	cursor: move;
}
#list_imagenes li img{
	max-height: 120px;	
	max-width: 200px;
	margin: 5px;
	border: none;
	border-radius: 5px;
}
#list_imagenes li div{
	position: absolute;
	bottom: 5px;
	right: 2px;
}
#usumarcas{
  text-align: center;
}
#usumarcas li{
  list-style: none;
  float: left;
  margin: 10px;
  line-height: 120px;
  border: 1px solid #f5f5f5;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #fdfdfd;
} 
#usumarcas li:hover{
  cursor: pointer;
  border-color: #fff059;
} 
#usumarcas li>img{
  border: 0;
  max-height: 100px;
} 
#usumarcas li>span{
   
}
#navusu li{
	line-height: 40px;
}
#navusu li>a>img{
  width: 30px;
  height: auto;
  margin-right: 5px;
}
/* FIN CONTENT */
