@charset "UTF-8";
/* CSS Document */

a {color:#FFF; text-decoration:none}
a:hover {
	color:#2E9FF6;
	text-decoration:none;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .close a {
	padding:0px;
}

#boxes .close a:hover {
	padding:10px;
}

#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:600px;
  height:400px;
  display:none;
  z-index:9999;
}

#boxes #CIA {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_1A.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
  
}
#boxes #CIB {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_1B.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
 

}
#boxes #CIC {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_1C.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}
#boxes #BKA {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_2A.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}

#boxes #BKB {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_2B.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}

#boxes #VMC {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_2C.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}

#boxes #IWA {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_3A.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}

#boxes #IWB {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_3B.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}

#boxes #IWC {
  font-family:verdana;
  font-size:14px;
  width:600px; 
  height:400px;
  background-image:url(../img_popup/popup_3C.png);
  background-size:auto;
  background-repeat:no-repeat;
  text-align:justify;
}

.interior {
  font-family:verdana;
  padding:25px;
  width:550px; 
  height:450px; 
  text-align:justify;
}

.interior_cap {
  float:left;
  font-family:verdana;
  width:550px; 
  height:39px; 
  text-align:justify;
}

.interior_esq{
  float:left;
  font-family:verdana;
  width:240px; 
  height:310px; 
  text-align:justify;
}

.interior_dret{
  float:left;
  font-family:verdana;
  width:300px; 
  height:240px; 
  text-align:justify;
}

.interior_peu{
  float:left;
  font-family:verdana;
  width:200px; 
  height:24px; 
  text-align:justify; 
}

.interior_demo{
  float:left;
  font-family:verdana;
  width:100px; 
  height:25px; 
  text-align:center;
}

.text_mini{
  padding-left:10px;
  font-size:12px;
  font-style:oblique;
}