@charset "utf-8";
/* CSS Document */

.downloads {
	background-image: url(../interface/fondo-borde-verde.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 505px;
}

.contenedor-downloads {
	background-image: url(../interface/fondo-downloads.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.pie-borde-verde {
	background-image: url(../interface/fondo-borde-verde-abajo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
}

table.wp { 
	padding-top: 60px;
	margin: 0 auto;
}

table.wp tr td { padding-left: 10px; }

table.wp tr td { padding-bottom: 20px; } 

h3 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #fff;
	text-align: center;
}
 
p.wp_medidas { font-size: 12px; text-align: center; }

p.wp_medidas a { text-decoration: none; } 
p.wp_medidas a:link { color: #99CC00; }
p.wp_medidas a:visited { color: #fff; }
p.wp_medidas a:hover { font-weight: bold; }
p.wp_medidas a:active { color: #669933; }