﻿.Normal
{
    font-size: 12px;
	font-family:Arial; 
    font-weight:bold;
    color:#333;
}

.CuadroTexto
{
    font-size: 12px;
	font-family:Arial; 
    font-weight:bold;
    color:#555555;
	border: solid 2px #cccccc;
	padding:2px;
	margin-top:3px;
	margin-bottom:3px;
}

.CheckDosInputEspecialOff
{
	width:124px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-image:url('../Images/CheckOff.png');
	background-repeat:no-repeat;
	background-position: center center;
	cursor:hand;
	cursor:pointer;
}

.CheckDosInputEspecialOn
{
	width:124px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-image:url('../Images/CheckOn.png');
	background-repeat:no-repeat;
	background-position: center center;
	cursor:hand;
	cursor:pointer;
}

.CheckTresInputEspecialOff
{
	width:24px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-image:url('../Images/CheckOff.png');
	background-repeat:no-repeat;
	background-position: center center;
	cursor:hand;
	cursor:pointer;
}

.CheckTresInputEspecialOn
{
	width:24px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-image:url('../Images/CheckOn.png');
	background-repeat:no-repeat;
	background-position: center center;
	cursor:hand;
	cursor:pointer;
}

.CheckTresInputEspecialImprimirOff
{
	width:24px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-repeat:no-repeat;
	background-position: center center;
}

.CheckTresInputEspecialImprimirOn
{
	width:24px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-repeat:no-repeat;
	background-position: center center;
}

.CheckOffImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	background-color:#fafafa;
	cursor:hand;
	cursor:pointer;
	padding: 10px 10px 10px 40px;
	border-top: solid 1px #cccccc;
----	border-right: solid 1px #cccccc;
}

.CheckOnImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	background-color:#ffffcc;
	cursor:hand;
	cursor:pointer;
	padding: 10px 10px 10px 40px;
	border-top: solid 1px #cccccc;
}

.RadioOffImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	border-bottom-style:none;
	background-color:#fafafa;
	cursor:hand;
	cursor:pointer;
	padding: 10px 10px 10px 40px;
	border-top: solid 1px #cccccc;
}

.RadioOnImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	border-bottom-style:none;
	background-color:#ffffcc;
	cursor:hand;
	cursor:pointer;
	padding: 10px 10px 10px 40px;
	border-top: solid 1px #cccccc;
}


.RadioInvertidoIzqOffImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	border-bottom-style:none;
	background-color:#fafafa;
	cursor:hand;
	cursor:pointer;
	padding: 10px 50px 10px 50px;
	border-bottom: solid 1px #cccccc;
	text-align: right;
}

.RadioInvertidoIzqOnImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	border-bottom-style:none;
	background-color:#ffffcc;
	cursor:hand;
	cursor:pointer;
	padding: 10px 50px 10px 50px;
	border-bottom: solid 1px #cccccc;
	text-align: right;
}

.RadioInvertidoDerOffImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	border-bottom-style:none;
	background-color:#fafafa;
	cursor:hand;
	cursor:pointer;
	padding: 10px 50px 10px 50px;
	border-bottom: solid 1px #cccccc;
	text-align: left;
}

.RadioInvertidoDerOnImpresion {
	font-family:Arial; 
	font-size:13px; 
	font-weight:bold;
	color:#444444;
	display:block;
	vertical-align:middle;
	border-bottom-style:none;
	background-color:#ffffcc;
	cursor:hand;
	cursor:pointer;
	padding: 10px 50px 10px 50px;
	border-bottom: solid 1px #cccccc;
	text-align: left;
}



.CheckDosInputEspecialOffImpresion
{
	width:124px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	background-repeat:no-repeat;
	background-position: center center;
}

.CheckDosInputEspecialOnImpresion
{
	width:124px;
	text-align:center;
	---border-bottom: solid 1px #cccccc;
	background-repeat:no-repeat;
	background-position: center center;
}

.CheckTresInputEspecialOffImpresion
{
	width:24px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	cursor:hand;
	cursor:pointer;
}

.CheckTresInputEspecialOnImpresion
{
	width:24px;
	text-align:center;
	border-bottom: solid 1px #cccccc;
	cursor:hand;
	cursor:pointer;
}

a.Imprimir
{
    font-size: 12px;
	font-family:Arial; 
    font-weight:bold;
    color:#990000;
	text-decoration:underline;
}
a.Imprimir:hover
{
    font-size: 12px;
	font-family:Arial; 
    font-weight:bold;
    color:orange;
	text-decoration:none;
}
