@CHARSET "UTF-8";
body {
	height: 670px;
	background-color: #FFFF;
	font-family: verdana,lucida,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	margin:auto auto;
	text-align:center;
}

a{
	cursor: pointer;
	text-decoration: none;
}

table.center {
    margin: auto auto;
  }

img.centrado {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.txteditar{
	font-size: 10px
}

#menu{
	font-weight: bold;
	font-size: 14px;
	color: #424242;
}

.center{
	margin: auto auto;
	height: 300px;
	width: 1000px;
}

.inputLogin{
	width: 150px;
	font-size: 12px;
	color: #424242;
}

.itemMenu{
	color: #333333;
	cursor: pointer;
	width:50px;
	text-align:center;
	font-size: 14px
}

.itemMenu:hover{
	color: #AAAAAA;
	cursor: pointer;
	text-decoration: underline;
}

.borderShadow{
	-moz-box-shadow: 0 0 3px #999993;
	-webkit-box-shadow: 0 0 3px #999993;
	box-shadow: 0 0 3px #999993;
	background-color: #F2F2F2;
}

.borderRadius5px{
	border-radius: 5px;  
	-moz-border-radius: 5px;
}

.titulos{
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

.titulospeq{
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

.titulos_barra{
	font-size: 12px;
	background-color: #FFFEB3;
	color: #424242;
	font-weight: bolder;
	text-align: left;
	padding-left: 10px;
}

#bodyHeaderLabel{
	text-align: left;
	display: block;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}

#bodyHeaderSearch{
	text-align: right;
	display: block;
	float: right;
	padding-top:3px;
	padding-right: 15px;
}

#bodyHeaderLabelSecretaria{
	text-align: left;
	display: block;
	float: left;
	padding-top: 5px;
}

#bodyHeaderSearchSecretaria{
	text-align: right;
	display: block;
	padding-left:20px;
	padding-top:3px;
	padding-right: 15px;
}

.bckBlack{
	background-color: #BFBFBF;
	color: #000000;
	height:20px;
}

.bckWhite{
	background-color: #E5E5E5;
	color: #000000;
	height:20px;
}


#tdTitulo {
	position: relative;
}

#divfpsk {
	display: none;
	position: absolute;
	padding-top:15px;
	padding-left:20px;
	bottom:30px;
	width:270px;
	height:100px;
	background-color: #FFFFFF;
	border-radius: 5px;  
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #999993;
	-webkit-box-shadow: 0 0 3px #999993;
	box-shadow: 0 0 3px #999993;
}

#tdTitulo:hover #divfpsk {
	 display: block;
}

#tdTitulo2 {
	position: relative;
}

#diveven {
	display: none;
	position: absolute;
	padding-top:15px;
	padding-left:20px;
	bottom:30px;
	width:415px;
	height:100px;
	background-color: #FFFFFF;
	border-radius: 5px;  
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #999993;
	-webkit-box-shadow: 0 0 3px #999993;
	box-shadow: 0 0 3px #999993;
}

#tdTitulo2:hover #diveven {
	 display: block;
}


#tdTitulo3 {
	position: relative;
}

#divgrad {
	display: none;
	position: absolute;
	padding-top:15px;
	padding-left:20px;
	bottom:30px;
	width:315px;
	height:100px;
	background-color: #FFFFFF;
	border-radius: 5px;  
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #999993;
	-webkit-box-shadow: 0 0 3px #999993;
	box-shadow: 0 0 3px #999993;
}

#tdTitulo3:hover #divgrad {
	 display: block;
}
