@import url("../cantobuho.css");

body {
	background: #FFFFFF url("Banda_izq.jpg") no-repeat fixed top left;
}
p {text-align: left;}

#extra1, #extra2, #extra3 {
	margin: 0px;
	top: 0px;
	overflow: hidden;
	position: fixed;
	height: 1000px;
	width: 110px;
	z-index: 30;
}
#extra1 {
	position: absolute;
	height: 197px;
	width: 100%;
	z-index: 10;
	left: 0px;
	background: url(Encabezado.jpg) no-repeat top center;
}
#encabezado {height: 197px;}
#extra2 {
	left: 0px;
	background: #FFFFFF url(Banda_izq.jpg) no-repeat fixed top left;
}
#extra3 {
	right: 0px;
	background: #FFFFFF url(Banda_Dcha.jpg) no-repeat fixed top right;
}
#contenido {
	width: auto;
	margin-left: 120px;
	margin-right: 120px;
	z-index: 20;
}
h2 {
	font-size: 22pt;
	line-height: 24pt;
	color: #B30000;
	padding: 10px;
	background-color: #FFEEAA;
	border: 1px solid #FF9000;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.enlace {
	font-size: 10pt;
	text-indent: 0;
}
table {
	border-collapse: separate;
	border-spacing: 20px 10px;
}
td {
	width: 50%;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 5px solid #FFEEAA;
}
.img a {
	border-bottom: none;
}
#cuadro {
	margin-top: 20px;
	margin-bottom: 20px;
}
#cuadro p {
	text-align: center;
	text-indent: 0px;
	font-size: 12pt;
}