﻿/* ######### BOTONES #########  */
.botonFormulario
{
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color : #AE6A20;
	color : #F4E8C1;
	border : 1px solid #DF994D;
	height: 20px;
	width: 80px;
	font-weight: bold;
	cursor: hand;
}

.botonFormulario2
{
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color : #DFDFDF;
	color : #333333;
	border : thin solid #333333;
	height: 20px;
	width: 110px;
}

/* ###################### TABLAS ############################## */

.tablaBordeInterno {
	border: 1px solid #CCCCCC;
}


/* ###################### OBJ. FORM ############################## */

.combo {
	font-family: Verdana, Arial;
	font-size: 12px;
	border: 1px solid #AE6A20;
}

.textBox {
	font-family: Verdana, Arial;
	font-size: 12px;
	border: 1px solid #AE6A20;
}

.textBoxHora {
	font-family: Verdana, Arial;
	font-size: 12px;
	border: 1px solid #AE6A20;
	width: 35px;
}

.botonFormularioFalso {
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color : #DF994D;
	color : #000000;
	border : 1px solid #AE6A20;
	height: 20px;
	width: 80px;
	font-weight: bold;
}
.alturalinea30 {
	line-height: 50px;
}

.gris {color:#666666}
.negro {color:#000000}

input[type=text], input[type=password], select { border: 1px solid #ffa97f; padding: 2px; }

input[type=text]:focus, input[type=password]:focus, select:focus { border: 2px solid #ffa97f; padding: 1px; background-color: #ffe8b7; }
