﻿/* BODY */
body
{
	font-size:small;
	font-family: Verdana;
	background: #ECE2BD;
}

.PanelBlue
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

/* HEADER */
.Header
{
	width: 100%;
	height: 150px;
	color: #8bad53;
	background: url(../images/img02.png) repeat-x left top;
	font-family: book antiqua;
	text-align: center;
}

.HeaderText1
{
	padding: 0px 0px 0px 70px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30pt;
}

.HeaderText2
{
	padding: 0px 0px 0px 70px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
}

/* FOOTER */
.FooterCia
{
	position: relative;
	margin-bottom: 10px;
	clear: both;
	bottom: 0px;
	width: 100%;
	background-position: center;
	text-align: center;
	color: #3A4C13;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

#Footer
{
	position: absolute;
	bottom: 0;
	width: 99%;
	padding: .1em 1em;
	text-align: center;
	color: #3A4C13;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

/* WATERMARK */
.wmark
{
background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	height: 100%;
	height: 100%;
	font-size: small;
	font-family: Verdana;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

/* WINDOWS */
.PopupWindow
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(../Images/TabBarBg.gif) repeat left top;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

table.datos {
	border-bottom: white 1px solid; 
	border-left: white 1px solid;
	border-right: white 1px solid; 
	border-top: white 2px solid; 
	font-family: Verdana;
	font-size: x-small; 
	width: 100%;
}

table.datos td 
{
	border-bottom-width: thin; 
	border-bottom-color: #F0FAFF;    
}

table.datos td:first-child 
{
	font-weight: bold;
	text-align: right;
	width: 112px;
}

.cstButton
{
    padding: 5px;
    background-color: #fff;
    cursor: pointer;
}
/*btn upload pdf file > requisitos*/
.btnUpload
{
    
}

.cstButton:hover
{
    background-color: #ccc;
}

.dvPdfFile
{
    text-align: center !important;
    /*width: 100% !important;*/
    height: 120px !important;
}

.statusMessage
{
    color: Red;
}


.custom-input-file 
{
  content: ''
  background-color: #686868;
  color: #000000;
  cursor: pointer;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 auto 0;
  min-height: 5px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 400px;
}

.custom-input-file .input-file {
 border: 1000px solid transparent;
 cursor: pointer;
 font-size: 10pt;
 margin: 0;
 opacity: 0;
 outline: 0 none;
 padding: 0;
 position: absolute;
 right: -1000px;
 top: -1000px;
}

.file-success 
{
    color: Green;
}

.file-error
{
    color:Red;
}
