@charset "utf-8";
/* CSS Document */

div.listas{
	margin-top:10px;
	min-height:500px;
}
div.flotante *{
	box-sizing: border-box;
}
div.flotante label{
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
}
div.flotante input[type=text]{
    /*height: 25px;*/
}
div.flotante textarea{
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	color: #000;
	font-family:Arial;
	padding-top: 5px!important;
}
div.flotante input[type=text],
div.flotante select,
div.flotante textarea{
    border-radius: 4px;
    font-size: 12px;
    padding: 4px;
    width: 250px;
}
div.flotante select{
    width: 260px;
}
div.flotante h3 {
	color: #333333;
	font-size: 16px;
	margin: 0 0 5px;
}
div.flotante div.botones{
	margin-top: 10px;
	text-align: center;
}
div.flotante div.botones input{
	margin:0 5px;
}
div.flotante textarea {
    overflow: hidden;
}
div.modelos{
    border: thin solid #000;
    float: left;
    height: 54px;
    margin: 10px;
    overflow: hidden;
    padding: 5px;
    width: 62px;
}
div.modeloSelect{
    max-height: 500px;
    overflow-y: auto;
    width: 800px;	
	}

div.noticias{
	border-style:solid ; 
 	border-radius: 15px 50px;
	border-color:#666;
	background-color:#FDF7DF;
	padding: 20px; 
	width:300px;
	height:250px; 
	float:left; 
	margin:10px; 
	padding:10px
		}
div.noticias div.titulo{
	font-size:14px;
	font-weight:bold;
	height: 30px;
	}
	
div.noticias div.copete{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top:35px;
 	height: 85px;
	float:left;
 	}
div.noticias div.menor{
	width:250px !important 
}

div.noticias div.imagen{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top:40px;
	margin-left:5px;
 	height: 85px;
	float:left;
 	}
	
div.noticias div.iconos{
	float: left;
    margin-top: 60px;
    padding-left: 30px;
    width: 60px;
	}
.badge_notification {
  font-weight: 600;
  content: " ";
  position: inherit;
  background: #f24e38;
  height: 16px;
  top: 2px;
  right: 166px;
  margin-left: 20px;
  width: 16px;
  text-align: center;
  line-height: 2rem;
  font-size: 11px;
  border-radius: 50%;
  color: white;
  border: 1px solid #f24e38;
  margin-top: -51px;
  margin-left: -20px;
}
.badge_notification p {
  left: 1px;
  top: -18px;
  position: relative;
}

.window-notice {
    background: rgba(10, 41, 52, 0.6);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}
.window-notice .content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 10px 10px 13px rgba(10, 41, 52, .55);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}
.window-notice .close-buton{
	margin-top: 9px;
	margin-right: 10px;
	/* float: right; */
	text-align: right;
}
