@charset "utf-8";
body  {
	font:  Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background: #E6D6B3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixLtHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E6D6B3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
.twoColFixLtHdr #header { 
	background: #990033 url(/images/top.gif) repeat-x scroll;
	padding: 0 10px 0 20px;
	border-bottom: #fcee9e double 
	
	

}

 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ddba6f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E6D6B3;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #990033;
	border-top: #fcee9e double 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#button {
background-color: #903;
border: #903 double;
color: #FFF;
}

.button {
background-color: #903;
border: #903 double;
color: #FFF;
}

.sub {
background-color: #903;
border: #903 double;
color: #FFF;
}
.input
{
background-color: #FFF;
border: #903 double;
color: #000;
font:bold;
}
#vertmenu {
font: 100% Verdana, Arial, Helvetica, sans-serif bold;
width: 193px;
padding: 0px;
margin: 0px;
}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 100%;
display: block;
padding: 5px 0px 2px 4px;
text-decoration: none;
border-bottom: 1px dashed #EDC870;
color: #666666;
width:193px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000;
background-color: #CCCC99;
}



#error
{
font-weight: bold;
font-size: 12px;
color: #3c1700;
border: 2px #fd6300 solid;
background-color: #ffb69e;
padding:5px;
width: 90%;
}

#ok
{
font-weight: bold;
font-size: 12px;
color: #3c1700;
border: 2px #99CC99 solid;
background-color: #CBE5CB;
padding:5px;
width: 90%;
}

a:link {
	color: #903;
	font-weight:bold;	
	text-decoration:underline;
}
a:visited {
	color: #903;
	font-weight:bold;	
	text-decoration:underline;
}
a:hover {
	color: #663333;
	text-shadow:#CCFF00;
	text-decoration:none;
}
a:active {
	color: #903;
	font-weight:bold;	
	text-decoration:underline;
}



textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}


hr {
	line-height: 1px;
	color: #000000;
}
.titulo_ayuda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.titulo_tablas {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.import {FONT: bold inherit/9pt; COLOR: #981445;
text-decoration: underline;}

.hidden
{
	display: none;
	overflow: hidden;
	visibility: hidden;
}

.formt{
	border-collapse: separate; background-color: #FCEE9E; border: 3px solid #990033; caption-side: bottom;
	
	font-size:14px;
	
}
.formt td { border:1px solid #CC9933; margin: 3px; padding: 3px; vertical-align: top; background: #FEFDCF; color: #000;
}
.formt thead th, #topcell {
	background: #903; color:#fefdcf; text-align: left; font-weight: bold; padding: 3px;border: 1px solid #990033;
}

.formt  #topcell {
	background: #903; color:#fefdcf; text-align: left; font-weight: bold; padding: 3px;border: 1px solid #990033;
}

.formt th {border:1px solid #CC9933; padding: 3px;
}
.formt tbody th:hover {background-color: #fefdcf;
}
.formt th a:link, th a:visited {
	color:#903; font-weight: normal; text-decoration: none; border-bottom:1px dotted #c93;
}
.formt caption {
	background: #903; color:#fcee9e; padding: 4px 0; text-align: center; width: 40%; font-weight: bold;
}
.formt tbody td a:link {color: #903;}
.formt tbody td a:visited {color:#633;}
.formt tbody td a:hover {color:#000; text-decoration: none;
}

/*-------------Pagination--------*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	

