/*  controla el orden y espacion de los botones de herramientas */
.center-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;

  margin-right: 3px;
}

/* aclara fondo de modal */

.overlay-block {
    position: relative;
}

#etiqueta{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.xxx{
	opacity: 2;
}

#modalHerramientas .modal-dialog {
  overflow:hidden ;

  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#modalHerramientas .modal-content {
overflow:hidden ;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
  background:#8c8c8c;
}

#modalHerramientas .modal-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  border: 0;
  z-index: 99;
  background-color: #2A445B;
	padding: 0 !important;
}

#modalHerramientas .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

#modalHerramientas .modal-body {
  position: absolute;
  top: 50px;
  bottom: 0px;
  width: 100%;
  font-weight: 300;
  overflow: hidden;
  background:#eee;
  padding: 0px !important;
}

#modalHerramientas .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #8c8c8c;
}

.cajaItemHerramienta,.cajaItemHerramienta2{
height: 114px;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 10px;
}

.cajaItemHerramienta img,.cajaItemHerramienta2 img{

width:64px;
height:64px;
cursor:pointer; 
display:block; 
margin:auto;

}

.cajaItemHerramienta h5,.cajaItemHerramienta2 h5{

font-size: 11px;

}

.divHerramientas{
	padding:20px;
}

.sidebar-herramientas{
	padding:20px;
	background : #F5ECCE;
}

.btnMenuHerramienta{
font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.btnMenuHerramienta{
	color: #ffffff !important;
	font-size: 10px;
}

.tituloHerramienta{
float: left;
margin: 0px;
margin-left: 15px;
color: #ffffff;
padding-top: 12px;

}


.transparent {

		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}


/*ESTILOS JORGE*/

.content-btn-ficha-herramientas{
	position: relative;
	float: right;
	height: 45px;
	background-color: #1F3C54;
	border-right: 1px solid #346a95;
	top: 5px;
	text-align: center;
	padding-top: 12px;
}
.content-btn-compartir-herramientas{
	position: relative;
	float: right;
	height: 45px;
	background-color: #1F3C54;
	border-right: 1px solid #346a95;
	top: 5px;
	text-align: center;
	padding-top: 12px;
}
.content-btn-video-herramientas{
	position: relative;
	float: right;
	height: 45px;
	background-color: #1F3C54;
	border-right: 1px solid #346a95;
	top: 5px;
	text-align: center;
	padding-top: 12px;
}

.content-btn-cerrar-herramientas{
	background-color: #CC0F04;
	position: relative;
	float: right;
	height: 50px;
	width: 40px;
}
.ico-cerrar-modal img{
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	text-align: center;
	left: 4px;
}


.deco-color1{
	background-color: #1F3C54;
	width: 25%;
	height: 5px;
	position: absolute;
	float: left;
	z-index: -1;
}
.deco-color2{
	background-color: #9F46B7;
		width: 25%;
	height: 5px;
	position: absolute;
	float: left;
	z-index: -2;
}
.deco-color3{
	background-color: #0092DE;
		height: 5px;
	position: absolute;
	float: left;
	z-index: -3;
	width: 45%;
}
.deco-color4{
	background-color: #00CB00;
		height: 5px;
	position: absolute;
	float: left;
	z-index: -4;
	width: 60%;
}
.deco-color5{
	background-color: #FFAE00;
		height: 5px;
	position: absolute;
	float: left;
	z-index: -5;
	width: 80%;
}
.deco-color6{
	background-color: #F37100;
		height: 5px;
	position: absolute;
	float: left;
	width: 100%;
	z-index: -6;
}
.deco-color7{
	background-color: #CC0F04;
		height: 5px;
	position: absolute;
	float: left;
	width: 47%;
	z-index: -6;
}
