@charset "utf-8";
/*-----------------------------------------------------------------------------
[www.innovacion.gob.pa]

version:   1.0
date:      08/11/2007
author:    [Secretara de la Presidencia para la Innovacin Gubernamental]
email:     [info(arroba)innovacion.gob.pa]
website:   [www.innovacion.gob.pa]
-----------------------------------------------------------------------------*/

*{
	margin: 10;
	padding: 0;
	border: thin none #00FF00;
	color: #000000;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #000000;
	background-color:#b2b2a8;
}
h1, h1 a{ font-size: 1.25em;}
h2,h2 a { font-size: 1.20em;}
h3,h3 a { font-size: 1.10em;}
h4,h4 a { font-size: 1.00em;}
h5,h5 a { font-size: 0.75em;}
p  { Sline-height:normal; padding-bottom:15px;} 
a, ul, ol, input, textarea  {}
a:hover{ text-decoration:none;}
label{ font-size:0.75em;}
ul{list-style-type: square;}
hr{border: none; background-color:#ccc; height: 1px;}
acronym, abbr{border-bottom: 1px dotted #333; } /*font-style:oblique; font-weight:bold; border-bottom:#333333 1px dotted;}*/
/* SELECTORES 
----------------------------------------------------------------------------*/
.block{ position:relative; overflow:hidden; clear:both;}
.indent{padding-left: 30px;}
.uppercase{text-transform: uppercase;}
.centered{text-align: center;}
.clear{clear:both;}
.fright{float: right;}
.fleft{float: left;}
.hide{ display:none;}
.aleft{ text-align:left!important;}
.aright{ text-align:right!important;}
