* html {
	width:100%;
	height:100%;
	text-align:center;
}
#top {
	background-image: url(../images/image_01.jpg);
	height: 145px;
	width: 775px;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
#menu {
	float: left;
	width: 765px;
	margin-right: 5px;
	margin-left: 3px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0F4060;
	border-left-color: #0F4060;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: inline;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#menu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#menu li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}



#body {
	background-image: url(../images/image_02.jpg);
	width: 735px;
	text-align: center;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}
.tittle {
	color: #FF0033;
	font-size: 16px;
}

#body a {
	color: #BF8F00;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	background-image: url(../images/image_03.jpg);
	height: 35px;
	width: 765px;
	padding-top: 18px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	background-repeat: no-repeat;
	clear: left;
}
#footer a {
	color: #F2F9FB;
	text-decoration: none;
}



#container {
	width: 775px;
	text-align:left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 16px;
}
#clr {
	clear: none;
	float: none;
}


/*----/ Forms -----*/
input, textarea {
	font:10px Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	text-decoration: none;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	text-align: left;
}
input #action{background:transparent !important;}

/** Formato para tablas de forms */

.formtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #0366A3;
	width:80%; 
 }

.formtable th {
	background-color:#0366A3;
	border: 1px solid #0366A3;
	width: 125px;
}

.formtable td {
	border: 1px solid #0366A3;
}


#info {
	width:85%;
	padding:2px;
	background-color:#bacfe1;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	text-align:left;
}




/* FORMATO PARA LAS TABLAS DE LOS LISTADOS */
.alternate {
	border: 1px solid #CBE3F8;
	width: 90%;
}
.alternate a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.alternate a:hover{
	color: red;
}
.alternate th {
	border: 1px solid #CCCCCC;
	background-color: #3C3C3C;
	height: 20px;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.alternate tr {
	
	background-color: #FFFFFF;
	font-size:12px;
}
.alternate td {
	padding: 2px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}
.alternate tr.altrow {
	background-color:#bacfe1;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: lighter;
}
.alternate tr:hover, .alternate tr.hilite {
	color: White;
	*///*background-color: CCCCCC;*/
	background-color:#ff9418;
	border: 1px solid White;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: lighter;
}
/*	FIN DEL FORMATO DE TABLAS DE LOS LISTADOS */
