/* General elements */
body {
	background-color: #F9DC40;
	background-image: url(../images/fdo.jpg);
	color: Black;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-repeat: repeat-x;
}

html { 
	scrollbar-arrow-color:#CCCCCC; 
	scrollbar-track-color:#999999; 
	scrollbar-face-color:#063A74; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#D2E4FC; 
	scrollbar-darkshadow-color:#333333; 
	scrollbar-shadow-color:#666666; 
}
 
h3, h4, h5, h6 {
	color: #006699;
	text-align: center;
}

h1{
	color: #006699;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

h2{
	color: #006699;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

a:link, a:active, a:focus, a:visited {
	color: #063A74;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #74ACD1;
	font-weight: bold;
	text-decoration: none;
}

table {
	width: 100%;
}

th {
	text-align: center;
}

input, textarea {
	border: 1px solid #063A74;
	color: #006699;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Classes */

a.white:link, a.white:active, a.white:visited, a.white:focus {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
}

a.gray:link, a.gray:hover, a.gray:active, a.gray:visited, a.gray:focus {
	color: Gray;
	font-weight: bold;
}

table.main {
	background-color: White;
	width: 760px;
	border-right: 1px solid Silver;
	border-left: 1px solid Silver;
	border-bottom: 1px solid Silver;
}

td.footer {
	background-color: #DCDCDC;
	color: White;
	font-weight: bold;
	font-size: 12px;
}

table.green {
	background-color: #6BC1B8;
	color: White;
	font-weight: bold;
}

th.green {
	text-align: right;
	background-color: #74ACD1;
	font-size: 12px;
	color: White;
}

td.green {
	text-align: center;
	background-color: #74ACD1;
	background-image: url(../images/bg_td_2.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: White;
	height: 19px;
}

table.blue {
	background-color: #063A74;
	color: White;
	font-weight: bold;
}

th.blue {
	text-align: center;
	background-color: #063A74;
	font-size: 14px;
	color: White;
}

p.blue2 {
	text-align: left;
	font-size: 14px;
	color: #006699;
}

td.blue {
	text-align: center;
	background-color: #063A74;
	font-size: 12px;
	color: White;
}

table.table1 {
	width: 70%;
	border: 1px solid #DCDCDC;
}

table.leftmenu {
	background-color: White;
}

table.submenu {
	border: 1px solid #063A74;
	background-color: White;
}

table.white {
	background-color: White;
}

table.general{
	color: White;
	font-weight: bold;
	border: 1px solid #063A74;
}

td.menu1 {
	/*background-color: #74ACD1;*/
	background-color: #063A74;
	font-size: 12px;
	background-image: url(../images/bg_td_l.gif);
	background-repeat: no-repeat;
	height: 19px;
	text-indent: 20px;
}

td.menu2 {
	/*background-color: #6BC1B8;*/
	background-color: #F9DC40;
	font-size: 10px;
	height: 15px;
	text-indent: 20px;
}

td.menu2 a.blue:link, a.blue:hover, a.blue:visited	{
	color: #063A74;
	text-decoration: none;
}

td.menu3 {
	/*background-color: #6BC1B8;*/
	background-color: #74ACD1;
	color: #003878;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	text-indent: 20px;
}

td.leftblue {
	background-color: #063A74;
	background-image: url(../images/bg_td_l.gif);
	background-repeat: no-repeat;
	height: 19px;
}

td.rightblue {
	background-color: #063A74;
	background-image: url(../images/bg_td_r.gif);
	background-repeat: no-repeat;
	height: 19px;
	text-align: right;
	width: 9px;
}

td.content {
	padding: 10px 20px 10px 20px;
}

td.rightgray {
	background-color: #DCDCDC;
	background-image: url(../images/r_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 14px;
	width: 10px;
	font-size: 12px;
}

td.leftgray {
	background-color: #DCDCDC;
	background-image: url(../images/l_gray.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 14px;
	width: 10px;
	font-size: 12px;
}

/*
td.menu2 {
	background-color: #6BC1B8;
}
*/

.credits {
	font-size: 9px;
	color: Gray;
}

/*simplecalendar*/
td.cal{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #d3d3d3;
	}
	select.month{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 85px;
	}
	input.year{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 30px;
	}
	td.calDaysColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #000000;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #c0c0c0;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #d3d3d3;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #a9a9a9;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #ffffcc;
	}
	A.cal {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  text-decoration : none;
	}  
	A.cal:Hover {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FF0000;
	  text-decoration : none;
	} 
	.disabled {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #808080;
	  text-decoration : none;
	}  
/*************************************************
 *                                               *
 * Desarrollado por: OpenWeb Software            *
 * Web             : http://www.openwebsoft.com  *
 *                                               *
 *************************************************/








