@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
html {
	height: 100%;
}

body {
	background: white url('images/backgroundw.gif') repeat fixed;
	height: 100%; /*padding-right:25px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.invisible{
	display:none;
}
	
#site {
	width: 618px;
	height: 100%;
	float: right;
	right: 0;
}
#menu {
	width: 238px;
	background: transparent url('images/left.gif');
	height: 100%;
	position: fixed;
	right: 618px;
	float: right;
}

#botones {
	width: 152px;
	height: 579px;
	float: right;
	background: #CCCC00 url('images/bck-boton.gif');
	border-left: 3px white solid;
	border-bottom: 3px white solid;
}

#repite {
	float: right;
	height: 100%;
	width: 31px;
	background-image: url('images/pac-der-rep.gif');
	background-attachment: fixed;
	position: absolute;
	right: 0;
}

#content {
	width: 587px;
	background: white url('images/pac-der-rep.gif') repeat-y fixed right top;
	padding-right: 31px;
}
#header {
	height: 202px;
	background-image: url('images/header.jpg');
}
#footer {
	height: 192px;
	background-image: url('images/footer.gif');
}
h2 {
	background: transparent url('images/h1-bck.jpg') no-repeat;
	height:39px;
	text-align: right;
	text-transform:uppercase;
	font-family: "AvantGarde Bk BT", "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: white;
	padding-right:50px;
	padding-top:8px;
}
h3 {
	background: white url('images/line_rep_cyan.gif');
	height: 40px;
	font-size: 15px;
	border-top: 7px white solid;
	border-bottom: 7px white solid;
	color: #BF27DC;
	margin: 4px 0;
}

h3 em {
	background: white;
	font-style: normal;
	padding: 6px;
	margin-left: 9px;
}

h4{
	font-size:12px;
	font-weight: normal;
	font-style:italic;
	text-transform:uppercase;
	padding-left:10px;
	color: #BF27DC;
}

em {
	font-style: normal;
	padding: 0;
	margin-left: 0;
}
#botones ul {
	padding-top: 250px;
	list-style: none;
}

#botones li {
	text-transform: uppercase;
	font-family: "AvantGarde Bk BT", "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	padding: 10px 0;
	text-align: right;
	padding-right: 7px;
}

.toc a{
	color:#FFFFFF;
}

.toc a:hover{
	color:#CC00FF;
	text-decoration:none;
	background-color:#FFFFFF;
}
p {
	padding: 10px;
	text-align: justify;
}

a{
	color: #00CCFF;
	text-decoration:none;
}

a:hover{
	color: #FF6600;
	text-decoration: line-through;
}

.box li{
	color:#000000;
	list-style:square;
	padding-left:10px;
}

.box p em{
	color:#FF00FF;
}