html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0 20px 20px;
	background: white;
	color: #333;
}
.lista_img {
	margin-left:1px;
	margin-right:1px;
	width:102px;
	height:102px;
	text-align:center;
}
.lista_img img {
	border:1px solid white;
}

.mid {
	width:700px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
}

.admin_mid {
	width:350px;
	height:350px;
	margin-left:0px;
	margin-right:auto;
	border: 1px solid black;
	float:left;
}

#tabla_slide {
	margin-top:0px;
	margin-bottom:10px;
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;
	background-color:#AAB;
	background-color:#808090;
	width:100%;
}

#tabla_slide_admin {
	margin-top:0px;
	margin-bottom:10px;
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;
	background-color:#AAB;
	background-color:#808090;
	background-color:black;
}

#celda_izq, #celda_der{
	vertical-align:middle;
	text-align:left;
}
a.prev {
	background-image:url(../imagenes/imageNavLeft.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:25px;
	height:25px;
	float:left;
	outline:none;
}
a.prev:hover {
	background-image:url(../imagenes/imageNavLeftHover.png);
}
a.next {
	background-image:url(../imagenes/imageNavRight.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:25px;
	height:25px;
	float:left;
	outline:none;
}
a.next:hover {
	background-image:url(../imagenes/imageNavRightHover.png);
}