<!--
/******************************************************************************************************************
 *
 * File:        estilos_login.css
 * Author:      José Sánchez Díaz
 * Task:        General Cascade Style Sheet (CSS) para Proyecto Credito&Caution
 * Date:        31/07/2006.
 * Updated:     31/07/2006.
 * 
 ******************************************************************************************************************/


/******************************************************************************************************************/


/**NUEVO**/

.cuadroInput {
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	vertical-align:top;
	background-color:#CCCCCC;
}

.imgInput {
	display:inline;
	border:0;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

.cuadroInput2 {
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	vertical-align:top;
	background-color:#C6C6C6;
}

.imgInput2 {
	display:inline;
	border:0;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

.txt2 {text-decoration: none; font-family: Arial; font-size:8pt;font-weight:bold; color: #000000;}
.txt3 {text-decoration: none; font-family: Arial; font-size:8pt;font-weight:bold; color: #000000;; vertical-align:top;}
p.txt4 {
	position:relative;
	top:74px;
	left:10px;
	width:250px;
	font-family:Arial;
	font-size:7pt;
	font-weight:normal;
	color: #000000;
	text-align:justify;
	vertical-align:middle;
	line-height:12px;
	padding:0;
}
b.txt4 {
	font-size:8pt;
}
SELECT.cuadro_texto {
	position:relative;
	top:-3px; /* para corregir el desfase por el tamaño de fuente*/
	width:70px;
	height:15px;
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	line-height:15px;
	border:0;
	margin:0;
	padding:0;
}

INPUT.cuadro_texto {
	position:relative;
	top:-3px; /* para corregir el desfase por el tamaño de fuente*/
	width:70px;
	height:15px;
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	line-height:15px;
	border:0;
	margin:0;
	padding:0;
	text-indent: 6px;
}

.cuadro_textoPass {
	position:relative;
	top:-4px; /* para corregir el desfase por el tamaño de fuente*/
	width:70px;
	height:15px;
	font-family:monospace;
	font-weight:bold;
	font-size:9pt;
	line-height:15px;
	border:0;
	margin:0;
	padding:0;
	text-indent: 6px;
}


.cuadro_bajo {
	top: 480px;
	height:49px;
	font-family:Arial;
	font-size:7pt;
	font-weight:normal;
	color: #000000;
	margin:0;
	padding-left:15px;
	border:0;
	border-left-style:solid;
	border-left-color:#666666;
	border-left-width:2px;
}

.cuadro_bajo A {
	font-family:Arial;
	font-size:7ptx;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}

.boton{
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	height:15px;
	vertical-align:middle;
	overflow:hidden;
}

.txtBoton {
	border:0;
	margin:0;
	padding:0;
	padding-top:1px;
	height:16px;
	width:70px;
	font-family:Verdana;
	font-size:7pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	vertical-align:top;
}

A.txtBoton:hover {
	color: #666666;
	text-decoration:none;
}
#fondo {
	position:relative;
	height:530px;
	width:780px;
	background-color:#FFFFFF;
}