/**
 * @abstract Fichero forms.css contiene la definición de estilos de los formularios del DKM
 * 
 * @author José Manuel Pérez-Montes <josemanuel@aupex.org.com>
 * @copyright 2011 AUPEX
 * @license http://www.gnu.org/licenses/gpl.txt
 * @version v3.0
 * @link http://www.aupex.org
*/
.button {
	-moz-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	/*background: url("../img/btn-sm-bg.png") repeat-x scroll 0 0 transparent;*/
	border: 1px solid #6E93B0;
	color: #234E70;
	display: inline;
	font-size: 1em;
	height: 27px;
	line-height: 26px;
	margin-right: 5px;
	padding: 0 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.botonancho {
	-moz-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	/*background: url("../img/btn-sm-bg.png") repeat-x scroll 0 0 transparent;*/
	border: 1px solid #6E93B0;
	color: #234E70;
	display: inline;
	font-size: 1em;
	height: 27px;
	line-height: 26px;
	margin-right: 5px;
	padding: 0 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
	background: none repeat scroll 0 0 #F3F3F3;
	color: #6E93B0;
	width: 95%;
}
input[type=text], input[type=password] {
	-moz-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border: 1px solid #6E93B0;
	display: inline;
	font-size: 1em;
	height: 25px;
	line-height: 26px;
	margin-right: 5px;
	padding: 0 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
textarea {
	-moz-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border: 1px solid #6E93B0;
	display: inline;
	font-size: 1em;
	height: 100px;
	width: 200px;
	line-height: 26px;
	margin-right: 5px;
	padding: 0 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
select  {
	-moz-border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border: 1px solid #6E93B0;
	display: inline;
	font-size: 1em;
	height: 25px;
	line-height: 26px;
	margin-right: 5px;
	padding: 0 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#fila{
	margin: 0 auto;
	width: 100%;
	margin: 5px 0px 5px 0px;
	text-align: center;
	display: table;
	z-index: 999999;
}

#fila #izquierda {
	width: 50%;
	min-height: 25px;
	text-align: right;
	margin: 5px 0px 5px 0px;
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}

#fila #izquierda label{
	margin-top: auto;
	margin-right: 5px;
}
#fila #derecha {
	width: 100%;
	min-height: 25px;
	text-align: left;
	margin: 5px 0px 5px 0px;
	float: left;
}

#fila #izq {
	width: 30%;
	min-height: 25px;
	text-align: right;
	margin: 5px 0px 5px 0px;
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}

#fila #central {
	width: 40%;
	min-height: 25px;
	text-align: left;
	margin: 5px 0px 5px 0px;
	float: left;
}

#fila .decha {
	width: 60%;
	min-height: 25px;
	text-align: left;
	margin: 5px 0px 5px 0px;
	float: left;	
}

#fila_cabecera{
	margin: 0 auto;
	width: 100%;
	margin: 5px 0px 5px 0px;
	text-align: center;
	display: table;
	z-index: 999999;
	margin-left:-2px;
	text-shadow: 2px 2px 2px #333;
	color: #F5F5F5;
	font-weight:bold;
	text-align: left;
	font-size: 24pt;
	margin-top:-23px;
	margin-bottom: -20px;
	font-family: verdana;
	z-index: 0;
}
.success {
	border: 0px outset #0068ae;
	width: 100%;
	background: #409fff url("../img/icons/success.png") no-repeat 7px 50%;
	margin: auto;
	clear: right;
	opacity: .8;
	filter: alpha(opacity=50);
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
}
.error {
	border: 2px dashed red;
	width: 100%;
	border-width: 0px;
	background: #EDA19C url("../img/icons/notice.png") no-repeat 7px 50%;
	margin: 20px auto;
	padding: 10px 0;
	clear: right;
	opacity: .8;
	filter: alpha(opacity=50);
	text-align: center;
	color: #000;
	font-weight: bold;
}
.formulario {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	background: #f5f5f5;
}

.success_pdf {
	border: 2px dashed green;
	border-width: 2px;
	width: 500px;
	background: #409fff url("../img/icons/pdf.png") no-repeat 7px 50%;
	margin: auto;
	padding: 10px 0 10px 50px;
	clear: right;
	opacity: .8;
	filter: alpha(opacity=50);
	text-align: left;
	color: #FFF;
	font-weight: bold;
	margin: 10px auto 10px auto;
}

#FormProgramacion {
	width: 70%;
}

.mensaje_dni_ok {
	color: #409fff;
	font-weight: bold;
	margin-top: 5px;
}

.mensaje_dni_error {
	color: #FF0000;
	font-weight: bold;
	margin-top: 5px;
}
