body {
	background-color: #B2B2B2;
	text-align: center;
	margin: auto;
	padding: 0px;
}
#logo {
	width: 120px;
	float: left;
}
.enlace {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #267AC5;
	margin-right: 50px;
}
#texto {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 6px;
}
#pano {
	height: 400px;
	width: 600px;
	border: 2px groove #000000;
	float: right;
}
#botones {
	padding-top: 4px;
	border-top: 2px solid #000000;
	background-color: #CCCCCC;
}
.ejemplolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
#ejemplos {
	width: 150px;
	list-style-type: none;
	margin-top: 50px;
	height: 350px;
	float: left;
}
li {
	list-style-type: circle;
	text-indent: -30px;
	list-style-position: inside;
	text-align: left;
}
#cuerpo {
	width: 760px;
	text-align: center;
	padding-right: 150px;
	margin: auto;
	height: 435px;
}
.copyright {
	font-size: 10px;
	display: inline;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}