/*estilos iconos BST*/
.glyphicon {
    font-size: 10px;
    vertical-align: super;
    opacity: 0.7;
}

/*//////////////////////////////////////////////EDITO///////*/
.navbar-brand {
	padding: 6px 15px;
}
.logo_umng {
	height: 100%;
}
.container {
	width: 100%;
}
/* Editar estilos de la NAVBAR//////////////////////////////*/
.navbar-inverse {
	background-color: #212E54
}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #353D54
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #1510AD
}
.dropdown-menu {
	background-color: #212E54
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #353D54
}
.navbar-inverse {
	background-image: none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-image: none;
}
.navbar-inverse {
	border-color: #F9BF3D
}
.navbar-inverse .navbar-brand {
	color: #999999
}
.navbar-inverse .navbar-brand:hover {
	color: #999999
}
.navbar-inverse .navbar-nav>li>a {
	color: #CCCCCC
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #999999
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color: #FFFFFF
}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #999999
}
.dropdown-menu>li>a {
	color: #CCCCCC
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #999999
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
	border-top-color: #CCCCCC
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	border-top-color: #999999
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
	border-bottom-color: #CCCCCC
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	border-bottom-color: #999999
}
/* FIN Editar estilos de la NAVBAR//////////////////////////////*/



    /*//////////////////////////////////////////////EDITO///////*/


.clear {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
	clear: both;
}
/*pantalla*/
	/*.pantallas{
		background-color: cyan;
		display: block;
		height: 520px;
	}*/


#titulo {
	background: rgb(190, 61, 61);/*display: block;*/
}

.hiper {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

	/*.imagen_prin{
		/*height: 350px;*/
		/*width: 450px;
		display: block;
	}*/
.footer_img font {
	font-size: 20px;
	display: block;
}
.item {
/*background: #333;*/    
    /*text-align: center;*/
    /*height: 300px !important;*/
}
.carousel {
	margin: 20px 0;
}
.control-buttons {
	text-align: center;
}
.bs-example {
	margin: 20px;
}
h2 {
	margin: 0px;
}
.inside {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #eeeeee;
}
.inside-full-height {
	/*
      // if you want to give content full height give him height: 100%;
      // with content full height you can't apply margins to the content
      // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
      */
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.content {
	padding: 12px 3px;
}
/* columns of same height styles */

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}

@media (min-width: 480px) {
.row-xs-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-xs-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-xs-top {
	vertical-align: top;
}
.col-xs-middle {
	vertical-align: middle;
}
.col-xs-bottom {
	vertical-align: bottom;
}
}

@media (min-width: 768px) {
.row-sm-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-sm-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-sm-top {
	vertical-align: top;
}
.col-sm-middle {
	vertical-align: middle;
}
.col-sm-bottom {
	vertical-align: bottom;
}
}

@media (min-width: 992px) {/*Set deteminado para ODIN*/
.modal-dialog {
	width: 100%;
}
.row-md-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-md-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-md-top {
	vertical-align: top;
}
.col-md-middle {
	vertical-align: middle;
}
.col-md-bottom {
	vertical-align: bottom;
}
}

@media (min-width: 1200px) {
.row-lg-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-lg-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-lg-top {
	vertical-align: top;
}
.col-lg-middle {
	vertical-align: middle;
}
.col-lg-bottom {
	vertical-align: bottom;
}
}
/* visual styles */

body {
	padding-bottom: 40px;
	display: table-cell;
	vertical-align: middle;
}
h1 {
	margin: 0px;
	color: #95c500;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
}
h1:first-letter {
	text-transform:uppercase;
}
[class*="col-"] {
	border: 1px solid #efe7d5;
	background: #FFFFFF;
	padding: 0;
}
/* centering styles for jsbin */

html, body {
	width: 100%;
	height: 100%;
}
html {
	display: table;
}
/*-----------------Ovas-Table-----------------*/

#ova-table {
	margin: 100px auto;
	text-align: center;
	width: auto; /* total computed width = 222 x 3 + 226 */
	margin: 20px auto;
}

#ova-table .ova-object {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 200px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
	display: inline-table;
	/* position: relative; */
}

#ova-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#ova-table .ova-object:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#ova-table .ova-object:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#ova-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
	word-break: break-word;
}

#ova-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#ova-table .ova-object:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#ova-table .ova-object:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#ova-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
#ova-table h3 span img{
	width: 100%;
	margin: 0;
	margin-top: -12px;
}

/* --------------- */

#ova-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#ova-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#ova-table .unidad-btn {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#ova-table .unidad-btn:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#ova-table .unidad-btn:active, #ova-table .unidad-btn:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1;
}