body {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left: 10%;
	margin-right: 10%;
}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 10px;
	color: 929292;
	font-weight: normal;
	line-height: 14px;
}

.frame {
	border: 1px solid #E8E9D7;
}

.text1 {
	font-family: tahoma;
	font-size: 11px;
	color: 9ac93f;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: a59058;
}
.text3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 675f48;
}
.text4 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 3e6641;
}
.text5 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: 67767a;
}
.text6 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text7 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text8 {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: 94AEC5;
}
.text9 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: 4E4E4E;
}

#data_hora {
	padding: 1px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial,sans-serif; 
	font-size: 12px; 
	color: rgb(51, 0, 102); 
	float: right;
}

a:link {
	color: 929292;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: 929292;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: 929292;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

a:img{
	border:0;
	text-decoration: none;
}

.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}
.foto_blur{
   	background-color: #ccc; /*shadow color*/
   	color: inherit;
   	margin-left: 4px;
   	margin-top: 4px;
   	width: 100%;
}	
.foto_shadow, .foto_content{
   	position: relative;
   	bottom: 2px;
   	right: 2px;
}
.foto_shadow{
   	background-color: #666; /*shadow color*/
   	color: inherit;
}
.foto_content{
   	background-color: #fff; /*background color of content*/
   	color: #000; /*text color of content*/
   	border: 1px solid #000; /*border color*/
   	padding: .5em 2ex;
}	
.foto_content img{
   	border: 1px solid #000000;
}