@charset "UTF-8";

	.bg-tecnm{ background-color: #1B396A !important; color: #fff !important; }
	.text-tecnm{ color: #1B396A !important; }
		
	/* Redes Sociales Lateral */
	.sticky-container{ 
		padding:0px; 
		margin:0px; 
		position:fixed; 
		right:-135px;
		top:230px; 
		width:210px; 
		z-index: 1100; 
	}
	
	/*.sticky-container:hover{ right:-135px;}*/
	.sticky li{
		list-style-type: none;
		background-color: transparent;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px; 
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out; 
		cursor: pointer;
	}
	
	.sticky li:hover{ background-color:#fff; }
	.sticky li:hover{ margin-left:-115px; }
	.sticky li img{ float:left; margin:5px 4px; margin-right:5px;}
	.sticky li p{ padding-top:5px; margin:0px; line-height:16px; font-size:11px; }
	.sticky li p a{ text-decoration:none; color:#000; }
	.sticky li p a:hover{ text-decoration: underline; }

	/* Menú Azul */
	#main_navbar .dropdown-menu{ background-color: #1B396A; }
	#main_navbar .dropdown-menu li:before{ background-color: #1B396A; }
	#main_navbar .dropdown-menu li:after{ background-color: #1B396A; }
	#main_navbar .dropdown-menu a{ color: #fff; }

@media (min-width: 768px) {
  html { font-size: 16px; } 
}

main{
	
	background-color: aquamarine;
	width: 100%;
 	min-height: 450px;
}

iframe{
	background-color: white;
	width: 100%;
	height: 450px;
	background: url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fes.digitaltrends.com%2Fcomputadoras%2Fcomo-cambiar-imagen-fondo-google%2F&psig=AOvVaw2XGX4YDwhngZu0R418jTtr&ust=1739985390308000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCKit0-nczYsDFQAAAAAdAAAAABAE");
	
}