* {
	margin:0;
	padding:0;
	font-family: "Tahoma","arial","helvetica", sans-serif;
}

/* General Style Info */
body {
	color:#333333;
	font-size: 0.9em;
	background-color:#ffffff;
}
body.ie6 {
	font-size: 0.75em;
}

a, a:visited, a:active {
	color:#6666CC;
	text-decoration: underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a img {
	border:none;
}
a.hand{
	cursor:pointer;
}
em {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	color: #003d4c;
	font-size: 180%;
}
h2 {
	color: #425A0E;
	font-size: 140%;
	font-weight:bold;
	background-position: 0px 5px;
	text-indent:15px;
	padding-bottom:10px;
}
h3 {
	color:#000000;
	font-size: 140%;
	margin-bottom:0.3em;
}
h4 {
	color: #003d4c;
	font-size: 120%;
	font-weight: normal;
}
h5 {
	color: #425A0E;
	font-size: 80%;
	font-weight:normal;
}
h6 {
	color: #000000;
	font-size: 120%;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:15px;
}

.displaynone{
	display:none;
}

.clear{
	clear:both;
}

.separator{
	clear:both;
	padding-top: 10px;
}
.separator5{
	clear:both;
	padding-top: 5px;
}
.separator10{
	clear:both;
	padding-top: 10px;
}
.separator20{
	clear:both;
	padding-top: 20px;
}
.separator30{
	clear:both;
	padding-top: 30px;
}
.negrita{
	font-weight:bold;

}
.small{
	font-size:85%;

}
/******************** FORMULARIOS **********************/

fieldset{
	border:0;
}

div.input{
	margin-bottom: 0.4em;
	padding:0.3em;
	clear:both;
	background-color:#f6f6f6;
}

div.input label {
	float:left;
	width:10em;
	margin-right:0.5em;
}

div.input input {
	border: 1px solid #cccccc;
	font-size:1em;
	width:20em;
}

div.input select {
	font-size:1em;
	border: 1px solid #cccccc;
	padding:0;
	margin:0;	
	width:auto;
}

div.input textarea {
	border: 1px solid #cccccc;
	font-size:1em;
	width:20em;
}

div.input textarea.tinymce {
	padding:0;
	margin:0;
	margin-top:0.2em;
	border: 1px solid #cccccc;
	font-size:1em;
	width:96%;
	clear:both;
	height:180px;
}

div.input .checkboxMultiple {
	list-style-type: none;
	float:left;
	width:500px;

}
div.input .checkboxMultiple li {
	display:inline; 
	width: 250px;
	float:left;

}
div.input .checkboxMultiple li input{
	margin-right: 0.4em;
	width:auto;
	border:0;
	float:left;
}

div.input .nowidth {
	width:auto;
}

div.input .checkbox {
	width:auto;
	border:0px;
	font-size:1.2em;
}

fieldset.login{
	padding:0.4em;
	background-color:#f6f6f6;
	border: 1px solid #cccccc;
	width:15em;
	margin:0px auto;
	margin-bottom:1em;
}

fieldset.campos{
	padding:0.4em;
	margin-bottom:0.6em;
	background-color:#ffffff;
	border: 2px solid #DBEFF6;
}
fieldset.botonera{
	margin-top:0.2em;
	padding:0.4em;
}
fieldset.botonera input{
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset.botonera .submit{
	float:left;
	margin-right:0.5em;
}

/*****************************************/


/******************** VALIDACIONES **********************/

div.form input.form-error{
	background-color:#FFFFCC;
}

div.error-message{
	clear:both;
	padding: 0.3em;
	margin-top:0.3em;
	background-color:#FFFF66;
	color:#000000;	
	border:1px solid #999999;
	font-weight:normal;	
}


/*********************** TABLAS ***************************/
table{
	width:100%;
	background-color:#FFFFFF;
	margin:0;
	text-align:right;
}

table th{
	background-color:#f6f6f6;
	padding:0.3em;
}

table td{
	border:0px;
	border-top:1px solid #cccccc;
	padding:0.5em;
}
table td.noleido{
	background-color:#FFFFCC;
	font-weight:bold;
}
/*********************** autocomplete ***************************/
div.auto_complete{
	background-color:#eeeeee;
	padding:0.2em;
	border:1px solid #cccccc;

}
div.auto_complete ul{
	list-style-type:none;

}

