body {
	background-color: #e0f0f2;
	background-image: url(../img/filigrana.png);
	background-repeat: repeat;
	background-position: left top;
}


*
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../img/logo_repinmb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#FFFFFF;
	text-align: right;
	line-height: 0.5em;
	padding: 10px 10px 5px 0;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tasador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 20px;
	margin:0;
	clear: both;
}
.form_tasador {
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}

.form_tasador h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	text-transform:uppercase;
	color: #666666;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ece9d8;
}
.form_tasador p {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	padding: 10px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	border:1px solid #000000;
	background-color: #ece9d8;
	padding:5px;
}
LABEL.label_tas {
 width:30%;
 float:left;
 text-align:right;
 padding:5px 10px 0 0;
 vertical-align: bottom;
}
.t_tasador{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	width:95%;
	margin:0 auto 10px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.t_tasador caption{
	width:95%%;
	margin:0;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12;
	font-weight:bold;
	color:#666666;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #FFFFFF;
	padding:5px;
	margin-top:10px;
	
}
.t_tasador th{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	padding:5px;
	background-color:#f5f5eb;
	border-bottom:1px solid #CCCCCC;
}
.t_tasador td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}
.solapa{
	width:100px;
	margin:0;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #FFFFFF;
	padding:10px 5px 0 5px;
	margin:10px 0 0 20px;
	text-align: center;
	vertical-align: middle;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid  #CC0000;
	color: #666666;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid   #0066CC;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	color : #000;
	border: 1px solid  #666666;
}

.validation-advice {
	color : #0066CC;
	font-weight: bold;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	top:-16px;
	z-index:1;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	color:#0066CC;
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

/*TABLAS*/
/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/



table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
/*FORMULARIOS*/

.fieldset {
	width:350px; }
.fieldset .label {
	text-align:right;
	width:120px;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; }

.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	width:200px; }
.fieldset .textarea {
	margin:3px;
	height:165px;
	width:200px; }
.validate-currency-dollar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666; 
}
.validate-selection{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666; 
}
.required{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666; 
}
.row, .lastrow{
	background-color:#FFFFFF;
	padding:5px;
}
.aclaracion{
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin:10px;
}

#navleft {
	width:500px;
	float:left;
}
#navright {
	width:300px;
	float:right;
}
.oculto{
display:none;
}
/* HELP --------------------------------------------------------------------------------------- */
#help {
	visibility:hidden;
	position: absolute;
	width: 500px;
	height: 400px;
	top: 2%;
	left: 50%;
	margin-left: -225px;
	z-index:200;
	
}
.help_header {
	clear: both;
	float: left;
	width: 500px;
	height: 40px;
	margin:0;
	padding:0;
}

.helphead_left {
	background-color: transparent;
	background-image: url(../img/img_helphead_izq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 10px;
}
.helphead_right {
	background-color: transparent;
	background-image: url(../img/img_helphead_der.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	width: 10px;
}
.help_title{
	height:40px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	background-image: url(../img/img_helphead_fdo.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	padding-top: 10px;
}
.help_close{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	margin: 0;
	text-align: right;
	background-image: url(../img/img_helphead_fdo.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	padding-top: 10px;
}
.help_close a {
	color: #000;
	text-decoration: none;
}
.help_close a:hover {
	color: #FFF;
	text-decoration: none;
}

.help_footer {
	clear: both;
	float: left;
	width: 500px;
	vertical-align: bottom;
}
.helpfoot_left {
	background-image: url(../img/img_helpfoot_izq.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	background-color: transparent;
}
.helpfoot_right {
	font-size: 1px;
	background-image: url(../img/img_helpfoot_der.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	width: 10px;
}

.help_contenido {
	clear: both;
	float: left;
	width: 468px;
	height: 530px;
	background-color:#FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4d594d;
	border-left-color: #4d594d;
}



.help_contenido h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #4d594d;
	text-decoration: none;
	background-color: #dbe2db;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin: 0px;
}
.help_contenido h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4d594d;
	text-decoration: none;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
}
.help_contenido p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4d594d;
	text-decoration: none;
	padding-left: 10px;
}
.help_paginado {
	background-color: #ffebcc;
	text-align: right;
	clear: both;
	float: left;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4d594d;
	border-left-color: #4d594d;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d594d;
}
.help_paginado a {
	color: #333;
	text-decoration: none;
}
.help_paginado a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.help_leyenda {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	background-image: url(../img/img_helpfoot_fdo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

