﻿/* ---------->> Hoja de estilos para formularios <<---------- */
/* ---------------------------------------------------------- */
span.requerido {
	font-size:8pt;
	font-weight:bold;
	color:#C00;
}
fieldset {
	width: 440px;
	border-color:#58ACFA;
	font-size:10pt;
}
fieldset legend {
	color:#0174DF;
	font-weight:bold;
}
.style1 {
	width:400px;
	height:30px;
	margin:2px 60px;
}
.style1 label {
	width:140px;
	float:left;
	font-weight:bold;
}
.style1 input[type="submit"] {
	width:110px;
	margin:2px 85px;
	background-color:#69C;
	font-weight:bold;
}
.style1 input, .style2 input {
	width:140px;
}
.style2, .style3 {
	width:460px;
	height:30px;
}
.style2 label, .style3 label, .style4 label, .style5 label {
    width:120px;
	margin:4px;
	float:left;
}
.style2 input[type="submit"], .style2 input[type="button"] {
	width:110px;
	background-color:#69C;
	font-weight:bold;
}
.style3 input {
	width:200px;
}
.style3 input[type="image"] {
	width:16px;
}
.style4 {
	width:460px;
	height:80px;
}
.style4 textarea {
	width:260px;
	height:66px;
}
.style5 {
	width:460px;
	height:140px;
}
.style5 textarea {
	width:280px;
	height:130px;
}
/* ---------->> Objetos de formularios desenfocados <<---------- */
/* ------------------------------------------------------------- */
input[type="password"], input[type="text"], select, textarea {
	border:1px solid #000;
	background-color:#FFF;
	padding: .2em;
}
/* ---------->> Objetos de formularios enfocados <<---------- */
/* ---------------------------------------------------------- */
input[type="password"].focus, input[type="text"].focus, select.focus, textarea.focus {
	border:1px solid #FC0;
	background-color:#A4D1FF;
}