/* CSS propio de Sustentabilidad */



a.tooltip-test {
	text-decoration:none;
	color:#000;
	font-weight:bold; cursor:pointer;
	}
	
a.tooltip-test:hover {
	color:#888; font-weight:bold;
	}

.tooltip {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070;
}

.tooltip.top .tooltip-arrow {
    border-top-color:#0d605c;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.tooltip-inner {
    background-color: #0d605c;
    border-radius: 4px;
    color: #FFF;
    max-width: 300px;
    padding: 3px 8px;
    text-align: left;
   text-decoration: none;
}

.panel-docs {
  margin-top:20px;
}

.panel-docs > .panel-heading {
  background-color: #666;
  color:#fff;
}

h5.resultados { 
    margin-bottom: 3px;
    margin-top: 20px;
}

hr.linea_resultados {
    border-top: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
}

p.resultado_izq { margin-left:30px;
}

.alert-success, .bg-success {
  background-color: #f0f6df; cursor:pointer;}


/* ana copi esto 


.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}


.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}



}*/

.well.well-sm.has-error {
		border:1px solid #a94442;
		}

.alert-info {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top:30px;
	background-image:url(cruz_alert.png);
	background-position:top right;
	background-repeat:no-repeat;
	cursor:pointer;
	}

h4 {
	margin-top:30px;
	padding-left:15px;
	}

h4:first-child {
	margin-top:10px;
	}

span.dimension {
	font-weight:bold;
	font-size:17px;
	}
	
span.orden {
	font-weight:bold;
	}

h5.mas_info {
		display:inline;
		}
		
div.captcha_emprendedores {
	text-align:center;
	margin:20px 0px 30px;
	}
	
div.captcha_emprendedores input {
	margin-right:15px;
	font-family: "OpenSansBold",Helvetica,Arial,sans-serif;
	}
	
div.captcha_emprendedores label {
	margin-right:15px;
	}
	
a.captcha_reload {
	width:36px;
	height:36px;
	background-image:url(../../images/refrescar.png);
	background-position:left;
	font-size:0px;
	line-height:0px;
	text-indent:-30000px;
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	}
	
a.captcha_reload:hover {
	background-position:right;
	}