﻿body 
{
    font-size: 9px;
	font-style: normal;
	font-family: Verdana; 
	font-variant: normal;
	text-decoration: none;
	color: #172a5b;
	margin:0px;
	text-align:center;
	background-color:white;
	/*background-image: url('/imagenes/degradadologin.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom;*/
	
}
img
{
	border:none;
	}
	
.imagebutton
{
    cursor:pointer;
}
	
span
{
    /*display:inline-block;
	margin-right: 1px;
	height: 12px;*/
}

.textoNormal
{
    /*display:inline-block;
	margin-right: 0px;
	height: 12px;*/
}

.textoResaltado
{
    font-weight: bold;
}

.textoTitulo
{
     font-size: 16px;
     font-weight: bold; 
}

.numerosPasos
{
    font-size: 8px;
}

.numerosPasosDesactivados
{
    font-size: 8px;
    color: #ffffff;
}

a
{
    font-weight:bold;
	color: #172a5b;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	text-decoration: none;
	border:none;
	display:inline-block;
}

a:active
{
    
}

a:hover
{
    font-weight: bold;
	color: #ffc601;
	/*color:White;*/
	/*color:#264697;*/
	/*color:#89A2E1;*/
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}

a:link
{   
}

input, textArea
{
    border-right: #d8ddee 1px solid;
	border-top: #d8ddee 1px solid;
	border-left: #d8ddee 1px solid;
	border-bottom: #d8ddee 1px solid;
	font-weight: normal;
	font-size: 10px;
	z-index: 1;
	vertical-align: baseline;
	color: #172a5b;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	background-color: white;
	text-decoration: none;   
	height:16px;
}

select
{
    border: 1px solid #d8ddee;
	font-weight: normal;
		font-size: 10px;
		z-index: 1;
		vertical-align: baseline;
		color: #172a5b;
		font-style: normal;
		font-family: Verdana;
		font-variant: normal;
		background-color: white;
		text-decoration: none;
}

/*Estilo a asignar a los input type=radio*/
.radioButton
{
    font-weight:normal;
    
}

.radioButton input
{
    background-color:transparent;
    border-style:none;
}


.radioButtonList
{
    font-weight:normal;
    font-size:10px;
}

.radioButtonList input
{
    background-color:transparent;
    border-style:none;
}

.checkBox
{
    font-weight:normal;
}

.checkBox input
{
    width:15px;
    height:15px;
}
.checkBoxList
{
    font-weight:normal;
}
.checkBoxList input
{
    background-color:Transparent;
    border-style:none;
}

