/* ATRIBUTOS DEL HIPERVINCULO */
a {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}

a:link {
	color:#000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	}
a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: ;
	font-weight: bold;
	
}
img {
	border: 0;
}
/* OTROS STYLES */
hr {
  height: 1px;
  color: #0099ff;
  background-color: #0099ff;
}

 /* main document body, main font style, background image,scrollbars, etc. */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scroll: auto;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000088;
	background-attachment: fixed;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../imagen/bg.jpg);

}

/* default table design */

table {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/* main table used by the main frame template */
table.main {
	border: none;
	border-width: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* table used as frames for other tables */
table.frame {
	background-color: #999999;
}
/* general title row or bar, used for the main page header block or tool bar 
*  where the 3 buttons "return","help","close" are located 
*/
.titlebar {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #546D8F;
	height: 20px;
	border-bottom: 2px dotted blue;
	background-color: #D8D8D8;
}
/* -- ward lists item row -- */
.wardlistrow1{
	background-color: #efefef;
}
/* -- ward lists item  alternate row -- */
.wardlistrow2{
	background-color: #dcdcdc;
}
.wardlisttitlerow{
	background-color: cyan;
}
hr {
	line-height: 1px;
	color: teal;
}
.formulario1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
/* -- Submenu block body. Usually used in tech modules -- */
.submenu3_body {
	background-color: #EFEFEF;
	font-size: 10px;
	color: #000099;
}
.submenu4_body {
	background-color: #EFEFEF;
	font-size: 10px;
	color: #000099;
	font-weight: bold;
}
.fondo1 {
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.fondo {
	color: #FFFFFF;
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabla_border {
	border: thin solid #666666;
}


