.TextoTablaTitulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #004080;
	text-align: center;
	height: 25px;
	vertical-align: inherit;
}
.TextoTabla {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	height: 20px;
}
.CamposFormulario {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: normal;
	background-image: none;
	display: block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.CamposFormulario:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.TitulosFormulario {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color:#F9F9FA;
	text-align: right;
	height: 20px;
	 -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
     
}
.Titulos_Seccion {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.Subtitulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	height: 20px;
}
.Notas {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	height: 20px;
}

  	.hoverTable{
/*		width:100%; */
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#666666 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
/*		background: #b8d1f3;*/
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #E4E4E4;
	}
	
    .hoverTable	tr:first-child:hover {
/*    background-color: white;*/
	}
	.hoverTable tr:nth-child(odd) {
  	 background-color: #E4E4E4;
	}
