Modelo:Infobox political geography/styles.css

 /*                              Definition with background color        */
.infobox_bodystyle{
	font-size: 85%; text-align: left;
}
.infobox_titlestyle{
   background:#bae3ff;
}
.infobox_abovestyle{
   background:#bae3ff;
}
.infobox_headerstyle{
   background:#bae3ff;
}
.infobox_subheaderstyle{
   background:#bae3ff;
}
.infobox_subheaderstyle1{
   width:100%;
   background:#bae3ff;
   text-align:center; 
   font-size:125%; 
   font-weight:bold;
}
.infobox_belowstyle{
   border-top:#aaa 1px solid;
   background:#bae3ff;
}
.infobox-label {
   background:#eeeeee;
   padding-right:1.2em;
   width:40%;
   text-align:start;
}
.infobox_captionstyle{
   font-size:90%; 
}
 /*                                Definition with border colors            
.infobox_bodystyle{
	font-size: 85%; text-align: left;
}
.infobox_titlestyle{
   border-bottom: 2px solid #ccccff;
}
.infobox_abovestyle{
   border-bottom: 2px solid #ccccff;
}
.infobox_subheaderstyle{
   border-bottom: 2px solid #ccccff;
}
.infobox_headerstyle{
   border-bottom: 2px solid #ccccff;
   border-top: 2px solid #ccccff;
}
.infobox_labelstyle {
   padding-right:1.2em;
   width:40%;
   background:#eeeeee;
   text-align:start
}
 End comment             */