﻿/* INICIO forms */

div.tituloform
{
	background: url('../Images/azul-superior.png');
	text-align: center;
	height: 23px;
	padding-top: 3px;
	font-size: 12px;
	width: 100%;
	color: White;
	font-family: Tahoma;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
div.form_item
{
	clear: both;
	padding-bottom: 2px;
}

div.form_item input[type="text"], div.form_item select
{
	width: 50%;
}

div.form_item select.short-width
{
	width: 30%;
}

div.form_item select.medium-width
{
	width: 60%;
}

div.form_item select.long-width
{
	width: 100%;
}


div.form_item_izquierda_mitad
{
	clear: left;
	float: left;
	width: 30%;
	height: 20px;
	text-align: right;
	font-weight: bold;
}

div.form_item_derecha_mitad
{
	clear: none;
	float: right;
	width: 68%;
	height: 20px;
}

div.form_child_item_izquierda_mitad
{
	clear: left;
	float: left;
	width: 30%;
}

div.form_child_item_derecha_mitad
{
	clear: none;
	float: right;
	width: 68%;
}



div.triple_form_item_izquierda_mitad
{
	clear: left;
	float: left;
	width: 32%;
}

div.triple_form_item_derecha_mitad
{
	clear: none;
	float: right;
	width: 32%;
	margin-left: 15px;
}

div.triple_form_centro
{
	clear: none;
	float: right;
	width: 32%;
}

.form-checkbox input
{
	float: left;
	display: block;
	clear: left;
}

.form-checkbox label
{
	float: left;
	display: block;
	clear: none;
	font-weight: bold;
	font-size: 10px;
	margin-left: 5px;
}

div.form_item label
{
	display: block;
	margin-bottom: 2px;
}

span.form_tip
{
	font-size: x-small;
	font-style: italic;
}

.form-fieldset span.form_nota
{
	font-size: smaller;
	font-weight: normal;
}

.form_item_requerido
{
	color: Red;
}

.form-fieldset
{
	border-style: none;
	margin: 5px 0 8px;
	display: block;
	padding-top: 0;
}

.form-fieldset span
{
	display: block;
	color: #4F4F4F;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2px;
}

fieldset.form-left
{
	clear: left;
	float: left;
	width: 49%;
}

fieldset.form-right
{
	clear: none;
	float: right;
	width: 49%;
}

div.form-buttons
{
}

#full-form
{
}

#full-form fieldset
{
	padding-left: 15px;
	padding-right: 15px;
}

#full-form #form-content
{
	float: left;
	width: 450px;
	padding: 5px;
}

#full-form #form-content fieldset
{
	padding-left: 0;
	padding-right: 0;
}

#full-form #form-options
{
	float: right;
	width: 290px;
}

#full-form #form-options fieldset
{
	background-color: #f8f8f8;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#full-form #form-options fieldset.first
{
	margin-top: 10px;
}

#full-form #form-options legend
{
	font-size: 100%;
}

red_asterisk
{
	color:Red;	
}
