body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../Templates/images/background_ptipepper.gif);
	background-color: #FFFFFF;
}

.Estilo2 {color: #C0C0C0}
a:link {
	color: #006633;
}
a:visited {
	color: #006633;
}
a:active {
	color: #00CC33;
}
.style3 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 22px;
	color: #333333;
}
.style4 {color: #FFFFFF}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: bold;
}
.controls {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.redWhite {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style13 {font-size: 12px}
.style14 {font-size: 11px}
.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: bold;
}
.style16 {font-size: 12px}
.style18 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006633;
	font-size: 13px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style30 {
	font-size: 14px;
	color: #006633;
	font-weight: bold;
}
.style37 {font-family: Arial, Helvetica, sans-serif}
.style38 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #006633;
 font-size: 12px}
.style39 {color: #006633}
.style40 {color: #F8F8F8}

.botonx{
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: 1px solid #AAA
} 

#formUpload input {border: 1px solid #AAA}
.in {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 11px;
 border: 1px solid #AAA
}
.in2 {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: red;
 border: 1px solid #AAA
}

.admin { 
/* background: url('../images/iconos_admin.gif') no-repeat 65% 79% fixed;*/

}
.user { 
/* background: url('../images/iconos_user.gif') no-repeat 65% 79% fixed;*/

}
.access { 
/* background: url('../images/iconos_access.gif') no-repeat 65% 79% fixed;*/

}
.owner { 
/* background: url('../images/iconos_owner.gif') no-repeat 65% 79% fixed; */

}
.type { 
/* background: url('../images/iconos_type.gif') no-repeat 65% 79% fixed; */

}
.category { 
/* background: url('../images/iconos_category.gif') no-repeat 65% 79% fixed;*/

}
.variety { 
/* background: url('../images/iconos_variety.gif') no-repeat 65% 79% fixed;*/
  
}



pre, textarea {
	font-family: Arial, Sans-serif;
}

h1 {
	background: url(../images/big_logo.png) no-repeat;
	width: 458px;
	height: 206px;
}

h1 span {
	display: none;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3, p, h6 {
	margin: 0;
	padding: 0;
}

h5 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
}

pre {
	margin: 0 0 5px 0;
}

p {
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	height: 10px;
}

pre {
	color: #666666;
	font-family: monospace;
	font-size: 12px;
}

.clr {
	clear: both;
}



/* SWFUpload CSS */

#filesDisplay {
	padding: 10px;
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
	display: none;
}

#SWFUpload {
	margin-left: 20px;
}

#mmUploadFileListing {
	margin: 0;
	padding: 0;
}


a.SWFUploadLink {
width: 300px;
height: 100px;
background: url(../images/custom_button.png) no-repeat;
display: block;
}

a.SWFUploadLink:hover {
background: url(../images/custom_button_over.png) no-repeat;
}

.disabled {
	text-decoration: line-through !important;
}

.newitem {
	background: #caff4d;
}

a.whatsnew {
	font-size: 11px !important;
	color: #000;
}

.swfuploadbtn {
	display: block;
	width: 100px;
	padding: 0 0 0 20px;
}

.browsebtn { 
    background: url(../images/nuevo.gif) no-repeat 0 0px; 
    font-size: 12px;
}
.uploadbtn { 
	display: none;
	background: url(../images/upload.gif) no-repeat 0 0px;
	font-size: 12px;
	margin: 7px 0; 
}

.cancelbtn { 
	display: block;
	width: 16px;
	height: 12px;
	float: right;
	background: url(../images/logout.gif) no-repeat; 
}

#cancelqueuebtn {
	display: block;
	display: none;
	font-size: 12px;
	background: url(../images/logout.gif) no-repeat 0 4px;
	margin: 7px 0;
	
}

#SWFUploadFileListingFiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.SWFUploadFileItem {

	display: block;
	width: 250px;
	height: 30px;
	float: left;
	background: #eaefea;
	margin: 0 10px 10px 0;
	padding: 1px;
	font-size: 10px;

}

.fileUploading { background: #fee727; }
.uploadCompleted { background: #d2fa7c; }
.uploadCancelled { background: #f77c7c;  }

.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
	display: none;
}

span.progressBar {
	width: 200px;
	display: block;
	font-size: 10px;
	height: 3px;
	margin-top: 1px;
	margin-bottom: 3px;
	background-color: #CCC;
}

.invisible {
  color:white;
  background:#ffffff;
  border: white 0px outset;
  height: 0px;
}


.boton{
	font-size:15px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#990000;
	border:3px;
	width:82px;
	height:21px;
       }

