#pintura{
	position: relative;
	height: 400px;
	width: 550px;
	top: 0px;
	border: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	left: 0px;
	
}
#placa{
	font-size: 11px;
	line-height: 100%;
	color: #000000;
	width: 525px;
	left: auto;
	right: auto;
	text-align: center;
	vertical-align: middle;
	border:none;
	font-style: italic;
	font-weight: bold;
}

#listapinturas{
	width: 550px;
	float: left;
	border: 1px solid #FF0000;
	height: 64px;
	position: relative;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	}
#listapinturas ul{
	margin: 0px;
	padding: 0px;	
	}

#listapinturas li{
	width: 90px;
	height: 60px;
	list-style-type: none;
	display: inline;
	list-style-image: none;
	margin: 1px;
	text-align: center;
	vertical-align: middle;
	}

 	
#avance  {
	width: 20px;
	background-image: url(../actividades/avance1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	position: absolute;
	top:2px;
	right:0px;
	border-left: thin solid #FF0000;
}
 
#avance  a{
	height: 12px;
	width: 20px;
	
}

#retroceso{
	width: 20px;
	height: 64px;
	background-image: url(../actividades/retroceso1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	 position:absolute;
        top:2px;
        left: 0px;
			border-right: thin solid #FF0000;
	}
  #retroceso a{
	height: 12px;
	width: 20px;
	
	}
#volver{
	width: 152px;
	top:2px;
	
	right: 4px;
	left: 3px;
	}

#cuadro{
	background-color: #FFFFFF;
	border: thick groove #0099CC;
	padding: 5px;
	margin: 2px;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
