body
{
	margin: 0;
	padding: 0 0 45px 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ddd;
	background-color: #333;
	background-image: url(../xi/fondo.jpg);
}

/*** Elementos de posición ***/
#page{
	width:960px;
	margin: 0 auto;
	padding:0 10px;
	background:#000 url(../xi/fondo-estrellas.png);
/*	background:#000 url(../imaxes/fondo-page.png) repeat;*/
	background-position:0 240px;
}

#header{
	width:100%;
	height: 220px;
	background: #000 url(../xi/header.jpg) no-repeat;
}

#nav{
	width:960px;
	height: 35px;
	background: #996 url(../xi/fondo-navegacion.png) repeat-x;
	border-bottom:1px solid #666;
}

#sidebar
{
	float: right;
	width: 280px;
	color:#000;
	background-color:transparent;
	border-left: 0px solid #fff;
	margin-top:1px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right:10px;
}

#content { 
	color:#ccc;
	background-color:transparent;
	margin: 0 300px 40px 0; 
	padding: 20px 10px;
	line-height:140%;
	text-align:left;
	}
	
#footer{
	clear: both;
	/*width:100%;*/
	height:100px;
	margin:0;
	padding:0;
	color:#ddd;
	background:#000 url(../xi/fondo-footer.png) bottom repeat-x;
}

#firma{
	width:960px;
	margin:0 auto;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	margin-top:1px;
}

/** Encabezados y textos ***/
h2{
	font-size:150%;
	color:#FFFFFF;
	text-align:center
}

h4{
	font-size:120%;
	margin-left:45px;
	margin-bottom:45px;
}

.mini{
	color:#999;
	font-size:75%;
}

.amarillo{
	color:#ff6;
}

#content p{
	margin: 0 25px 0 48px;
}

/*** Imágenes ***/
#titulo{
	width:50%;
	margin:0 auto;
	text-align:right;

}

#titulo img{
	padding:6px;
	margin:8px 2px 28px 2px;
	border:1px solid #333;
}

.centrar{
	padding:6px;
	margin:18px 0 0 120px;
	border:1px solid #333;
	}

.centrar a, a:hover{
	border:0px solid #003399;
}	
/*** Texto enlazado ***/
h4 a{
	color:#69c;
	text-decoration:none;
	border-bottom:1px dashed #69c;
}

h4 a:hover{
	color:#000;
	background-color:#69c;
	text-decoration:none;
}

.web a{
	text-decoration:none;
	color: #69c;
	font-weight:bold;
	border-bottom:1px dashed #69c;
}
	
.web a:hover{
	background-color:#69c;
	color:#000;
	border-bottom:0px;
}

#content a{
	text-decoration:none;
	color: #69c;
	font-weight:bold;
	border-bottom:1px dashed #69c;
}
	
#content a:hover{
	background-color:#69c;
	color:#000;
	border-bottom:0px;
}