/*****************************/
/*** Core html setup ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 10px;
	background-color:#5A1C3A;
}

a:link, a:visited {
	color: #FFFFFF; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}
.marco1 { 
   padding:8px; 
   background-color: #f5f5f5; 
   width: 200px; 
   border: 1px solid #999999; 
} 

.parrafo{
font-size:12px;
color:#FFFFFF;
}
div, p, table, td, th {
/*
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #FFFFFF;
	*/
color:#8F733E;
font-family:tahoma,Helvetica,sans-serif;
font-size:9pt;
	
	
}

input[type=text], input[type=password], input[type=select] {  
  /*background: #867472;*/
  background-color: rgb(245, 245, 245);
  /*border-color: #867472; */
  /*border-width:0px;*/
  /*color:#FFFFFF;*/
  width:70px; height:15px; 
  font-size: xx-small;
  font-family: tahoma,Helvetica,sans-serif;
 } 
input[type=checkbox]{
 	border:none;
	background:#867472;
 }
 
tr{
 background:transparent;
}
.button {
	/*background-color: #5A1C3A;*/
	color: #FFFFFF;
	/*background: #5A1C3A;*/
	font-weight: bold;
	width:40px;
	height:15px;
	font-size:8px;
}

#page_bg {
	height: 100%; 
	padding: 0px 0;
	margin-bottom: 0px;
/*	background: #5A1C3A;
	background-color:#5A1C3A;*/
}

