/** 
* web
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 3px double #426a70;
	/** remember to change image path **/
	background: url(none) no-repeat #426a70;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
	color: #82983e;
}


.btImprimir{
text-align:center;
background-color: #f1f1f1;
display:block;
color: #111111;
padding:2px 22px 3px;
font-size: 11px;
text-decoration: none;
font-family: Verdana;
border:1px solid #e6e6e6;
cursor: pointer;

}
.btImprimir:hover {
background-color: #BCBC02;
border:1px solid #DFE02A;
color: #ffffff;
}



.mylabelstyle4 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	font-weight: 100;
	float: left;
	margin-right: 15px;
	width: 155px;

}


.mylabelstyle5 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	font-weight: 100;
	margin-right: 15px;

}

/** 
* 2
**/

.myinputstyle2 {
background:#FFFFFF url(none) no-repeat scroll 0 0;
border:2px solid #444444;
color:#000000;
font-family: tahoma, helvetica, sans-serif;
font-style: normal;
font-size: 14px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle2 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #A9AA10;
	font-weight: 100;
	float: left;
	margin-right: 15px;
	width: 55px;

}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle2:hover {
	border: 2px solid #1663B1;
	/** remember to change image path **/
	background-color:#fff;
	color: #000;
}

.myinputstyleBt {
text-align:center;
background-color: #BCBC02;
color: #fff;
padding:0px 8px 2px 8px;
font-size: 11px;
text-decoration: none;
font-family: Verdana;
font-weight: 100;
cursor: pointer;
border:0px;
}
.myinputstyleBt:hover {
background-color: #341F1A;
color: #fff;
border:0px;
}



.myinputstyleBtGestor {
text-align:center;
background-color: transparent;
display:block;
color: #ffffff;
padding:5px 3px 7px;
font-size: 13px;
text-decoration: none;
font-family: Verdana;
background-color: #8E2D2C;
border:4px solid #a34140;
}
.myinputstyleBtGestor:hover {
background-color: #F5EE57;
border:4px solid #DDDD3D;
color: #000000;
}