body{margin:0 auto;
	width:800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
 		
	}
	
h1{font-size:20px;
	text-align:center;}

ul li{list-style:none;}
ul li ul li{list-style:inside;}

h2{
font-size:14px;
 text-align:center;
	font:Arial Black;
	color:#3F97AD;

	}

h2:hover{
text-decoration:underline;
color:#0c0c0c;
}	



h3{
	font-size:11px;
	}

a{
text-decoration:none;	
line-height:18px;
color:#3F97AD;
font:Arial Black;
}
	a:hover{
			color:#C0C0C0;
			border-bottom:1px;
			text-decoration:
		}




.add_asm input{
		width:100%;
	}
.add_asm textarea{
		width:100%;
		height:200px;
	}
/*asm.php*/
.asml{
text-decoration:underline;
font-weight:bold;
}
.asml:hover{
text-decoration:underline;
font-weight:bold;
color:#00f;
border:0px none;
}
.diagrama{
text-decoration:underline;
font-weight:bold;
}
.diagrama:hover{
text-decoration:underline;
font-weight:bold;
color:#00f;
border:0px none;
}
#txt_ejemplo{
overflow:auto;
height:200px;
}

#contenido{
width:70%;
float:left;
}

#menu{
width:30%;
float:right;
}

/*Pagination*/
div.pagination {
	text-align:center;
	padding: 7px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000000;
	
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000000;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000000;
		
		font-weight: bold;
		background-color: #000000;
		color: #FFF;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
	}
#iw{
		margin:10px;
		/*text-align:center;*/
	}

