blockquote {
	font-style:italic;
}

h2 {
	color:#00008B;
}

strong {
	color: red;
	font-style: normal;
	font-weight: normal;
}

body {
	width:960px;
	margin: 0 auto;
}

#cabecera {
	height: 160px;
	background: url(./imagen/logo.png) no-repeat;
	text-align: right;
	padding-right: 10px;
	font-size: 15pt;
}
#cabecera h1{
	font-weight:lighter;
}

#cabecera a{
	text-decoration: none;
	color: black;
}

#cabecera a:hover{
	text-decoration: underline;
}

#menu {
	border-bottom: 1px solid #00008B;
	height:33px;
	margin: 0 auto;
	padding: 0;
}

#menu ul{
	padding:0 30px;
	margin:0;
}

#menu li{
	display: block;
	float: left;
	list-style: none;
	margin: 0 5px;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border-left: 1px solid #00008B;
	border-right: 1px solid #00008B;
	border-top: 3px solid #00008B;
}

.titulo{
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	margin: 25px;
}

.este {
	visibility:hidden;
}

#menu li a{
	text-decoration: none;
	display:block;
	background-color:#ECF7FC;
	width: 100%;
	height: 100%;
	color:#000077;
	font-variant: small-caps;
}

#menu li a:hover{
	background-color: #fff;
	color: #80323b;
}

#menu li:hover {
	border-top: 3px solid #80323b;
}


#cuerpo{
	padding: 10px;
	border-bottom: 1px solid #00008B;
	font-family: "Palatino Linotype", Georgia, times, serif;
	line-height: 20px;
}

.centro{
	display: block;
	margin: 5px auto;
}

#cuerpo h2{
	margin: 25px 0 15px 0;
}

#pie{
	font-size: 80%;
	padding: 10px;
}

#pie a{
	text-decoration: none;
	color: black;
}

#pie a:hover{
	text-decoration: underline;
}

#botonespie {
	float: right;
}

em {
	color:#0055dd;
	font-style:normal;
	font-family: monospace;
	font-size:110%;
}

.teoria{
	margin: 10px 30px;
	padding: 5px 10px;
	background-color:#f0fdf1;
	border: 1px dashed #16851e;
}
.ejemplo{
	margin: 10px 30px;
	padding: 5px 10px;
	background-color:#f2f9fb;
	border: 1px dashed #357;
	color: #0000CC;
	white-space:pre-line;
	font-family: monospace;
}

.ejemplo strong{
	font-family: "Palatino Linotype", Georgia, times, serif;
}

.ejemplo td{
	width: 20%;
}

.neg{
	background-color:#fff0f0;
}

.nostyle {
	display:none;
}
