/* CSS Document */
.img{ padding:5px 5px 5px 5px;}
.line2 { height:19px; background-image:url(Imagenes/line2.gif); background-repeat:repeat-x;}
.line1 { height:270px; background-image:url(Imagenes/line1.gif); background-repeat:repeat-y; background-position:center;}

body {
	background-image: url(../Imagenes/exptextb.jpg);
}

#encabezado {
width:		1024px;
text-align:	center
}

#cuerpo {
width:		1024px;
text-align:	center
}

#menuizquierda {
	width:		220px;
	position:	relative;
	float:		left;
	height: 550px;
}

#panelizquierdo {
background: url(fondo_papel2.png) no-repeat; 
height: 600px;

}     

#panelderecho {
width:		800px;
position: 	relative;
float:		right;
height:		550px;
font-family: "Book Antiqua", "Times New Roman", Times;
overflow:	auto;
overflow-x: hidden;
}

#piedepagina {
width:		1024px;
text-align:	center
}

.items {
/*	margin-left: 		5px; */
list-style-type:  	circle;	

}

.items ul{
color:			#663300;
margin-left:	15px;
padding-left:   10px;
text-indent: 	0px;
line-height:	17px
}

.items li{
margin-left:	0px;
}

