.catalogoismodaldialogo {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
	/*border: 1px solid #777777;*/
	/*background:#ffffff;*/
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.catalogoismodaldialogo:target {
    opacity:1;
    pointer-events: auto;
}
.catalogoismodaldialogo> div {
    /*width: 900px;*/
	width: 94%;
	height: 88%;
	
	/*left:150px;
	top:80px;*/
	
    
	position: absolute;
    /*margin: 20% 5%;*/
	margin: 2% 2% 2% 2%;/*top right bottom left*/
    padding: 5px 20px 13px 0 0px;
    border-radius: 10px;
    background: #ffffff;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
*/
}
.closecatalogoismodaldialogo {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.closecatalogoismodaldialogo:hover {
    background: #00d9ff;
}

/*boton*/
/*boton naranja*/
.enlacebotoncatalogois
{
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  padding-top: 4px; 
  padding-bottom: 4px; 
  padding-left: 15px; 
  padding-right: 15px; 
  color:#000000;

  
  background-color:#ffcc00;
  border: 1px solid #ffcc00;
  width:auto;
  height:auto;
  min-height:30px;
  min-width:30px;
  text-decoration:none;
  
}

.enlacebotoncatalogois:link,
.enlacebotoncatalogois:visited
{
  border: 1px solid #ffcc00;
  text-decoration:none;
}
.enlacebotoncatalogois:hover
{
  border: 1px solid #ff6600;
  background-color:#ff6600;
  text-decoration:none;
}
/*fin naranja*/


/*fin boton*/

.catalogoisicono
{
  display:block;
  width:68px;
  height:68px;
}

.catalogoismensaje
{  
  font-family: robotoligero, verdana, arial, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  /*padding-top: 4px; 
  padding-bottom: 4px; 
  padding-left: 15px; 
  padding-right: 15px; */
  color:#666666;
  text-align:center;
  
  text-decoration:none;  
}

.catalogoistitulo
{  
  font-family: robotoligero, verdana, arial, sans-serif;
  font-size: 15pt;
  font-weight: normal;
  /*padding-top: 4px; 
  padding-bottom: 4px; 
  padding-left: 15px; 
  padding-right: 15px; */
  color:#333333;
  text-align:center;
  
  text-decoration:none;  
}
.csscatalogoisgridboton
{
  display: table;
}

.csscatalogoisfilagridboton /*cssgridrow */
{
  display: table-row; 
  line-height:30px; 
}

.csscatalogoisceldagridboton /*cssgridcell*/
{
  display: table-cell;
  
}
