/*******************
*		VIEW         *
********************/

form {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}

input,textarea {
	color:#666666;
	color: #333333;
	padding: 2px;
	border-right:1px solid #C1C7DF;
	border-bottom: 1px solid #C1C7DF;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin-bottom: 2px;
	background-color: #eeeeee;
}

input.textLargo { width: 50%; }
input.textCorto { width: 35%; }

textarea {
	width: 50%;
	height: 120px;
	font-family: verdana,arial;
	font-size: 11px;
}

input:focus,textArea:focus {
	background-color: #FFF;
	background: none;
	border-right:1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	color: #333;
}

select {
	color: #555555;
	border: 1px solid #C2C2C2;
	background-color: #FAFAFA;
	margin-bottom:4px;
	cursor: pointer;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 35%;
}

.label {
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	width: 135px;
}

label {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
}

label.formAdmin{
	width: 135px;
	display: block;
	float: left;
}

label.formAdminLarge{
	width: 170px;
	display: block;
	float: left;
}
label.formAdminXL{
	width: 300px;
	display: block;
	float: left;
}

/* label.rrhh {
	width: 135px;
} */

label.required
{
	display: block;
	float: left;
	width: 135px;
	background: url(../img/styles/required.png) center left no-repeat; 
}

label.requiredLarge
{
	display: block;
	float: left;
	width: 170px;
	background: url(../img/styles/required.png) center left no-repeat; 
}
label.neta{
	padding-left: 8px;
}

/* td {
	font-size: 12px;
} */


fieldset {
	margin: 10px 15px;
	border: 1px dashed #999;
	padding: 7px;
	position: relative;
}

legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
	background:#FFF;
	padding:0px 2px 0px 2px;
	margin-bottom:5px;
}

/* .submit {
	background: #941818;
	color: #FFF;
	font-size: 0.6em;
}

.submitLog {
	width: 41px;
} */


/* .comboBuscador {
	width: 191px;
	margin-bottom: 10px;
}

form.contactForm {
	text-align:left;
	width:595px;
}

form.contactForm label {
	width: 150px;
	display: block;
	float: left;
}

.indent
{
	margin-left: 50px;
} */

.submit2 {
	border: 1px solid #999999;
	color: #555555;
	font-size: 10px;

	font-weight: bold;
	margin: 5px;
}
.submit2.guardar {
	background: #fff url(../img/save.jpg) 2px 50% no-repeat;
	padding-left: 20px;
}
.submit2.imprimir {
	background: #fff url(../img/print.jpg) 2px 50% no-repeat;
	padding-left: 20px;
}
.submit2.descargar {
	background: #fff url(../img/attach.gif) 2px 50% no-repeat;
	padding-left: 20px;
}

a.edit{
	height:16px;
	width:15px;
	display:block;
	margin:0 auto 0 auto;
	background:url(../img/icon_edit.gif) left top no-repeat;
}
#hiddenForm {
	text-align: center;
	display: none;
}
select.combo-faq {
	width: 70%;
}
.buttonContainer {	
	text-align: center;
	padding: 5px 0;
}

table.selector {}
table.selector td { border: 0; }
table.selector td.center { text-align: center; }
table.selector td.center input{ width: 70%; }
table.selector select{ margin-left: 10px; width: 270px; height: 300px; }

.row { clear: both }