@import url(dialog.css);
@import url(common.css);

body{
	background-color: #004F9B;
}

table{
	background-color: #FFFFFF;
}

.Cabecera{
	height: 110px;
	width: 500px;
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-bottom: none;
}

.TABLE-Borde{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
}

.TABLE-Borde-D{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.TABLE-Borde-Doble{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
	border-bottom: none;
}
.TABLE-Borde-I{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
	border-right: none;
	border-bottom: none;
}
.TABLE-Borde-Down{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
	border-left: none;
	border-right: none;
}
.TABLE-Down{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
}
.TABLE-Borde-EI{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
	border-right: none;
}
.TABLE-Borde-ED{
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	border-top: none;
	border-left: none;
}

.TD-Titulos{
	background: #3399FF;
	border-width: 1px;
	border-color: #004F9B;
	border-style: solid;
	font-weight: bold;
	color: #004F9B;
	text-align: left;
}

a:link{
	color: #004F9B;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color: #6495ED;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #004F9B;
	font-weight: bold;
	text-decoration: none;
}

input{
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	background: #D2E9FF;
	padding-right: 5px;
	margin-right: 0px;
}
.Botones{
	background: #3399FF;
	color: #004F9B;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	text-align: center;
}
.Botones:hover{
	background: #D2E9FF;
	color: #004F9B;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	text-align: center;
}

fieldset{
	width: 500px;
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
}

label{
	width: 100px;
}

select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #004F9B;
	background: #D2E9FF;
	
}

#estado{
	/* color: #004F9B; */
	color: #FF0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

