
<style>


table.titulo{
width:100%
}

td{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: uppercase;
font-weight: bold;
text-align: none
}

td.DetalleLista{
font-family: Verdana;
font-size: 9px;
text-transform: capitalize;
border: 1px solid silver;
color: rgb(0,0,112);
text-transform: uppercase;
}

td.DetalleListaDiaActual{
font-family: Verdana;
font-size: 9px;
text-transform: capitalize;
border: 1px solid silver;
color: rgb(255,255,255);
text-transform: uppercase;
border-right-style : groove;
border-right : 2px solid silver;
border-right-color : Maroon;
border-right-width : thin;

border-left-style : groove;
border-left : 2px solid silver;
border-left-color : Maroon;
border-left-width : thin;
}

th.Azul		{
	font-family: Verdana;
	font-size: 9px
	color: White;
	background: #254061;
	font-weight : bold;
	border: none
}

p{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: uppercase;
font-weight: bold;
text-align: none
}

th{
border-left: 2px inset rgb(128,128,128);
border-right: 2px inset rgb(192,192,192);
border-top: 2px inset rgb(128,128,128);
border-bottom: 2px inset rgb(192,192,192);
font-family: Verdana;
font-size: 9px;
color: white;
text-transform: uppercase;
font-weight: none;
text-align: center;
}

input.texto{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: none;
font-weight: none;
text-align: none;
font-weight: bold;
text-transform: uppercase;
}

input.textodis{
	background-image: url('./images/readonly.gif');
	font-family: Verdana;
	font-size: 9px;
	color: rgb(0,0,112);
	text-transform: none;
	font-weight: none;
	text-align: nonet;
        font-weight: bold;
}

textarea{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: none;
font-weight: none;
text-align: none
}

textarea.texto7{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: none;
font-weight: none;
text-align: none
}

select{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: uppercase;
font-weight: bold;
text-align: none
}

select.texto{
font-family: Verdana;
font-size: 9px;
color: rgb(0,0,112);
text-transform: uppercase;
font-weight: bold;
text-align: none;
}

input.botones{
	background-color: #254061;
	color: white;
	width : 100px;
	font-family: Verdana;
	font-size: 9px;
	text-transform: none;
	font-weight: none;
	text-align: none;
	cursor: hand;
        font-weight: bold;
}

td.botones{
	background-color: #8A000B;
	color: white;
	border: 1px solid white;
	width : 100px;
	font-family: Verdana;
	font-size: 9px;
	text-transform: none;
	font-weight: none;
	text-align: none
        font-weight: bold;
}

</style>