@charset "utf-8";
/*-----------------------------------------------------------------------------
[www.innovacion.gob.pa]

version:   1.0
date:      08/11/2007
author:    [Secretaria de la Presidencia para la Innovacion Gubernamental]
email:     [info(arroba)innovacion.gob.pa]
website:   [www.innovacion.gob.pa]
-----------------------------------------------------------------------------*/

*{ margin: 0; padding: 0; border: 0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333333;
	background-color:#b2b2a8;

}
h1, h1 a{ font-size: 1.7em;}
h2,h2 a { font-size: 1.6em;}
h3,h3 a { font-size: 1.2em;}
h4,h4 a { font-size: 1.1em;}
h5,h5 a { font-size: 1em;}
p  { Sline-height:normal; padding-bottom:15px;} 
a, ul, ol, input, textarea  {
	color: #333333;
}

input, textarea, select, area  {
	border: 1px solid #666;
}
a:hover{
	text-decoration:none;
	color: #0066CC;

}
label{ font-size:0.75em;}
ul{list-style-type: square;}
hr{
	border: none;
	background-color:#ccc;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}
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;}