body, p, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align:top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3333CC;
}
a:visited {
	color: #3333FF;
}
a:hover {
	color: #FFFFFF;
	background-color: #3333CC;
}
td {
	border-bottom-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*para el contenido se usa un div que inicia y finaliza con el body*/

#contenido{
	position:absolute;
	left: 80px;
	width:450px;
}

/*h1 se utiliza como titular principal*/
h1 {
	font-size: 15px;
	border-bottom-color: #FFBB00;
	margin-top: 30px;
	color: #003399;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
/*h2 se utiliza como descripción o advertencia*/
h2 {
	font-size: 12px;
	margin-top: 30px;
	font-weight: normal;
	color: #333333;
	display: compact;
	padding: 8px;
	border: 1px solid #FFBB00;
	background-color:#F4F4F4;
}
/*h3 se utiliza como subtitulo*/
h3, th {
	font-size: 12px;
	border-bottom-color: #FFBB00;
	font-weight: normal;
	color: #003399;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 15px;
	padding-bottom: 4px;
	text-align: left;
}
/*boton se utiliza para el menu vertical sin tabla y boton1 como menu horizontal con tabla*/
.boton a, .boton1 a{
	display:block;
	width:100%;
	text-decoration: none;	
}
.boton p, .boton h1, .boton h2{
	padding: 2px;
	width: 150px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
}
.boton h1 {
	font-size: 11px;
	border-color: #FFFFFF #003399 #003399 #003399;
	background-color: #FFBB00;
	margin: 10px 0 0 0;
}
.boton h2 {
	color:#FFFFFF;
	font-size: 12px;
	border-color: #FFFFFF #FFBB00 #FFBB00 #FFBB00;
	background-color: #003399;
	float: right;
	margin-top: 10px;
}
.boton p {
	margin:0;
	color:#999999;
	border-color: #FFFFFF #C8C8C8 #C8C8C8 #C8C8C8;
	background-color: #EEEEEE;
}
.boton1 {}
.boton1 td {
	padding: 2px;
	width: 150px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #FFFFFF #FFBB00 #FFBB00 #FFBB00;
	background-color: #EEEEEE;
	clear:both;
	text-align:center;
}