
.TextoTablaTitulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font:bold;
	color: #FFF;
	background-color:#134094;
	text-align: center;
	height: 25px;
	vertical-align: inherit;
	background-color:#134094;

}


.TextoTabla {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	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;
	
	 -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #CAD0D4;

}

.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;
	text-align: right;
	height: 20px;
}

.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;
}

.requerido{
color:#D50000;
color:#292E31;
font:Bold;
font-style:normal;
}


  	.hoverTable{
	/*width:100%; */
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#E0E4EB 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
/*		background: #b8d1f3;*/
	}
	/* COLOR DEL TR AL PONER EL MOUSE ARRIBA */
    .hoverTable tr:hover {
          background-color: #F1F1F1;
	}
	
    .hoverTable	tr:first-child:hover {
/*    background-color: white;*/
	}
	.hoverTable tr:nth-child(odd) {
   background-color: #F5F9FC;
}













	 .logeo{
		position: absolute;
		top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
		left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
		width: 300px; /* Definimos el ancho del objeto a centrar */
		height: 330px; /* Definimos el alto del objeto a centrar */
		margin-left: -150px; /* Restamos la mitad de la anchura del objeto con un margin-left */
		margin-top: -165px; /* Restamos la mitad de la altura del objeto con un margin-top */
		background:#333333;
		/*Mozilla*/
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		/*Crome*/
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		
		border: solid 1px #333333;
		opacity:0.9;
		filter: alpha(opacity=90);
		
		-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
		
    }
	
		
	body{
		font-family:Helvetica;
		font-size:12px;

	}



.botonCss{
/*	-moz-box-shadow:inset 0px 2px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 2px 0px 0px #54a3f7;
	box-shadow:inset 0px 2px 0px 0px #54a3f7;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:0px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Helvetica;

	font-size:14px;
	padding:14px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
		font:bold;
}
.botonCss:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.botonCss:active {
	position:relative;
	top:1px;
}


.TitulosFormulario{

border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
background-color:#bde1fd;
color:#333;
font:Bold;
height:32px;
padding:4px;
}